Uses of Interface
org.mc4j.ems.connection.bean.operation.EmsOperation

Packages that use EmsOperation
org.mc4j.ems.connection.bean   
 

Uses of EmsOperation in org.mc4j.ems.connection.bean
 

Methods in org.mc4j.ems.connection.bean that return EmsOperation
 EmsOperation EmsBean.getOperation(java.lang.String name)
          Deprecated. EmsBean.getOperation(String, Class[]) should be used instead
 EmsOperation EmsBean.getOperation(java.lang.String name, java.lang.Class... parameterTypes)
          Returns the operation with the specified name and parameter types, or null if this MBean has no such operation.
 

Methods in org.mc4j.ems.connection.bean that return types with arguments of type EmsOperation
 java.util.SortedSet<EmsOperation> EmsBean.getOperations()
          Returns the set of all operations for this MBean; never null.