org.apache.openejb.jee
Class ApplicationClient

java.lang.Object
  extended by org.apache.openejb.jee.ApplicationClient
All Implemented Interfaces:
JndiConsumer

public class ApplicationClient
extends java.lang.Object
implements JndiConsumer


Field Summary
protected  java.lang.String callbackHandler
           
protected  TextMap description
           
protected  TextMap displayName
           
protected  KeyedCollection<java.lang.String,EjbLocalRef> ejbLocalRef
           
protected  KeyedCollection<java.lang.String,EjbRef> ejbRef
           
protected  KeyedCollection<java.lang.String,EnvEntry> envEntry
           
protected  LocalCollection<Icon> icon
           
protected  java.lang.String id
           
protected  java.lang.String mainClass
           
protected  KeyedCollection<java.lang.String,MessageDestination> messageDestination
           
protected  KeyedCollection<java.lang.String,MessageDestinationRef> messageDestinationRef
           
protected  java.lang.Boolean metadataComplete
           
protected  KeyedCollection<java.lang.String,PersistenceContextRef> persistenceContextRef
           
protected  KeyedCollection<java.lang.String,PersistenceUnitRef> persistenceUnitRef
           
protected  java.util.List<LifecycleCallback> postConstruct
           
protected  java.util.List<LifecycleCallback> preDestroy
           
protected  KeyedCollection<java.lang.String,ResourceEnvRef> resourceEnvRef
           
protected  KeyedCollection<java.lang.String,ResourceRef> resourceRef
           
protected  KeyedCollection<java.lang.String,ServiceRef> serviceRef
           
