org.figure8.join.businessobjects.environment
Class EIS
java.lang.Object
org.figure8.join.core.EntityObject
org.figure8.join.businessobjects.environment.AbstractResource
org.figure8.join.businessobjects.environment.VersionedResource
org.figure8.join.businessobjects.environment.EIS
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable, Resource
public class EIS
- extends VersionedResource
A VersionedResource extension designed to be accessed only through Gateway.
EIS are out of the scope of the project being integrated with Join but they
are here to provide additional information on environment conifguration.
- Version:
- $Revision: 1.3 $
- Author:
- Laurent Broudoux
- See Also:
- Serialized Form
Field Summary |
static java.lang.String |
CATEGORY
The category information of the EIS implementation of VersionedResource |
Constructor Summary |
EIS()
Creates a new instance of EIS |
EIS(java.lang.String name,
EISType eisType)
Creates a new instance of EIS 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 EIS implementation of VersionedResource
- See Also:
- Constant Field Values
EIS
public EIS()
- Creates a new instance of EIS
EIS
public EIS(java.lang.String name,
EISType eisType)
- Creates a new instance of EIS with mandatory attribute
- Parameters:
name
- This resource name (must be unique)
getCategory
public java.lang.String getCategory()
- Return the category information on this resource.
- Overrides:
getCategory
in class VersionedResource
- Returns:
- The category information as character string
Copyright © 2005-2008 Join. All Rights Reserved.