com.platform.ego.impl
Class Host

java.lang.Object
  extended by com.platform.ego.impl.Host

public class Host
extends java.lang.Object

Information of host.

Version:
1.2.3

Constructor Summary
Host()
           
 
Method Summary
 java.lang.String getName()
          Get name of host.
 int getSlotsNumber()
          Get slots number of host.
 java.lang.String getType()
          Get type of host.
 void setName(java.lang.String name)
          Set type of host.
 void setSlotsNumber(int slotsNumber)
          Set slots number of host.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Host

public Host()
Method Detail

getType

public java.lang.String getType()
Get type of host.

Returns:
type of host.

getName

public java.lang.String getName()
Get name of host.

Returns:
name of host.

setName

public void setName(java.lang.String name)
Set type of host.

Parameters:
name - : specifies type of host.

getSlotsNumber

public int getSlotsNumber()
Get slots number of host.

Returns:
slots number of host.

setSlotsNumber

public void setSlotsNumber(int slotsNumber)
Set slots number of host.

Parameters:
slotsNumber - : specifies slots number of host.


Copyright (C) 1992-2007 Platform Computing Corporation