public class SessionType extends Object
| Constructor and Description |
|---|
SessionType() |
| Modifier and Type | Method and Description |
|---|---|
Node |
getNode(int index)
This method returns the node at the specified index.
|
List<Node> |
getNodes()
This method returns the nodes.
|
void |
initialize(SessionInstance instance)
This method initializes the supplied session instance to monitor
against this session type.
|
void |
setNodes(List<Node> nodes)
This method sets the nodes.
|
public void setNodes(List<Node> nodes)
nodes - The nodespublic Node getNode(int index)
index - The indexpublic void initialize(SessionInstance instance)
instance - The new session instanceCopyright © 2014. All Rights Reserved.