|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The application-client element is the root element of an application client deployment descriptor. The application client deployment descriptor describes the EJB components and external resources referenced by the application client.
Method Summary | |
---|---|
JavaClass |
getCallbackHandler()
|
java.lang.String |
getCallbackHandlerClassName()
Returns the String name of the call back handler |
EList |
getEjbReferences()
|
EList |
getEnvironmentProps()
|
int |
getJ2EEVersionID()
This returns the j2ee version id. |
EList |
getMessageDestinationRefs()
Returns the value of the 'Message Destination Refs' containment reference list. |
EList |
getMessageDestinations()
Returns the value of the 'Message Destinations' containment reference list. |
EList |
getResourceEnvRefs()
|
EList |
getResourceRefs()
|
EList |
getServiceRefs()
Returns the value of the 'Service Refs' containment reference list. |
java.lang.String |
getVersion()
Returns the value of the 'Version' attribute |
int |
getVersionID()
This returns the module version id. |
boolean |
isVersion1_2Descriptor()
Deprecated. Use getVersionID() to determine module level |
boolean |
isVersion1_3Descriptor()
Deprecated. Use getVersionID() to determine module level |
boolean |
isVersion1_4Descriptor()
Deprecated. Use getVersionID() to determine module level |
void |
setCallbackHandler(JavaClass value)
|
void |
setCallbackHandlerClassName(java.lang.String callbackHandlerClassName)
The class must have a no args constructor and must implement the javax.security.auth.callback.CallbackHandler interface. |
void |
setVersion(java.lang.String value)
Sets the value of the ' Version ' attribute |
Methods inherited from interface org.eclipse.jst.j2ee.common.CompatibilityDescriptionGroup |
---|
getDescription, getDisplayName, getLargeIcon, getSmallIcon, setDescription, setDescriptionGen, setDisplayName, setDisplayNameGen, setLargeIcon, setLargeIconGen, setSmallIcon, setSmallIconGen |
Methods inherited from interface org.eclipse.jst.j2ee.common.DescriptionGroup |
---|
getDescriptions, getDisplayNames, getIcons |
Method Detail |
public java.lang.String getCallbackHandlerClassName()
public boolean isVersion1_2Descriptor()
public boolean isVersion1_3Descriptor()
public boolean isVersion1_4Descriptor()
public void setCallbackHandlerClassName(java.lang.String callbackHandlerClassName)
callbackHandlerClassName
- the name of the class of the CallbackHandler referencepublic java.lang.String getVersion()
If the meaning of the 'Version' attribute isn't clear, there really should be more of a description here...
setVersion(String)
,
ClientPackage.getApplicationClient_Version()
public void setVersion(java.lang.String value)
Version
' attribute.
value
- the new value of the 'Version' attribute.getVersion()
public EList getResourceRefs()
public int getVersionID() throws java.lang.IllegalStateException
java.lang.IllegalStateException
- - when EMF resource is not loadedpublic int getJ2EEVersionID() throws java.lang.IllegalStateException
java.lang.IllegalStateException
- - when EMF resource is not loadedpublic EList getEnvironmentProps()
public EList getEjbReferences()
public EList getResourceEnvRefs()
public JavaClass getCallbackHandler()
public void setCallbackHandler(JavaClass value)
value
- The new value of the CallbackHandler referencepublic EList getServiceRefs()
ServiceRef
.
If the meaning of the 'Service Refs' containment reference list isn't clear, there really should be more of a description here...
ClientPackage.getApplicationClient_ServiceRefs()
public EList getMessageDestinationRefs()
MessageDestinationRef
.
If the meaning of the 'Message Destination Refs' containment reference list isn't clear, there really should be more of a description here...
ClientPackage.getApplicationClient_MessageDestinationRefs()
public EList getMessageDestinations()
MessageDestination
.
If the meaning of the 'Message Destinations' containment reference list isn't clear, there really should be more of a description here...
ClientPackage.getApplicationClient_MessageDestinations()
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |