com.platform.ego.impl
Class ResourceConf

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

public class ResourceConf
extends java.lang.Object

ResourceConf specifies configuration information of resource.

Version:
1.2.3

Constructor Summary
ResourceConf()
           
 
Method Summary
 java.lang.String getResourceName()
          Get name of resource.
 int getSlots()
          Get slots of resource.
 void setResourceName(java.lang.String resourceName)
          Set name of resource.
 void setSlots(int slots)
          Set slots of resource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceConf

public ResourceConf()
Method Detail

getResourceName

public java.lang.String getResourceName()
Get name of resource.

Returns:
name of resource.

setResourceName

public void setResourceName(java.lang.String resourceName)
Set name of resource.

Parameters:
resourceName - : specifies name of resource.

getSlots

public int getSlots()
Get slots of resource.

Returns:
slots of resource.

setSlots

public void setSlots(int slots)
Set slots of resource

Parameters:
slots - : specifies slots of resource.


Copyright (C) 1992-2007 Platform Computing Corporation