public interface ServiceAssemblyInfo
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object)
Determine if the supplied Object is equal to this one.
|
String |
getName()
Get the name of the Service Assembly.
|
List<ServiceUnitInfo> |
getServiceUnitList()
Get a List
|
ServiceAssemblyState |
getStatus()
Get the state of the Service Assembly.
|
int |
hashCode()
Get a hash code for this ServiceAssemblyInfo.
|
boolean equals(Object object)
int hashCode()
String getName()
List<ServiceUnitInfo> getServiceUnitList()
ServiceAssemblyState getStatus()
Copyright © 2011-2016 OpenESB Community. All Rights Reserved.