Package | Description |
---|---|
es.tid.rsvp.constructs | |
es.tid.rsvp.constructs.te |
Modifier and Type | Field and Description |
---|---|
protected FlowSpec |
FFFlowDescriptor.flowSpec
Flow Spec is a mandatory object when FF style is used and it is its first appearance
in the flow descriptor list
|
Modifier and Type | Method and Description |
---|---|
FlowSpec |
WFFlowDescriptor.getFlowSpec() |
FlowSpec |
WFErrorFlowDescriptor.getFlowSpec() |
FlowSpec |
SEFlowDescriptor.getFlowSpec() |
FlowSpec |
SEErrorFlowDescriptor.getFlowSpec() |
FlowSpec |
FFFlowDescriptor.getFlowSpec() |
FlowSpec |
FFErrorFlowDescriptor.getFlowSpec() |
Modifier and Type | Method and Description |
---|---|
void |
WFFlowDescriptor.setFlowSpec(FlowSpec flowSpec) |
void |
WFErrorFlowDescriptor.setFlowSpec(FlowSpec flowSpec) |
void |
SEFlowDescriptor.setFlowSpec(FlowSpec flowSpec) |
void |
SEErrorFlowDescriptor.setFlowSpec(FlowSpec flowSpec) |
void |
FFFlowDescriptor.setFlowSpec(FlowSpec flowSpec) |
void |
FFErrorFlowDescriptor.setFlowSpec(FlowSpec flowSpec) |
Constructor and Description |
---|
FFErrorFlowDescriptor(FlowSpec flowSpec,
FilterSpec filterSpec)
Constructor to be used when a new FF Error Flow Descriptor it wanted to be created and sent
|
FFFlowDescriptor(FlowSpec flowSpec,
FilterSpec filterSpec,
boolean first)
Constructor to be used when a new FF Flow Descriptor it wanted to be created and sent
|
SEErrorFlowDescriptor(FlowSpec flowSpec,
FilterSpec filterSpec)
Constructor to be used when a new SE Error Flow Descriptor it wanted to be created and sent
|
SEFlowDescriptor(FlowSpec flowSpec,
FilterSpec filterSpec)
Constructor to be used when a new SE Flow Descriptor it wanted to be created and sent
|
WFErrorFlowDescriptor(FlowSpec flowSpec)
Builder to be used when a new WF Error Flow Descriptor it wanted to be created and sent
|
WFFlowDescriptor(FlowSpec flowSpec)
Builder to be used when a new WF Flow Descriptor it wanted to be created and sent
|
Modifier and Type | Method and Description |
---|---|
FlowSpec |
SEFlowDescriptorTE.getFlowSpec() |
FlowSpec |
FFFlowDescriptorTE.getFlowSpec() |
Modifier and Type | Method and Description |
---|---|
void |
SEFlowDescriptorTE.setFlowSpec(FlowSpec flowSpec) |
void |
FFFlowDescriptorTE.setFlowSpec(FlowSpec flowSpec) |
Constructor and Description |
---|
FFFlowDescriptorTE(FlowSpec flowSpec,
FilterSpec filterSpec,
Label label,
RRO rro,
boolean first)
Constructor to be used when a new FF Flow Descriptor TE is wanted to be created and sent
|
SEFlowDescriptorTE(FlowSpec flowSpec,
FilterSpecTE filterSpec)
Constructor to be used when a new SE Flow Descriptor TE it wanted to be created and sent
|
Copyright © 2016. All rights reserved.