public interface J2EENameFactory
Modifier and Type | Method and Description |
---|---|
J2EEName |
create(byte[] bytes)
Creates a J2EEName from a serialized name using
J2EEName.getBytes() . |
J2EEName |
create(java.lang.String app,
java.lang.String module,
java.lang.String component)
Creates a J2EEName using the application, module,
and component name.
|
J2EEName create(byte[] bytes)
J2EEName.getBytes()
.J2EEName create(java.lang.String app, java.lang.String module, java.lang.String component)
app
- the application namemodule
- the module name, or null for an application J2EENamecomponent
- the component name, or null for an application or
module J2EEName