org.openejb.corba
Class TSSBean

java.lang.Object
  extended byorg.openejb.corba.TSSBean
All Implemented Interfaces:
org.apache.geronimo.gbean.GBeanLifecycle

public class TSSBean
extends Object
implements org.apache.geronimo.gbean.GBeanLifecycle

Version:
$Revision: 445818 $ $Date: 2005-12-04 03:37:53 +0100 (Sun, 04 Dec 2005) $

Field Summary
static org.apache.geronimo.gbean.GBeanInfo GBEAN_INFO
           
 
Constructor Summary
TSSBean()
          gbean endpoint constructor
TSSBean(ClassLoader classLoader, String POAName, CORBABean server)
           
 
Method Summary
 void doFail()
           
 void doStart()
          TODO: Security policy really shouldn't be inserted if there is not CSI config to put into it.
 void doStop()
           
static org.apache.geronimo.gbean.GBeanInfo getGBeanInfo()
           
 String getPOAName()
           
 CORBABean getServer()
           
 TSSConfig getTssConfig()
           
 void registerContainer(EJBContainer container)
           
 void setTssConfig(TSSConfig tssConfig)
           
 void unregisterContainer(EJBContainer container)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GBEAN_INFO

public static final org.apache.geronimo.gbean.GBeanInfo GBEAN_INFO
Constructor Detail

TSSBean

public TSSBean()
gbean endpoint constructor


TSSBean

public TSSBean(ClassLoader classLoader,
               String POAName,
               CORBABean server)
Method Detail

getServer

public CORBABean getServer()

getPOAName

public String getPOAName()

getTssConfig

public TSSConfig getTssConfig()

setTssConfig

public void setTssConfig(TSSConfig tssConfig)

doStart

public void doStart()
             throws Exception
TODO: Security policy really shouldn't be inserted if there is not CSI config to put into it.

Specified by:
doStart in interface org.apache.geronimo.gbean.GBeanLifecycle
Throws:
Exception

doStop

public void doStop()
            throws Exception
Specified by:
doStop in interface org.apache.geronimo.gbean.GBeanLifecycle
Throws:
Exception

doFail

public void doFail()
Specified by:
doFail in interface org.apache.geronimo.gbean.GBeanLifecycle

registerContainer

public void registerContainer(EJBContainer container)
                       throws CORBAException
Throws:
CORBAException

unregisterContainer

public void unregisterContainer(EJBContainer container)

getGBeanInfo

public static org.apache.geronimo.gbean.GBeanInfo getGBeanInfo()


Copyright © 1999-2006 OpenEJB. All Rights Reserved.