org.ow2.jasmine.monitoring.mbeancmd.commands
Class MLoad
java.lang.Object
org.ow2.jasmine.monitoring.mbeancmd.AbstractCommand
org.ow2.jasmine.monitoring.mbeancmd.commands.MLoad
- All Implemented Interfaces:
- Command
public class MLoad
- extends AbstractCommand
Mbean loading facility.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MLoad
public MLoad()
- Constructor: calls
setOptions().
exec
public int exec(CommandDispatcher cmdDispatcher)
- Implementation of inherited abstract method.
Executes the command.
- Specified by:
exec in interface Command- Specified by:
exec in class AbstractCommand
- Returns:
- 0 if succeeded, an error code otherwise.
- See Also:
AbstractCommand#exec()
summary
public String summary()
- Implementation of inherited abstract method.
- Specified by:
summary in interface Command- Specified by:
summary in class AbstractCommand
- Returns:
- Command's summary.
- See Also:
AbstractCommand.summary()
Copyright © 2011 OW2 Consortium. All Rights Reserved.