Package | Description |
---|---|
org.overlord.rtgov.analytics.service | |
org.overlord.rtgov.service.dependency |
Modifier and Type | Method and Description |
---|---|
OperationDefinition |
InterfaceDefinition.getOperation(String name)
This method returns the operation associated with the supplied
name, if defined within the interface definition.
|
protected OperationDefinition |
OperationDefinition.shallowCopy()
This method creates a shallow copy.
|
Modifier and Type | Method and Description |
---|---|
List<OperationDefinition> |
InterfaceDefinition.getOperations()
This method returns the list of operations associated
with the interface.
|
Modifier and Type | Method and Description |
---|---|
void |
OperationDefinition.merge(OperationDefinition opdef)
This method merges the supplied operation definition
with this.
|
Modifier and Type | Method and Description |
---|---|
void |
InterfaceDefinition.setOperations(List<OperationDefinition> operations)
This method sets the list of operations associated
with the interface.
|
Modifier and Type | Method and Description |
---|---|
OperationDefinition |
OperationNode.getOperation()
This method returns the operation.
|
Modifier and Type | Method and Description |
---|---|
void |
OperationNode.setOperation(OperationDefinition op)
This method sets the operation.
|
Copyright © 2013-2015 JBoss by Red Hat. All Rights Reserved.