com.atlassian.plugin.jmx
Interface TestAbstractJmxBridge.SampleMXBean

Enclosing class:
TestAbstractJmxBridge

public static interface TestAbstractJmxBridge.SampleMXBean


Method Summary
 String concat(String left, String right)
           
 boolean getBoolean()
           
 byte getByte()
           
 char getChar()
           
 double getDouble()
           
 float getFloat()
           
 int getInt()
           
 long getLong()
           
 short getShort()
           
 String getString()
           
 void operation()
           
 

Method Detail

getBoolean

boolean getBoolean()

getChar

char getChar()

getByte

byte getByte()

getShort

short getShort()

getInt

int getInt()

getLong

long getLong()

getFloat

float getFloat()

getDouble

double getDouble()

getString

String getString()

operation

void operation()

concat

String concat(String left,
              String right)


Copyright © 2015 Atlassian. All rights reserved.