Package | Description |
---|---|
org.overlord.rtgov.analytics.service |
Modifier and Type | Method and Description |
---|---|
InterfaceDefinition |
ServiceDefinition.getInterface(String name)
This method returns the interface associated with the supplied
name, if defined within the service definition.
|
InterfaceDefinition |
InterfaceDefinition.shallowCopy()
This method creates a shallow copy.
|
Modifier and Type | Method and Description |
---|---|
List<InterfaceDefinition> |
ServiceDefinition.getInterfaces()
This method returns the list of interfaces associated
with the service.
|
Modifier and Type | Method and Description |
---|---|
void |
InterfaceDefinition.merge(InterfaceDefinition id)
This method merges the supplied definition with this
interface definition.
|
Modifier and Type | Method and Description |
---|---|
void |
ServiceDefinition.setInterfaces(List<InterfaceDefinition> interfaces)
This method sets the list of interfaces associated
with the service.
|
Copyright © 2013-2015 JBoss by Red Hat. All Rights Reserved.