|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.geronimo.openejb.EjbDeployment org.apache.geronimo.openejb.EjbDeploymentGBean
public class EjbDeploymentGBean
Constructor Summary | |
---|---|
EjbDeploymentGBean(String objectName,
String deploymentId,
String ejbName,
String homeInterfaceName,
String remoteInterfaceName,
String localHomeInterfaceName,
String localInterfaceName,
String serviceEndpointInterfaceName,
String beanClassName,
ClassLoader classLoader,
boolean securityEnabled,
String defaultRole,
String runAsRole,
RunAsSource runAsSource,
Map componentContext,
Set unshareableResources,
Set applicationManagedSecurityResources,
org.apache.geronimo.connector.outbound.connectiontracking.TrackedConnectionAssociator trackedConnectionAssociator,
org.apache.geronimo.transaction.manager.GeronimoTransactionManager transactionManager,
OpenEjbSystem openEjbSystem,
Kernel kernel)
|
Method Summary | |
---|---|
void |
doFail()
Fails the GBean. |
void |
doStart()
Starts the GBean. |
void |
doStop()
Stops the target. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EjbDeploymentGBean(String objectName, String deploymentId, String ejbName, String homeInterfaceName, String remoteInterfaceName, String localHomeInterfaceName, String localInterfaceName, String serviceEndpointInterfaceName, String beanClassName, ClassLoader classLoader, boolean securityEnabled, String defaultRole, String runAsRole, RunAsSource runAsSource, Map componentContext, Set unshareableResources, Set applicationManagedSecurityResources, org.apache.geronimo.connector.outbound.connectiontracking.TrackedConnectionAssociator trackedConnectionAssociator, org.apache.geronimo.transaction.manager.GeronimoTransactionManager transactionManager, OpenEjbSystem openEjbSystem, Kernel kernel) throws Exception
Exception
Method Detail |
---|
public void doStart() throws Exception
GBeanLifecycle
doStart
in interface GBeanLifecycle
Exception
- if the target failed to start; this will cause a transition to the failed statepublic void doStop() throws Exception
GBeanLifecycle
doStop
in interface GBeanLifecycle
Exception
- if the target failed to stop; this will cause a transition to the failed statepublic void doFail()
GBeanLifecycle
doFail
in interface GBeanLifecycle
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |