org.gridbus.broker.farming.common.services
Class NetworkStatusService

java.lang.Object
  extended by org.gridbus.broker.farming.common.services.Service
      extended by org.gridbus.broker.farming.common.services.NetworkStatusService

public class NetworkStatusService
extends Service

Author:
krishna

Field Summary
 
Fields inherited from class org.gridbus.broker.farming.common.services.Service
MARKET, NETWORK, PERSISTENCE, REPLICA_CATALOG, SRB_MCAT
 
Constructor Summary
NetworkStatusService()
           
 
Method Summary
 java.lang.String getNameServer()
           
 java.lang.String getPort()
           
 boolean isInitialised()
          Returns a value specifying whether the Network Status Service is initialised
 void setNameServer(java.lang.String nameServer)
           
 void setPort(java.lang.String port)
           
 
Methods inherited from class org.gridbus.broker.farming.common.services.Service
getCost, getType, getUrl, getUserCredential, setCost, setType, setUrl, setUserCredential
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NetworkStatusService

public NetworkStatusService()
Method Detail

getNameServer

public java.lang.String getNameServer()
Returns:
Returns the nameServer.

setNameServer

public void setNameServer(java.lang.String nameServer)
Parameters:
nameServer - The nameServer to set.

isInitialised

public boolean isInitialised()
Returns a value specifying whether the Network Status Service is initialised

Returns:

getPort

public java.lang.String getPort()
Returns:

setPort

public void setPort(java.lang.String port)
Parameters:
port - The port to set.