org.omg.PortableServer

Interface ServantActivatorOperations

All Superinterfaces:
ServantManagerOperations
Known Subinterfaces:
ServantActivator
Known Implementing Classes:
ServantActivatorLocalTie, _ServantActivatorLocalBase

public interface ServantActivatorOperations
extends ServantManagerOperations

Generated from IDL interface "ServantActivator"

Author:
JacORB IDL compiler V 2.2, 7-May-2004

Method Summary

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

Method Details

etherealize

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


incarnate

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