|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.francetelecom.admindm.osgi.StateModifier
public final class StateModifier
The Class OSGISetState.
| Constructor Summary | |
|---|---|
StateModifier(IParameterData data,
org.osgi.framework.Bundle pBundle,
Parameter pParam)
Instantiates a new oSGI set state. |
|
| Method Summary | |
|---|---|
void |
bundleChanged(org.osgi.framework.BundleEvent event)
Bundle changed. |
void |
check(java.lang.Object value)
Check. |
java.lang.Object |
get(java.lang.String sessionId)
Gets the Object. |
void |
set(Parameter param,
java.lang.Object obj)
Sets the parameter with the Object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StateModifier(IParameterData data,
org.osgi.framework.Bundle pBundle,
Parameter pParam)
data - the datapBundle - the bundlepParam - the state parameter| Method Detail |
|---|
public void bundleChanged(org.osgi.framework.BundleEvent event)
event - the event
public void set(Parameter param,
java.lang.Object obj)
throws Fault
set in interface Setterparam - the paramobj - the obj
Fault - the fault
public void check(java.lang.Object value)
throws Fault
check in interface CheckCallBackvalue - the value
Fault - the faultpublic java.lang.Object get(java.lang.String sessionId)
get in interface GettersessionId - the session id
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||