| Package | Description |
|---|---|
| org.mc4j.ems.connection.bean |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.SortedSet<EmsOperation> |
EmsBean.getOperations()
Returns the set of all operations for this MBean; never null.
|