|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jasmine.probe.outers.JOuterService
public abstract class JOuterService
Base class for all OuterServices
| Field Summary | |
|---|---|
protected org.ow2.jonas.jmx.JmxService |
jmxService
|
protected org.ow2.util.log.Log |
logger
Logger. |
protected Map<String,JOuter> |
outerList
List of Outer |
protected List<org.ow2.jasmine.probe.JasminePropertyInfo> |
properties
|
| Constructor Summary | |
|---|---|
JOuterService()
|
|
| Method Summary | |
|---|---|
org.ow2.jonas.jmx.JmxService |
getJmxService()
|
abstract org.ow2.jasmine.probe.outer.JasmineOuter |
getOuter(org.ow2.jasmine.probe.JasmineOutput jasmineOutput)
Create an Outer for this JasmineOutput |
List<org.ow2.jasmine.probe.JasminePropertyInfo> |
getPropertiesInfo()
Retrieve the description of all specific properties hidden in JasmineOutput Return a List of all properties with their description |
abstract String |
getType()
|
protected void |
registerJOuterMBean(JOuter outer)
|
void |
removeOuters(String name)
Remove Outers attached to this Output. |
void |
setJmxService(org.ow2.jonas.jmx.JmxService jmxService)
|
protected void |
unregisterJOuterMBean(ObjectName on)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected org.ow2.util.log.Log logger
protected Map<String,JOuter> outerList
protected List<org.ow2.jasmine.probe.JasminePropertyInfo> properties
protected org.ow2.jonas.jmx.JmxService jmxService
| Constructor Detail |
|---|
public JOuterService()
| Method Detail |
|---|
public org.ow2.jonas.jmx.JmxService getJmxService()
public void setJmxService(org.ow2.jonas.jmx.JmxService jmxService)
protected void registerJOuterMBean(JOuter outer)
throws org.ow2.jasmine.probe.outer.JasmineOuterException
org.ow2.jasmine.probe.outer.JasmineOuterExceptionprotected void unregisterJOuterMBean(ObjectName on)
public abstract org.ow2.jasmine.probe.outer.JasmineOuter getOuter(org.ow2.jasmine.probe.JasmineOutput jasmineOutput)
throws org.ow2.jasmine.probe.outer.JasmineOuterException
getOuter in interface org.ow2.jasmine.probe.outer.JasmineOuterServicejasmineOutput -
org.ow2.jasmine.probe.outer.JasmineOuterException - operation failedpublic void removeOuters(String name)
removeOuters in interface org.ow2.jasmine.probe.outer.JasmineOuterServicename - Output namepublic List<org.ow2.jasmine.probe.JasminePropertyInfo> getPropertiesInfo()
getPropertiesInfo in interface org.ow2.jasmine.probe.outer.JasmineOuterServicepublic abstract String getType()
getType in interface org.ow2.jasmine.probe.outer.JasmineOuterService
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||