org.apache.openejb.jee.sun
Class EnterpriseBeans
java.lang.Object
org.apache.openejb.jee.sun.EnterpriseBeans
public class EnterpriseBeans
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
EnterpriseBeans
public EnterpriseBeans()
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-2013 The Apache OpenEJB development community. All Rights Reserved.