crash.commands.base
Class jmx

java.lang.Object
  extended by org.crsh.command.AbstractCommand
      extended by org.crsh.command.BaseCommand
          extended by crash.commands.base.jmx

public class jmx
extends BaseCommand

Author:
Julien Viet

Field Summary
 
Fields inherited from class org.crsh.command.BaseCommand
log, unmatched
 
Fields inherited from class org.crsh.command.AbstractCommand
context, out
 
Constructor Summary
jmx()
           
 
Method Summary
 void attributes(InvocationContext<Map> context, ObjectName name)
           
 void find(InvocationContext<ObjectName> context, String pattern)
           
 Pipe<ObjectName,Map> get(List<String> attributes)
           
 
Methods inherited from class org.crsh.command.BaseCommand
execute, getUnmatched, readLine, readLine, toScript
 
Methods inherited from class org.crsh.command.AbstractCommand
peekContext, popContext, pushContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

jmx

public jmx()
Method Detail

find

public void find(InvocationContext<ObjectName> context,
                 String pattern)
          throws Exception
Throws:
Exception

attributes

public void attributes(InvocationContext<Map> context,
                       ObjectName name)
                throws IOException
Throws:
IOException

get

public Pipe<ObjectName,Map> get(List<String> attributes)


Copyright © 2014 eXo Platform SAS. All Rights Reserved.