KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > omg > PortableServer > ServantManagerOperations


1 package org.omg.PortableServer;
2
3
4 /**
5 * org/omg/PortableServer/ServantManagerOperations.java .
6 * Generated by the IDL-to-Java compiler (portable), version "3.2"
7 * from ../../../../src/share/classes/org/omg/PortableServer/poa.idl
8 * Saturday, February 9, 2008 9:40:03 AM GMT
9 */

10
11
12 /**
13      * A servant manager supplies a POA with the ability
14      * to activate objects on demand when the POA receives
15      * a request targeted at an inactive object. A servant
16      * manager is registered with a POA as a callback object,
17      * to be invoked by the POA when necessary.
18      * ServantManagers can either be ServantActivators or
19      * ServantLocators. A ServantManager object must be
20      * local to the process containing the POA objects
21      * it is registered with.
22      */

23 public interface ServantManagerOperations
24 {
25 } // interface ServantManagerOperations
26
Popular Tags