org.iids.aos.hostmanager
Class SystemServiceInfo

java.lang.Object
  extended by 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

Constructor Summary
SystemServiceInfo(AgentScapeID _id, java.lang.String _type, Address _address, Specifications _specs, java.lang.Object _connection)
           
 
Method Summary
 Address getAddress()
           
 java.lang.Object getConnection()
           
 AgentScapeID getId()
           
 Specifications getSpecifications()
           
 java.lang.String getType()
           
 void setConnection(java.lang.Object _connection)
           
 void setId(AgentScapeID id)
           
 void setType(java.lang.String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SystemServiceInfo

public SystemServiceInfo(AgentScapeID _id,
                         java.lang.String _type,
                         Address _address,
                         Specifications _specs,
                         java.lang.Object _connection)
Method Detail

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.