|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.easybeans.deployment.metadata.ejbjar.xml.AbsSpecificBean
public class AbsSpecificBean
Common stuff for the specific part of EJB.
| Constructor Summary | |
|---|---|
AbsSpecificBean()
Default constructor. |
|
| Method Summary | |
|---|---|
java.lang.Object |
getCluster()
Gets the cluster configuration. |
java.lang.String |
getEjbName()
|
org.ow2.util.pool.api.IPoolConfiguration |
getPoolConfiguration()
|
RunAs |
getRunAs()
|
java.util.List<ServiceRef> |
getServiceRefs()
|
void |
setCluster(java.lang.Object cluster)
Sets the cluster configuration. |
void |
setEjbName(java.lang.String ejbName)
Sets the name of the EJB. |
void |
setPoolConfiguration(org.ow2.util.pool.api.IPoolConfiguration poolConfiguration)
Sets the pool's configuration. |
void |
setRunAs(RunAs runAs)
Set the run-as of the bean. |
void |
setServiceRefs(java.util.List<ServiceRef> references)
Set the list of references. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbsSpecificBean()
| Method Detail |
|---|
public java.lang.String getEjbName()
public void setEjbName(java.lang.String ejbName)
ejbName - the given namepublic org.ow2.util.pool.api.IPoolConfiguration getPoolConfiguration()
public void setPoolConfiguration(org.ow2.util.pool.api.IPoolConfiguration poolConfiguration)
poolConfiguration - the given configurationpublic java.lang.Object getCluster()
public void setCluster(java.lang.Object cluster)
cluster - the cluster configuration to setpublic java.util.List<ServiceRef> getServiceRefs()
public void setServiceRefs(java.util.List<ServiceRef> references)
references - web services referencespublic RunAs getRunAs()
public void setRunAs(RunAs runAs)
runAs - run-as of the bean
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||