|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface to the Bean Factories used by the Container, JMX, or generic parts of this package.
Method Summary | |
JContainer |
getContainer()
Returns the JContainer |
BeanDesc |
getDeploymentDescriptor()
Get the Deployement descriptor of this Ejb |
java.lang.String |
getEJBName()
get the bean name |
java.util.Hashtable |
getEnv()
Return the JNDI Environment |
JHome |
getHome()
returns the home if exist or null if not |
javax.naming.InitialContext |
getInitialContext()
Returns the InitialContext |
JLocalHome |
getLocalHome()
returns the local home if exist or null if not |
int |
getPoolSize()
Get the size of the instance pool for this bean |
javax.transaction.TransactionManager |
getTransactionManager()
returns the TransactionManager |
void |
reduceCache()
reduce cache of instances |
void |
stop()
stop this EJB (unregister it in JNDI) |
void |
sync()
synchronize bean instances if needed |
Method Detail |
public java.lang.String getEJBName()
public BeanDesc getDeploymentDescriptor()
public int getPoolSize()
public void stop()
public void sync()
public void reduceCache()
public JHome getHome()
public JLocalHome getLocalHome()
public javax.transaction.TransactionManager getTransactionManager()
public JContainer getContainer()
public java.util.Hashtable getEnv()
public javax.naming.InitialContext getInitialContext()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |