akka.jmx

Client

class Client extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Client
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Client()

Type Members

  1. class CommandParse extends AnyRef

    Attributes
    protected[akka.jmx]

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def addNameToBuffer(buffer: StringBuffer, indent: String, name: String): String

    Attributes
    protected[akka.jmx]
  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  9. def doAttributeOperation(mbsc: MBeanServerConnection, instance: ObjectInstance, command: String, infos: Array[MBeanAttributeInfo]): AnyRef

    Attributes
    protected[akka.jmx]
  10. def doBean(mbsc: MBeanServerConnection, instance: ObjectInstance, command: Array[String]): Array[AnyRef]

    Attributes
    protected[akka.jmx]
  11. def doBeanOperation(mbsc: MBeanServerConnection, instance: ObjectInstance, command: String, infos: Array[MBeanOperationInfo]): AnyRef

    Attributes
    protected[akka.jmx]
  12. def doBeans(mbsc: MBeanServerConnection, objName: ObjectName, command: Array[String], oneBeanOnly: Boolean): Array[AnyRef]

    Attributes
    protected[akka.jmx]
  13. def doSubCommand(mbsc: MBeanServerConnection, instance: ObjectInstance, subCommand: String): AnyRef

  14. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  16. def execute(hostport: String, login: String, password: String, beanname: String, command: Array[String], oneBeanOnly: Boolean): Array[AnyRef]

    Attributes
    protected[akka.jmx]
  17. def execute(hostport: String, login: String, password: String, beanname: String, command: Array[String]): Array[AnyRef]

    Attributes
    protected[akka.jmx]
  18. def execute(args: Array[String]): Unit

    Attributes
    protected[akka.jmx]
  19. def executeOneCmd(hostport: String, login: String, password: String, beanname: String, command: String): Array[AnyRef]

  20. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  21. def formatCredentials(login: String, password: String): Map[String, AnyRef]

    Attributes
    protected[akka.jmx]
  22. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  23. def getFeatureInfo(infos: Array[MBeanFeatureInfo], cmd: String): MBeanFeatureInfo

    Attributes
    protected[akka.jmx]
  24. def getJMXConnector(hostport: String, login: String, password: String): JMXConnector

    Attributes
    protected[akka.jmx]
  25. def getObjectName(beanname: String): ObjectName

    Attributes
    protected[akka.jmx]
  26. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  27. def isFeatureInfo(infos: Array[MBeanFeatureInfo], cmd: String): Boolean

    Attributes
    protected[akka.jmx]
  28. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  29. def listOptions(mbsc: MBeanServerConnection, instance: ObjectInstance): String

    Attributes
    protected[akka.jmx]
  30. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  31. def notEmpty(s: String): Boolean

    Attributes
    protected[akka.jmx]
  32. final def notify(): Unit

    Definition Classes
    AnyRef
  33. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  34. def parseUserpass(userpass: String): Array[String]

    Attributes
    protected[akka.jmx]
  35. def recurseCompositeData(buffer: StringBuffer, indent: String, name: String, data: CompositeData): StringBuffer

    Attributes
    protected[akka.jmx]
  36. def recurseTabularData(buffer: StringBuffer, indent: String, name: String, data: TabularData): StringBuffer

    Attributes
    protected[akka.jmx]
  37. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  38. def toString(): String

    Definition Classes
    AnyRef → Any
  39. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  40. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  41. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any

Ungrouped