public class ServiceUnitInfoImpl extends Object implements ServiceUnitInfo
| Constructor and Description |
|---|
ServiceUnitInfoImpl() |
| 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
|
void |
setFilePath(String filePath) |
void |
setName(String name) |
void |
setServiceAssemblyName(String name) |
void |
setState(ServiceUnitState state) |
void |
setTargetComponent(String compName)
Set the Service Units target component
|
public boolean equals(Object object)
equals in interface ServiceUnitInfoequals in class Objectobject - - the Object to be compared with this one.public String getName()
getName in interface ServiceUnitInfopublic void setName(String name)
public String getServiceAssemblyName()
getServiceAssemblyName in interface ServiceUnitInfopublic void setServiceAssemblyName(String name)
public ServiceUnitState getState()
getState in interface ServiceUnitInfopublic void setState(ServiceUnitState state)
public String getStateAsString()
getStateAsString in interface ServiceUnitInfopublic String getTargetComponent()
getTargetComponent in interface ServiceUnitInfopublic void setTargetComponent(String compName)
compName - - the target component namepublic String getFilePath()
getFilePath in interface ServiceUnitInfopublic void setFilePath(String filePath)
filePath - - the path to the ServiceUnit archiveCopyright © 2011-2016 OpenESB Community. All Rights Reserved.