KickJava   Java API By Example, From Geeks To Geeks.

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

org.omg.PortableServer
Interface ServantActivatorOperations

All Superinterfaces:
ServantManagerOperations
All Known Subinterfaces:
ServantActivator
All Known Implementing Classes:
_ServantActivatorStub, ServantActivatorPOA
See Also:
Source Code

void etherealize(byte[] oid,
                 POA adapter,
                 Servant serv,
                 boolean cleanup_in_progress,
                 boolean remaining_activations)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


Servant incarnate(byte[] oid,
                  POA adapter)
                  throws ForwardRequest
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags