|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.imag.adele.bundle.upnp.ogd.impl.BundleAdminModelImpl
Constructor Summary | |
BundleAdminModelImpl(org.osgi.framework.BundleContext bundleContext)
|
Method Summary | |
Long |
getBundleEventInstalledStateVariableValue()
|
Long |
getBundleEventStartedStateVariableValue()
|
Long |
getBundleEventStoppedStateVariableValue()
|
Long |
getBundleEventUninstalledStateVariableValue()
|
Long |
getBundleEventUpdatedStateVariableValue()
|
void |
getBundleHeader(long bundleID,
String headerName,
fr.imag.adele.util.upnp.holder.StringHolder headerValue)
This method is "add description here" bundleID in parameter headerName in parameter headerValue out parameter |
void |
getBundleInfo(long bundleID,
fr.imag.adele.util.upnp.holder.StringHolder bundleLocation,
fr.imag.adele.util.upnp.holder.StringHolder bundleState,
fr.imag.adele.util.upnp.holder.IntegerHolder startLevel,
fr.imag.adele.util.upnp.holder.StringHolder headerNames)
This method is "add description here" bundleID in parameter bundleLocation out parameter bundleState out parameter startLevel out parameter headerNames out parameter |
String |
getBundleListStateVariableValue()
|
Long |
getServiceEventModifiedStateVariableValue()
|
Long |
getServiceEventRegisteredStateVariableValue()
|
Long |
getServiceEventUnregisteringStateVariableValue()
|
void |
getServiceInfo(long serviceID,
fr.imag.adele.util.upnp.holder.LongHolder bundleID,
fr.imag.adele.util.upnp.holder.StringHolder propertyKeys,
fr.imag.adele.util.upnp.holder.StringHolder usingBundles)
This method is "add description here" serviceID in parameter propertyKeys out parameter |
String |
getServiceListStateVariableValue()
|
void |
getServiceProperty(long serviceID,
String propertyKey,
fr.imag.adele.util.upnp.holder.StringHolder propertyValue,
fr.imag.adele.util.upnp.holder.StringHolder propertyClassName)
This method is "add description here" serviceID in parameter propertyKey in parameter propertyValue out parameter propertyClassName out parameter |
void |
installBundle(String bundleLocation,
fr.imag.adele.util.upnp.holder.LongHolder bundleID)
This method is "add description here" bundleLocation in parameter bundleID out parameter |
void |
listBundles(fr.imag.adele.util.upnp.holder.StringHolder currentBundleList)
This method is "add description here" currentBundleList out parameter |
void |
listServices(fr.imag.adele.util.upnp.holder.StringHolder currentServiceList)
This method is "add description here" currentServiceList out parameter |
void |
startBundle(long bundleID)
This method is "add description here" bundleID in parameter |
void |
stopBundle(long bundleID)
This method is "add description here" bundleID in parameter |
void |
uninstallBundle(long bundleID)
This method is "add description here" bundleID in parameter |
void |
updateBundle(long bundleID)
This method is "add description here" bundleID in parameter |
void |
updateBundleWithLocation(long bundleID,
String bundleLocation)
This method is "add description here" bundleID in parameter bundleLocation in parameter |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BundleAdminModelImpl(org.osgi.framework.BundleContext bundleContext)
Method Detail |
public void listBundles(fr.imag.adele.util.upnp.holder.StringHolder currentBundleList)
listBundles
in interface BundleAdminModel
public void listServices(fr.imag.adele.util.upnp.holder.StringHolder currentServiceList)
listServices
in interface BundleAdminModel
public void getBundleInfo(long bundleID, fr.imag.adele.util.upnp.holder.StringHolder bundleLocation, fr.imag.adele.util.upnp.holder.StringHolder bundleState, fr.imag.adele.util.upnp.holder.IntegerHolder startLevel, fr.imag.adele.util.upnp.holder.StringHolder headerNames) throws Exception
getBundleInfo
in interface BundleAdminModel
Exception
public void getBundleHeader(long bundleID, String headerName, fr.imag.adele.util.upnp.holder.StringHolder headerValue) throws Exception
getBundleHeader
in interface BundleAdminModel
Exception
public void installBundle(String bundleLocation, fr.imag.adele.util.upnp.holder.LongHolder bundleID) throws Exception
installBundle
in interface BundleAdminModel
Exception
public void startBundle(long bundleID) throws Exception
startBundle
in interface BundleAdminModel
Exception
public void stopBundle(long bundleID) throws Exception
stopBundle
in interface BundleAdminModel
Exception
public void updateBundle(long bundleID) throws Exception
updateBundle
in interface BundleAdminModel
Exception
public void updateBundleWithLocation(long bundleID, String bundleLocation) throws Exception
updateBundleWithLocation
in interface BundleAdminModel
Exception
public void uninstallBundle(long bundleID) throws Exception
uninstallBundle
in interface BundleAdminModel
Exception
public void getServiceInfo(long serviceID, fr.imag.adele.util.upnp.holder.LongHolder bundleID, fr.imag.adele.util.upnp.holder.StringHolder propertyKeys, fr.imag.adele.util.upnp.holder.StringHolder usingBundles) throws Exception
getServiceInfo
in interface BundleAdminModel
Exception
public void getServiceProperty(long serviceID, String propertyKey, fr.imag.adele.util.upnp.holder.StringHolder propertyValue, fr.imag.adele.util.upnp.holder.StringHolder propertyClassName) throws Exception
getServiceProperty
in interface BundleAdminModel
Exception
public String getBundleListStateVariableValue()
getBundleListStateVariableValue
in interface BundleAdminModel
public String getServiceListStateVariableValue()
getServiceListStateVariableValue
in interface BundleAdminModel
public Long getBundleEventInstalledStateVariableValue()
getBundleEventInstalledStateVariableValue
in interface BundleAdminModel
public Long getBundleEventStartedStateVariableValue()
getBundleEventStartedStateVariableValue
in interface BundleAdminModel
public Long getBundleEventStoppedStateVariableValue()
getBundleEventStoppedStateVariableValue
in interface BundleAdminModel
public Long getBundleEventUpdatedStateVariableValue()
getBundleEventUpdatedStateVariableValue
in interface BundleAdminModel
public Long getBundleEventUninstalledStateVariableValue()
getBundleEventUninstalledStateVariableValue
in interface BundleAdminModel
public Long getServiceEventRegisteredStateVariableValue()
getServiceEventRegisteredStateVariableValue
in interface BundleAdminModel
public Long getServiceEventUnregisteringStateVariableValue()
getServiceEventUnregisteringStateVariableValue
in interface BundleAdminModel
public Long getServiceEventModifiedStateVariableValue()
getServiceEventModifiedStateVariableValue
in interface BundleAdminModel
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |