|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.figure8.join.core.EntityObject org.figure8.join.businessobjects.environment.AbstractResource org.figure8.join.businessobjects.environment.Gateway
public class Gateway
A Resource implementation that provide access to some other Enterprise
Information Systems (EIS
).
It represents an access point to EIS that may be connected to the main
Software project you want to use Join for. A Gateway will be typically
used by Enterprise Portal type projects.
Field Summary | |
---|---|
static java.lang.String |
CATEGORY
The category information of the Gateway implementation of AbstractResource |
Constructor Summary | |
---|---|
Gateway()
Creates a new instance of Gateway |
|
Gateway(java.lang.String name,
GatewayType type)
Creates a new instance of Gateway with mandatory attributes |
Method Summary | |
---|---|
void |
addActiveEISMapping(EISMapping mapping)
Convenient method for adding a mapped resource into mapping list This method closes the previously existing mapping for this kind of resource. |
java.util.List |
getActiveEISMappings()
|
java.lang.String |
getCategory()
Return the category information on this resource. |
void |
setActiveEISMappings(java.util.List mappings)
|
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 |
---|
public static final java.lang.String CATEGORY
Constructor Detail |
---|
public Gateway()
public Gateway(java.lang.String name, GatewayType type)
name
- This gateway nameMethod Detail |
---|
public java.util.List getActiveEISMappings()
EISMapping
s that are active nowpublic void setActiveEISMappings(java.util.List mappings)
mappings
- The set of ResourceMapping
s that are active nowpublic void addActiveEISMapping(EISMapping mapping)
mapping
- The mapping to an infratructure resource to addpublic java.lang.String getCategory()
getCategory
in class AbstractResource
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |