org.apache.yoko.orb.OB
Class PIManager

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

public final class PIManager
extends Object


Constructor Summary
PIManager(ORB orb)
           
 
Method Summary
 void adapterManagerStateChange(String id, short state)
           
 void adapterStateChange(ObjectReferenceTemplate[] templates, short state)
           
 void addClientRequestInterceptor(ClientRequestInterceptor interceptor)
           
 void addIORInterceptor(IORInterceptor interceptor, boolean insertAtHead)
           
 void addServerRequestInterceptor(ServerRequestInterceptor interceptor)
           
 int allocateSlotId()
           
 void componentsEstablished(IORInfo info)
           
 void establishComponents(IORInfo info)
           
 boolean haveClientInterceptors()
           
 boolean haveServerInterceptors()
           
 void registerPolicyFactory(int type, PolicyFactory factory)
           
 void setORBInstance(ORBInstance orbInstance)
           
 void setupComplete()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PIManager

public PIManager(ORB orb)
Method Detail

addIORInterceptor

public void addIORInterceptor(IORInterceptor interceptor,
                              boolean insertAtHead)
                       throws DuplicateName
Throws:
DuplicateName

addClientRequestInterceptor

public void addClientRequestInterceptor(ClientRequestInterceptor interceptor)
                                 throws DuplicateName
Throws:
DuplicateName

addServerRequestInterceptor

public void addServerRequestInterceptor(ServerRequestInterceptor interceptor)
                                 throws DuplicateName
Throws:
DuplicateName

allocateSlotId

public int allocateSlotId()

registerPolicyFactory

public void registerPolicyFactory(int type,
                                  PolicyFactory factory)

setORBInstance

public void setORBInstance(ORBInstance orbInstance)

setupComplete

public void setupComplete()

establishComponents

public void establishComponents(IORInfo info)

componentsEstablished

public void componentsEstablished(IORInfo info)

adapterStateChange

public void adapterStateChange(ObjectReferenceTemplate[] templates,
                               short state)

adapterManagerStateChange

public void adapterManagerStateChange(String id,
                                      short state)

haveClientInterceptors

public boolean haveClientInterceptors()

haveServerInterceptors

public boolean haveServerInterceptors()


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