|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MediationServices
Provides services to a mediation primitive. Each mediation primitive has a mediation services object which provides access to the terminals defined for the primitive, the primitive name and display name. The display name is normally set by the creator of the flow, wheras the name will be the name by which the mediation primitive is known by the runtime.
Mediation primitives will primarily use the mediation services to access input and output terminals via the getter methods.
Field Summary | |
---|---|
static java.lang.String |
$sccsid
|
static java.lang.String |
COPYRIGHT
|
Method Summary | |
---|---|
InputTerminal |
getInputTerminal(java.lang.String name)
Gets the named input terminal for this primitive. |
java.util.List |
getInputTerminals()
Returns an unmodifiable list of all input terminals defined for this mediation primitive. |
java.lang.String |
getMediationDisplayName()
Gets the display name of this mediation primitive. |
java.lang.String |
getMediationName()
Gets the name of this mediation primitive. |
OutputTerminal |
getOutputTerminal(java.lang.String name)
Gets the named output terminal for this primitive. |
java.util.List |
getOutputTerminals()
Returns an unmodifiable list of all output terminals defined for this mediation primitive. |
Field Detail |
---|
static final java.lang.String COPYRIGHT
static final java.lang.String $sccsid
Method Detail |
---|
java.lang.String getMediationName()
java.lang.String getMediationDisplayName()
InputTerminal getInputTerminal(java.lang.String name) throws TerminalNotFoundException
name
- the name of the input terminal
TerminalNotFoundException
- if the named terminal is not defined
for this mediation primitiveOutputTerminal getOutputTerminal(java.lang.String name) throws TerminalNotFoundException
name
- the name of the output terminal
TerminalNotFoundException
- if the named terminal is not defined
for this mediation primitivejava.util.List getInputTerminals()
java.util.List getOutputTerminals()
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |