KickJava   Java API By Example, From Geeks To Geeks.

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

org.omg.PortableServer
Class ServantLocatorPOA

java.lang.Object
  extended by org.omg.PortableServer.Servant
      extended by org.omg.PortableServer.ServantLocatorPOA
All Implemented Interfaces:
InvokeHandler, ServantLocatorOperations, ServantManagerOperations
See Also:
Source Code

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


public String[] _all_interfaces(POA poa,
                                byte[] objectId)
See Also:
Servant
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public OutputStream _invoke(String $method,
                            InputStream in,
                            ResponseHandler $rh)
See Also:
InvokeHandler
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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


public ServantLocator _this(ORB orb)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags