org.figure8.join.businessobjects.environment
Class Service
java.lang.Object
org.figure8.join.core.EntityObject
org.figure8.join.businessobjects.environment.AbstractResource
org.figure8.join.businessobjects.environment.Service
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable, Resource
public class Service
- extends AbstractResource
A Service is a base Resource implementation.
- Version:
- $Revision: 1.3 $
- Author:
- Laurent Broudoux
- See Also:
- Serialized Form
Field Summary |
static java.lang.String |
CATEGORY
The category information of the Service implementation of AbstractResource |
Constructor Summary |
Service()
Creates a new instance of Service |
Service(java.lang.String name,
ServiceType serviceType)
Creates a new instance of Service with mandatory attribute |
Method Summary |
java.lang.String |
getCategory()
Return the category information on this resource. |
Methods inherited from class org.figure8.join.businessobjects.environment.AbstractResource |
getCurrentMappings, getLogDirPath, getLogFilePath, getMachine, getName, getPhysicalEnvironments, getResourceType, setCurrentMappings, setLogDirPath, setLogFilePath, setMachine, setName, setResourceType |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
CATEGORY
public static final java.lang.String CATEGORY
- The category information of the Service implementation of AbstractResource
- See Also:
- Constant Field Values
Service
public Service()
- Creates a new instance of Service
Service
public Service(java.lang.String name,
ServiceType serviceType)
- Creates a new instance of Service with mandatory attribute
- Parameters:
name
- This resource name (must be unique)
getCategory
public java.lang.String getCategory()
- Return the category information on this resource.
- Specified by:
getCategory
in class AbstractResource
- Returns:
- The category information as character string
Copyright © 2005-2008 Join. All Rights Reserved.