|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SOMACommands
A list of high-level commands that the DataPower device should support via SOAP invocation. These are commands sent from a manager to the device.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT_2013
|
Method Summary | |
---|---|
java.util.Map<java.lang.String,java.util.List<Status>> |
getAllStatus(DeviceContext device,
java.lang.String domainName)
Get all SOMA status supported by device |
java.util.List<Status> |
getStatus(DeviceContext device,
java.lang.String domainName,
java.lang.String OpName)
Get SOMA status with operation name supported by device |
Field Detail |
---|
static final java.lang.String COPYRIGHT_2013
Method Detail |
---|
java.util.Map<java.lang.String,java.util.List<Status>> getAllStatus(DeviceContext device, java.lang.String domainName) throws SOMAException, SOMAIOException
device
- the DataPower device to get statusdomainName
- the name of the domain to get status
java.util.List<Status> getStatus(DeviceContext device, java.lang.String domainName, java.lang.String OpName) throws SOMAIOException, SOMAException
device
- the DataPower device to get statusdomainName
- the name of the domain to get statusname
- the name of operation of status
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |