IBM WebSphere Application ServerTM
Release 8

com.ibm.wsspi.sca.metadata
Interface OperationType


public interface OperationType

Interface that represent the operationType information from a SCA interface.

Since:
7.5.1.0

Field Summary
static java.lang.String COPYRIGHT
           
 
Method Summary
 java.lang.String getOperationName()
          Method returns the name of the specified operation.
 

Field Detail

COPYRIGHT

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

getOperationName

java.lang.String getOperationName()
Method returns the name of the specified operation.

Returns:
String Name of the specified operation; otherwise null.

IBM WebSphere Application ServerTM
Release 8