com.ibm.datapower.wamt.soma
Interface SOMACommands


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

COPYRIGHT_2013

static final java.lang.String COPYRIGHT_2013
See Also:
Constant Field Values
Method Detail

getAllStatus

java.util.Map<java.lang.String,java.util.List<Status>> getAllStatus(DeviceContext device,
                                                                    java.lang.String domainName)
                                                                    throws SOMAException,
                                                                           SOMAIOException
Get all SOMA status supported by device

Parameters:
device - the DataPower device to get status
domainName - the name of the domain to get status
Returns:
all SOMA status supported by device, the String in the Map is the operation name of SOMA

getStatus

java.util.List<Status> getStatus(DeviceContext device,
                                 java.lang.String domainName,
                                 java.lang.String OpName)
                                 throws SOMAIOException,
                                        SOMAException
Get SOMA status with operation name supported by device

Parameters:
device - the DataPower device to get status
domainName - the name of the domain to get status
name - the name of operation of status
Returns:
SOMA status list supported by device


© Copyright IBM Corp. 2006, 2010 All Rights Reserved.