|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.geronimo.corba.TSSLink
public class TSSLink
Constructor Summary | |
---|---|
TSSLink()
|
|
TSSLink(String[] jndiNames,
TSSBean tssBean,
EjbDeployment ejb)
|
Method Summary | |
---|---|
Policy[] |
addPolicyOverrides(Policy[] policies)
Add the policy overrides (if any) to the list of policies used to create a POA instance. |
protected void |
destroy()
|
void |
doFail()
Fails the GBean. |
void |
doStart()
Starts the GBean. |
void |
doStop()
Stops the target. |
String |
getContainerId()
|
EjbDeployment |
getDeployment()
|
Serializable |
getHomeTxPolicyConfig()
CORBA home transaction import policy configuration |
String[] |
getJndiNames()
|
Serializable |
getRemoteTxPolicyConfig()
CORBA remote transaction import policy configuration |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TSSLink()
public TSSLink(String[] jndiNames, TSSBean tssBean, EjbDeployment ejb)
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
protected void destroy()
public EjbDeployment getDeployment()
public String getContainerId()
public String[] getJndiNames()
public Serializable getHomeTxPolicyConfig()
public Serializable getRemoteTxPolicyConfig()
public Policy[] addPolicyOverrides(Policy[] policies)
policies
- The base set of policies.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |