com.ibm.datapower.wamt.soma
Interface Status


public interface Status

The interface to get the status of SOMA. This interface is mainly used by functions of SOMACommands


Field Summary
static java.lang.String COPYRIGHT_2013
           
 
Method Summary
 StringCollection getNames()
          Get all names of status of SOMA
 java.lang.Object getValue(java.lang.String name)
          Get the value of status
 

Field Detail

COPYRIGHT_2013

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

getNames

StringCollection getNames()
Get all names of status of SOMA

Returns:
all status names

getValue

java.lang.Object getValue(java.lang.String name)
Get the value of status

Parameters:
name - the name of status
Returns:
the value of status


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