com.arjuna.orbportability.oa.core
Class OA

java.lang.Object
  extended by com.arjuna.orbportability.oa.core.OA

public class OA
extends Object

An instance of this class provides access to the ORB specific Object Adapter class.

Since:
JTS 2.1.
Version:
$Id: OA.java 2342 2006-03-30 13:06:17Z $
Author:
Mark Little (mark@arjuna.com)

Constructor Summary
OA(ORB theORB)
           
 
Method Summary
 void createPOA(String adapterName, Policy[] policies)
           
 void destroyPOA(String adapterName)
           
 void destroyRootPOA()
           
 void init()
           
 boolean initialised()
           
 POA poa(String adapterName)
           
 void poa(String adapterName, POA thePOA)
           
 POA rootPoa()
           
 void rootPoa(POA thePOA)
           
 void run()
           
 void run(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OA

public OA(ORB theORB)
Method Detail

initialised

public boolean initialised()

init

public void init()
          throws InvalidName,
                 AdapterInactive,
                 SystemException
Throws:
InvalidName
AdapterInactive
SystemException

createPOA

public void createPOA(String adapterName,
                      Policy[] policies)
               throws AdapterAlreadyExists,
                      InvalidPolicy,
                      AdapterInactive,
                      SystemException
Throws:
AdapterAlreadyExists
InvalidPolicy
AdapterInactive
SystemException

destroyRootPOA

public void destroyRootPOA()
                    throws SystemException
Throws:
SystemException

destroyPOA

public void destroyPOA(String adapterName)
                throws SystemException
Throws:
SystemException

rootPoa

public POA rootPoa()
            throws SystemException
Throws:
SystemException

rootPoa

public void rootPoa(POA thePOA)
             throws SystemException
Throws:
SystemException

poa

public POA poa(String adapterName)
        throws SystemException
Throws:
SystemException

poa

public void poa(String adapterName,
                POA thePOA)
         throws SystemException
Throws:
SystemException

run

public void run(String name)
         throws SystemException
Throws:
SystemException

run

public void run()
         throws SystemException
Throws:
SystemException


Copyright © 2011. All Rights Reserved.