org.jfox.ejb.invoker.local
Class LOCALContainerInvoker
java.lang.Object
org.huihoo.jfox.system.ComponentSupport
org.huihoo.jfox.system.ServiceSupport
org.jfox.ejb.ContainerInvokerSupport
org.jfox.ejb.invoker.local.LOCALContainerInvoker
- All Implemented Interfaces:
- Component, ContainerInvoker, Loggable, Persistentable, java.rmi.Remote, java.lang.Runnable, java.io.Serializable, Service
- public class LOCALContainerInvoker
- extends ContainerInvokerSupport
- implements ContainerInvoker
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getInstance
public static LOCALContainerInvoker getInstance()
doInit
protected void doInit()
throws java.lang.Exception
- Description copied from class:
ComponentSupport
- do actually create action
- Specified by:
doInit in class ComponentSupport
- Throws:
java.lang.Exception
doStart
protected void doStart()
throws java.lang.Exception
- Description copied from class:
ServiceSupport
- do actually start action
- Specified by:
doStart in class ServiceSupport
- Throws:
java.lang.Exception
doStop
protected void doStop()
throws java.lang.Exception
- Description copied from class:
ServiceSupport
- do actually stop action
- Specified by:
doStop in class ServiceSupport
- Throws:
java.lang.Exception
doDestroy
protected void doDestroy()
throws java.lang.Exception
- Description copied from class:
ComponentSupport
- do actually destory action
- Specified by:
doDestroy in class ComponentSupport
- Throws:
java.lang.Exception
invoke
public java.lang.Object invoke(Invocation invocation)
throws java.rmi.RemoteException
- Specified by:
invoke in interface ContainerInvoker
- Throws:
java.rmi.RemoteException
main
public static void main(java.lang.String[] args)