|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ApplicationClient
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 |
org.eclipse.emf.common.util.EList |
getEjbReferences()
|
org.eclipse.emf.common.util.EList |
getEnvironmentProps()
|
int |
getJ2EEVersionID()
This returns the j2ee version id. |
org.eclipse.emf.common.util.EList |
getMessageDestinationRefs()
Returns the value of the 'Message Destination Refs' containment reference list. |
org.eclipse.emf.common.util.EList |
getMessageDestinations()
Returns the value of the 'Message Destinations' containment reference list. |
org.eclipse.emf.common.util.EList |
getResourceEnvRefs()
|
org.eclipse.emf.common.util.EList |
getResourceRefs()
|
org.eclipse.emf.common.util.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 |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
java.lang.String getCallbackHandlerClassName()
boolean isVersion1_2Descriptor()
boolean isVersion1_3Descriptor()
boolean isVersion1_4Descriptor()
void setCallbackHandlerClassName(java.lang.String callbackHandlerClassName)
callbackHandlerClassName
- the name of the class of the CallbackHandler referencejava.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()
void setVersion(java.lang.String value)
Version
' attribute.
value
- the new value of the 'Version' attribute.getVersion()
org.eclipse.emf.common.util.EList getResourceRefs()
int getVersionID() throws java.lang.IllegalStateException
java.lang.IllegalStateException
- - when EMF resource is not loadedint getJ2EEVersionID() throws java.lang.IllegalStateException
java.lang.IllegalStateException
- - when EMF resource is not loadedorg.eclipse.emf.common.util.EList getEnvironmentProps()
org.eclipse.emf.common.util.EList getEjbReferences()
org.eclipse.emf.common.util.EList getResourceEnvRefs()
JavaClass getCallbackHandler()
void setCallbackHandler(JavaClass value)
value
- The new value of the CallbackHandler referenceorg.eclipse.emf.common.util.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()
org.eclipse.emf.common.util.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()
org.eclipse.emf.common.util.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 |