org.openejb.corba
Class StandardServant
java.lang.Object
org.omg.PortableServer.Servant
org.openejb.corba.StandardServant
- All Implemented Interfaces:
- InvokeHandler
- public class StandardServant
- extends Servant
- implements InvokeHandler
- Version:
- $Revision: 445821 $ $Date: 2005-12-05 22:31:12 +0100 (Mon, 05 Dec 2005) $
Methods inherited from class org.omg.PortableServer.Servant |
_default_POA, _get_delegate, _get_interface_def, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StandardServant
public StandardServant(ORB orb,
EJBInterfaceType ejbInterfaceType,
EJBContainer ejbContainer)
StandardServant
public StandardServant(ORB orb,
EJBInterfaceType ejbInterfaceType,
EJBContainer ejbContainer,
Object primaryKey)
getEjbInterfaceType
public EJBInterfaceType getEjbInterfaceType()
getEjbContainer
public EJBContainer getEjbContainer()
getPrimaryKey
public Object getPrimaryKey()
_all_interfaces
public String[] _all_interfaces(POA poa,
byte[] objectId)
_invoke
public OutputStream _invoke(String operationName,
InputStream _in,
ResponseHandler reply)
throws SystemException
- Specified by:
_invoke
in interface InvokeHandler
- Throws:
SystemException
Copyright © 1999-2006 OpenEJB. All Rights Reserved.