org.apache.yoko.orb.IMR
Class POAInfo

java.lang.Object
  extended by org.apache.yoko.orb.IMR.POAInfo
All Implemented Interfaces:
Serializable, IDLEntity

public final class POAInfo
extends Object
implements IDLEntity

Information on a POA.

See Also:
Serialized Form

Field Summary
 String[] poa
           
 POAStatus state
           
 
Constructor Summary
POAInfo()
           
POAInfo(String[] poa, POAStatus state)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

poa

public String[] poa

state

public POAStatus state
Constructor Detail

POAInfo

public POAInfo()

POAInfo

public POAInfo(String[] poa,
               POAStatus state)


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