org.jacorb.notification.servant
Interface ManageableServant

All Known Implementing Classes:
AbstractAdmin, AbstractProxy, AbstractProxySupplier, ConsumerAdminTieImpl, ECProxyPullConsumerImpl, ECProxyPullSupplierImpl, ECProxyPushConsumerImpl, ECProxyPushSupplierImpl, EventChannelFactoryImpl, EventChannelImpl, FilterImpl, ProxyPullConsumerImpl, ProxyPullSupplierImpl, ProxyPushConsumerImpl, ProxyPushSupplierImpl, SequenceProxyPullConsumerImpl, SequenceProxyPullSupplierImpl, SequenceProxyPushConsumerImpl, SequenceProxyPushSupplierImpl, StructuredProxyPullConsumerImpl, StructuredProxyPullSupplierImpl, StructuredProxyPushConsumerImpl, StructuredProxyPushSupplierImpl, SupplierAdminTieImpl

public interface ManageableServant

Version:
$Id: ManageableServant.java,v 1.3 2004/05/06 12:39:59 nicolas Exp $
Author:
Alphonse Bendt

Method Summary
 Object activate()
           
 void deactivate()
           
 void preActivate()
           
 void setORB(ORB orb)
           
 void setPOA(POA poa)
           
 

Method Detail

setORB

void setORB(ORB orb)

setPOA

void setPOA(POA poa)

preActivate

void preActivate()
                 throws java.lang.Exception
Throws:
java.lang.Exception

activate

Object activate()

deactivate

void deactivate()