|
||||||||||
| 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<JasminePropertyInfo> |
properties
|
| Constructor Summary | |
|---|---|
JOuterService()
|
|
| Method Summary | |
|---|---|
org.ow2.jonas.jmx.JmxService |
getJmxService()
|
abstract JasmineOuter |
getOuter(JasmineOutput jasmineOutput)
Create an Outer for this JasmineOutput |
List<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<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 JasmineOuterException
JasmineOuterExceptionprotected void unregisterJOuterMBean(ObjectName on)
public abstract JasmineOuter getOuter(JasmineOutput jasmineOutput)
throws JasmineOuterException
getOuter in interface JasmineOuterServicejasmineOutput -
JasmineOuterException - operation failedpublic void removeOuters(String name)
removeOuters in interface JasmineOuterServicename - Output namepublic List<JasminePropertyInfo> getPropertiesInfo()
getPropertiesInfo in interface JasmineOuterServicepublic abstract String getType()
getType in interface JasmineOuterService
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||