org.apache.openejb.jee.sun
Class EnterpriseBeans

java.lang.Object
  extended by org.apache.openejb.jee.sun.EnterpriseBeans

public class EnterpriseBeans
extends Object


Field Summary
protected  CmpResource cmpResource
           
protected  List<Ejb> ejb
           
protected  List<MessageDestination> messageDestination
           
protected  String name
           
protected  PmDescriptors pmDescriptors
           
protected  String uniqueId
           
protected  KeyedCollection<String,WebserviceDescription> webserviceDescription
           
 
Constructor Summary
EnterpriseBeans()
           
 
Method Summary
 CmpResource getCmpResource()
           
 List<Ejb> getEjb()
           
 List<MessageDestination> getMessageDestination()
           
 String getName()
           
 PmDescriptors getPmDescriptors()
           
 String getUniqueId()
           
 Collection<WebserviceDescription> getWebserviceDescription()
           
 Map<String,WebserviceDescription> getWebserviceDescriptionMap()
           
 void setCmpResource(CmpResource value)
           
 void setName(String value)
           
 void setPmDescriptors(PmDescriptors value)
           
 void setUniqueId(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected String name

uniqueId

protected String uniqueId

ejb

protected List<Ejb> ejb

pmDescriptors

protected PmDescriptors pmDescriptors

cmpResource

protected CmpResource cmpResource

messageDestination

protected List<MessageDestination> messageDestination

webserviceDescription

protected KeyedCollection<String,WebserviceDescription> webserviceDescription
Constructor Detail

EnterpriseBeans

public EnterpriseBeans()
Method Detail

getName

public String getName()

setName

public void setName(String value)

getUniqueId

public String getUniqueId()

setUniqueId

public void setUniqueId(String value)

getEjb

public List<Ejb> getEjb()

getPmDescriptors

public PmDescriptors getPmDescriptors()

setPmDescriptors

public void setPmDescriptors(PmDescriptors value)

getCmpResource

public CmpResource getCmpResource()

setCmpResource

public void setCmpResource(CmpResource value)

getMessageDestination

public List<MessageDestination> getMessageDestination()

getWebserviceDescription

public Collection<WebserviceDescription> getWebserviceDescription()

getWebserviceDescriptionMap

public Map<String,WebserviceDescription> getWebserviceDescriptionMap()


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