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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
LocationInfo
public LocationInfo(java.lang.String location,
java.lang.Object info)
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