org.omg.PortableServer
Interface ServantActivatorOperations

All Superinterfaces:
ServantManagerOperations
All Known Subinterfaces:
ServantActivator
All Known Implementing Classes:
_ServantActivatorStub, ServantActivatorPOA, ServantActivatorPOATie

public interface ServantActivatorOperations
extends ServantManagerOperations

Interface definition: ServantActivator.

Author:
OpenORB Compiler

Method Summary
 void etherealize(byte[] oid, POA adapter, Servant serv, boolean cleanup_in_progress, boolean remaining_activations)
          Operation etherealize
 Servant incarnate(byte[] oid, POA adapter)
          Operation incarnate
 

Method Detail

incarnate

Servant incarnate(byte[] oid,
                  POA adapter)
                  throws ForwardRequest
Operation incarnate

Throws:
ForwardRequest

etherealize

void etherealize(byte[] oid,
                 POA adapter,
                 Servant serv,
                 boolean cleanup_in_progress,
                 boolean remaining_activations)
Operation etherealize