org.apache.yoko.orb.OB
Class ServerManager

java.lang.Object
  extended by org.apache.yoko.orb.OB.ServerManager

public final class ServerManager
extends Object


Constructor Summary
ServerManager(ORBInstance orbInstance, Acceptor[] acceptors, OAInterface oaInterface, int concModel)
           
 
Method Summary
 void activate()
           
 void destroy()
           
protected  void finalize()
           
 CollocatedServer getCollocatedServer()
           
 Server[] getServers()
           
 void hold()
           
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerManager

public ServerManager(ORBInstance orbInstance,
                     Acceptor[] acceptors,
                     OAInterface oaInterface,
                     int concModel)
Method Detail

finalize

protected void finalize()
                 throws Throwable
Overrides:
finalize in class Object
Throws:
Throwable

destroy

public void destroy()

hold

public void hold()

activate

public void activate()

getCollocatedServer

public CollocatedServer getCollocatedServer()

getServers

public Server[] getServers()


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.