KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > org > omg > PortableServer > _ServantLocatorStub

org.omg.PortableServer
Class _ServantLocatorStub

java.lang.Object
  extended by org.omg.CORBA.portable.ObjectImpl
      extended by org.omg.PortableServer._ServantLocatorStub
All Implemented Interfaces:
Serializable, Object, IDLEntity, ServantLocator, ServantLocatorOperations, ServantManager, ServantManagerOperations
See Also:
Source Code

public void postinvoke(byte[] oid,
                       POA adapter,
                       String operation,
                       Object the_cookie,
                       Servant the_servant)
See Also:
ServantLocatorOperations
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Servant preinvoke(byte[] oid,
                         POA adapter,
                         String operation,
                         CookieHolder the_cookie)
                  throws ForwardRequest
See Also:
ServantLocatorOperations
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String[] _ids()
See Also:
ObjectImpl
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final Class _opsClass
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public _ServantLocatorStub()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags