public class InvocationLink extends Object
Constructor and Description |
---|
InvocationLink()
This is the default constructor.
|
InvocationLink(OperationNode source,
OperationNode target)
This constructor sets the source and target operation nodes.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
List<InvocationDefinition> |
getInvocations()
This method returns the invocation definitions for
the operation being invoked.
|
OperationNode |
getSource()
This method returns the source operation node.
|
OperationNode |
getTarget()
This method returns the target operation node.
|
int |
hashCode() |
void |
setSource(OperationNode node)
This method sets the source operation node.
|
void |
setTarget(OperationNode node)
This method sets the target operation node.
|
public InvocationLink()
public InvocationLink(OperationNode source, OperationNode target)
source
- The source operation nodetarget
- The target operation nodepublic List<InvocationDefinition> getInvocations()
public OperationNode getSource()
public void setSource(OperationNode node)
node
- The source operation nodepublic OperationNode getTarget()
public void setTarget(OperationNode node)
node
- The target operation nodeCopyright © 2013-2015 JBoss by Red Hat. All Rights Reserved.