com.ibm.maf.rmi
Class LocationInfo

java.lang.Object
  |
  +--com.ibm.maf.rmi.LocationInfo
All Implemented Interfaces:
java.io.Serializable

public class LocationInfo
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
LocationInfo(java.lang.String location, java.lang.Object info)
           
 
Method Summary
 AgentProfile getAgentProfile()
           
 AgentSystemInfo getAgentSystemInfo()
           
 java.lang.Object getInfo()
           
 java.lang.String getLocation()
           
 boolean matchAgentProfile(AgentProfile p)
           
 boolean matchAgentSystemInfo(AgentSystemInfo p)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LocationInfo

public LocationInfo(java.lang.String location,
                    java.lang.Object info)
Method Detail

getAgentProfile

public AgentProfile getAgentProfile()

getAgentSystemInfo

public AgentSystemInfo getAgentSystemInfo()

getInfo

public java.lang.Object getInfo()

getLocation

public java.lang.String getLocation()

matchAgentProfile

public boolean matchAgentProfile(AgentProfile p)

matchAgentSystemInfo

public boolean matchAgentSystemInfo(AgentSystemInfo p)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object