public interface ServiceUnitInfo
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object)
Determine if the supplied Object is equal to this one.
|
String |
getFilePath()
Get the path to the Service Unit archive.
|
String |
getName()
Get the name of the Service Unit.
|
String |
getServiceAssemblyName()
Get the name of the Service Assembly containing this Service Unit.
|
ServiceUnitState |
getState()
Get the state of the Service Unit.
|
String |
getStateAsString()
Get the state of the Service Unit as a string.
|
String |
getTargetComponent()
Get the Service Units target component
|
boolean equals(Object object)
String getName()
String getServiceAssemblyName()
ServiceUnitState getState()
String getStateAsString()
String getTargetComponent()
String getFilePath()
Copyright © 2011-2016 OpenESB Community. All Rights Reserved.