protected  java.lang.String version
           
 
Constructor Summary
ApplicationClient()
           
 
Method Summary
 void addPostConstruct(java.lang.String method)
           
 void addPreDestroy(java.lang.String method)
           
 java.lang.String getCallbackHandler()
           
 java.lang.String getDescription()
           
 Text[] getDescriptions()
           
 java.lang.String getDisplayName()
           
 Text[] getDisplayNames()
           
 java.util.Collection<EjbLocalRef> getEjbLocalRef()
           
 java.util.Map<java.lang.String,EjbLocalRef> getEjbLocalRefMap()
           
 java.util.Collection<EjbRef> getEjbRef()
           
 java.util.Map<java.lang.String,EjbRef> getEjbRefMap()
           
 java.util.Collection<EnvEntry> getEnvEntry()
           
 java.util.Map<java.lang.String,EnvEntry> getEnvEntryMap()
           
 Icon getIcon()
           
 java.util.Map<java.lang.String,Icon> getIconMap()
           
 java.util.Collection<Icon> getIcons()
           
 java.lang.String getId()
           
 java.lang.String getJndiConsumerName()
           
 java.lang.String getMainClass()
           
 java.util.Collection<MessageDestination> getMessageDestination()
           
 java.util.Collection<MessageDestinationRef> getMessageDestinationRef()
           
 java.util.Map<java.lang.String,MessageDestinationRef> getMessageDestinationRefMap()
           
 java.util.Collection<PersistenceContextRef> getPersistenceContextRef()
           
 java.util.Map<java.lang.String,PersistenceContextRef> getPersistenceContextRefMap()
           
 java.util.Collection<PersistenceUnitRef> getPersistenceUnitRef()
           
 java.util.Map<java.lang.String,PersistenceUnitRef> getPersistenceUnitRefMap()
           
 java.util.List<LifecycleCallback> getPostConstruct()
           
 java.util.List<LifecycleCallback> getPreDestroy()
           
 java.util.Collection<ResourceEnvRef> getResourceEnvRef()
           
 java.util.Map<java.lang.String,ResourceEnvRef> getResourceEnvRefMap()
           
 java.util.Collection<ResourceRef> getResourceRef()
           
 java.util.Map<java.lang.String,ResourceRef> getResourceRefMap()
           
 java.util.Collection<ServiceRef> getServiceRef()
           
 java.util.Map<java.lang.String,ServiceRef> getServiceRefMap()
           
 java.lang.String getVersion()
           
 java.lang.Boolean isMetadataComplete()
           
 void setCallbackHandler(java.lang.String callbackHandler)
           
 void setDescriptions(Text[] text)
           
 void setDisplayNames(Text[] text)
           
 void setId(java.lang.String value)
           
 void setMainClass(java.lang.String mainClass)
           
 void setMetadataComplete(java.lang.Boolean value)
           
 void setVersion(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

description

protected TextMap description

displayName

protected TextMap displayName

icon

protected LocalCollection<Icon> icon

envEntry

protected KeyedCollection<java.lang.String,EnvEntry> envEntry

ejbRef

protected KeyedCollection<java.lang.String,EjbRef> ejbRef

ejbLocalRef

protected KeyedCollection<java.lang.String,EjbLocalRef> ejbLocalRef

serviceRef

protected KeyedCollection<java.lang.String,ServiceRef> serviceRef

resourceRef

protected KeyedCollection<java.lang.String,ResourceRef> resourceRef

resourceEnvRef

protected KeyedCollection<java.lang.String,ResourceEnvRef> resourceEnvRef

messageDestinationRef

protected KeyedCollection<java.lang.String,MessageDestinationRef> messageDestinationRef

persistenceContextRef

protected KeyedCollection<java.lang.String,PersistenceContextRef> persistenceContextRef

persistenceUnitRef

protected KeyedCollection<java.lang.String,PersistenceUnitRef> persistenceUnitRef

postConstruct

protected java.util.List<LifecycleCallback> postConstruct

preDestroy

protected java.util.List<LifecycleCallback> preDestroy

callbackHandler

protected java.lang.String callbackHandler

messageDestination

protected KeyedCollection<java.lang.String,MessageDestination> messageDestination

id

protected java.lang.String id

metadataComplete

protected java.lang.Boolean metadataComplete

version

protected java.lang.String version

mainClass

protected java.lang.String mainClass
Constructor Detail

ApplicationClient

public ApplicationClient()
Method Detail

getJndiConsumerName

public java.lang.String getJndiConsumerName()
Specified by:
getJndiConsumerName in interface JndiConsumer

getDescriptions

public Text[] getDescriptions()

setDescriptions

public void setDescriptions(Text[] text)

getDescription

public java.lang.String getDescription()

getDisplayNames

public Text[] getDisplayNames()

setDisplayNames

public void setDisplayNames(Text[] text)

getDisplayName

public java.lang.String getDisplayName()

getIcons

public java.util.Collection<Icon> getIcons()

getIconMap

public java.util.Map<java.lang.String,Icon> getIconMap()

getIcon

public Icon getIcon()

getEnvEntry

public java.util.Collection<EnvEntry> getEnvEntry()
Specified by:
getEnvEntry in interface JndiConsumer

getEnvEntryMap

public java.util.Map<java.lang.String,EnvEntry> getEnvEntryMap()
Specified by:
getEnvEntryMap in interface JndiConsumer

getEjbRef

public java.util.Collection<EjbRef> getEjbRef()
Specified by:
getEjbRef in interface JndiConsumer

getEjbRefMap

public java.util.Map<java.lang.String,EjbRef> getEjbRefMap()
Specified by:
getEjbRefMap in interface JndiConsumer

getEjbLocalRef

public java.util.Collection<EjbLocalRef> getEjbLocalRef()
Specified by:
getEjbLocalRef in interface JndiConsumer

getEjbLocalRefMap

public java.util.Map<java.lang.String,EjbLocalRef> getEjbLocalRefMap()
Specified by:
getEjbLocalRefMap in interface JndiConsumer

getServiceRef

public java.util.Collection<ServiceRef> getServiceRef()
Specified by:
getServiceRef in interface JndiConsumer

getServiceRefMap

public java.util.Map<java.lang.String,ServiceRef> getServiceRefMap()
Specified by:
getServiceRefMap in interface JndiConsumer

getResourceRef

public java.util.Collection<ResourceRef> getResourceRef()
Specified by:
getResourceRef in interface JndiConsumer

getResourceRefMap

public java.util.Map<java.lang.String,ResourceRef> getResourceRefMap()
Specified by:
getResourceRefMap in interface JndiConsumer

getResourceEnvRef

public java.util.Collection<ResourceEnvRef> getResourceEnvRef()
Specified by:
getResourceEnvRef in interface JndiConsumer

getResourceEnvRefMap

public java.util.Map<java.lang.String,ResourceEnvRef> getResourceEnvRefMap()
Specified by:
getResourceEnvRefMap in interface JndiConsumer

getMessageDestinationRef

public java.util.Collection<MessageDestinationRef> getMessageDestinationRef()
Specified by:
getMessageDestinationRef in interface JndiConsumer

getMessageDestinationRefMap

public java.util.Map<java.lang.String,MessageDestinationRef> getMessageDestinationRefMap()
Specified by:
getMessageDestinationRefMap in interface JndiConsumer

getPersistenceContextRef

public java.util.Collection<PersistenceContextRef> getPersistenceContextRef()
Specified by:
getPersistenceContextRef in interface JndiConsumer

getPersistenceContextRefMap

public java.util.Map<java.lang.String,PersistenceContextRef> getPersistenceContextRefMap()
Specified by:
getPersistenceContextRefMap in interface JndiConsumer

getPersistenceUnitRef

public java.util.Collection<PersistenceUnitRef> getPersistenceUnitRef()
Specified by:
getPersistenceUnitRef in interface JndiConsumer

getPersistenceUnitRefMap

public java.util.Map<java.lang.String,PersistenceUnitRef> getPersistenceUnitRefMap()
Specified by:
getPersistenceUnitRefMap in interface JndiConsumer

getPostConstruct

public java.util.List<LifecycleCallback> getPostConstruct()

getPreDestroy

public java.util.List<LifecycleCallback> getPreDestroy()

addPostConstruct

public void addPostConstruct(java.lang.String method)

addPreDestroy

public void addPreDestroy(java.lang.String method)

getCallbackHandler

public java.lang.String getCallbackHandler()

setCallbackHandler

public void setCallbackHandler(java.lang.String callbackHandler)

getMessageDestination

public java.util.Collection<MessageDestination> getMessageDestination()

getId

public java.lang.String getId()

setId

public void setId(java.lang.String value)

isMetadataComplete

public java.lang.Boolean isMetadataComplete()

setMetadataComplete

public void setMetadataComplete(java.lang.Boolean value)

getVersion

public java.lang.String getVersion()

setVersion

public void setVersion(java.lang.String value)

getMainClass

public java.lang.String getMainClass()

setMainClass

public void setMainClass(java.lang.String mainClass)


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.