org.apache.yoko.orb.IMR
Class OADInfo

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

public final class OADInfo
extends Object
implements IDLEntity

Information on an OAD.

See Also:
Serialized Form

Field Summary
 String host
           
 boolean up
           
 
Constructor Summary
OADInfo()
           
OADInfo(String host, boolean up)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

host

public String host

up

public boolean up
Constructor Detail

OADInfo

public OADInfo()

OADInfo

public OADInfo(String host,
               boolean up)


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