org.figure8.join.businessobjects.environment
Class Service

java.lang.Object
  extended by org.figure8.join.core.EntityObject
      extended by org.figure8.join.businessobjects.environment.AbstractResource
          extended by 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 org.figure8.join.core.EntityObject
clone, equals, getId, hashCode, isTransient
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CATEGORY

public static final java.lang.String CATEGORY
The category information of the Service implementation of AbstractResource

See Also:
Constant Field Values
Constructor Detail

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)
Method Detail

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.