org.openejb.corba
Class StandardServant

java.lang.Object
  extended byorg.omg.PortableServer.Servant
      extended byorg.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) $

Constructor Summary
StandardServant(ORB orb, EJBInterfaceType ejbInterfaceType, EJBContainer ejbContainer)
           
StandardServant(ORB orb, EJBInterfaceType ejbInterfaceType, EJBContainer ejbContainer, Object primaryKey)
           
 
Method Summary
 String[] _all_interfaces(POA poa, byte[] objectId)
           
 OutputStream _invoke(String operationName, InputStream _in, ResponseHandler reply)
           
 EJBContainer getEjbContainer()
           
 EJBInterfaceType getEjbInterfaceType()
           
 Object getPrimaryKey()
           
 
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
 

Constructor Detail

StandardServant

public StandardServant(ORB orb,
                       EJBInterfaceType ejbInterfaceType,
                       EJBContainer ejbContainer)

StandardServant

public StandardServant(ORB orb,
                       EJBInterfaceType ejbInterfaceType,
                       EJBContainer ejbContainer,
                       Object primaryKey)
Method Detail

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.