com.francetelecom.admindm.osgi
Class StateModifier

java.lang.Object
  extended by com.francetelecom.admindm.osgi.StateModifier
All Implemented Interfaces:
CheckCallBack, Getter, Setter

public final class StateModifier
extends java.lang.Object
implements Setter, Getter, CheckCallBack

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

StateModifier

public StateModifier(IParameterData data,
                     org.osgi.framework.Bundle pBundle,
                     Parameter pParam)
Instantiates a new oSGI set state.

Parameters:
data - the data
pBundle - the bundle
pParam - the state parameter
Method Detail

bundleChanged

public void bundleChanged(org.osgi.framework.BundleEvent event)
Bundle changed.

Parameters:
event - the event

set

public void set(Parameter param,
                java.lang.Object obj)
         throws Fault
Sets the parameter with the Object.

Specified by:
set in interface Setter
Parameters:
param - the param
obj - the obj
Throws:
Fault - the fault

check

public void check(java.lang.Object value)
           throws Fault
Check.

Specified by:
check in interface CheckCallBack
Parameters:
value - the value
Throws:
Fault - the fault

get

public java.lang.Object get(java.lang.String sessionId)
Gets the Object.

Specified by:
get in interface Getter
Parameters:
sessionId - the session id
Returns:
the object


Copyright © 2011 FranceTelecom. All Rights Reserved.