org.iids.aos.hostmanager
Class SystemServiceInfo
java.lang.Object
org.iids.aos.hostmanager.SystemServiceInfo
- All Implemented Interfaces:
- java.io.Serializable
public class SystemServiceInfo
- extends java.lang.Object
- implements java.io.Serializable
- Author:
- mobach@cs.vu.nl
A datastructure to store information about systemservices which have registered at the hostmanager.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SystemServiceInfo
public SystemServiceInfo(AgentScapeID _id,
java.lang.String _type,
Address _address,
Specifications _specs,
java.lang.Object _connection)
getType
public java.lang.String getType()
setType
public void setType(java.lang.String type)
getId
public AgentScapeID getId()
setId
public void setId(AgentScapeID id)
getAddress
public Address getAddress()
getSpecifications
public Specifications getSpecifications()
getConnection
public java.lang.Object getConnection()
setConnection
public void setConnection(java.lang.Object _connection)
Copyright © 2003, 2004 IIDS Group. All Rights Reserved.