public interface J2EEName
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getApplication()
Returns the application name.
|
byte[] |
getBytes()
Returns a serialized name that can be passed in to
{@link J2EENameFactory#create(byte[]) to create the name.
|
java.lang.String |
getComponent()
Returns the component name, or null for J2EENames representing
applications or modules.
|
java.lang.String |
getModule()
Returns the module name, or null for J2EENames representing applications.
|
java.lang.String |
toString()
Returns a J2EEName in the format app#mod#comp for a component,
app#mod for a module, or app for an application.
|
java.lang.String toString()
toString
in class java.lang.Object
java.lang.String getApplication()
java.lang.String getModule()
java.lang.String getComponent()
byte[] getBytes()