fr.imag.adele.bundle.upnp.ogd.model
Interface BundleAdminModel

All Known Implementing Classes:
BundleAdminModelImpl

public interface BundleAdminModel


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 propertyNames out parameter
 String getServiceListStateVariableValue()
           
 void getServiceProperty(long serviceID, String propertyName, 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 propertyName 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
 

Method Detail

listBundles

public void listBundles(fr.imag.adele.util.upnp.holder.StringHolder currentBundleList)
This method is "add description here" currentBundleList out parameter


listServices

public void listServices(fr.imag.adele.util.upnp.holder.StringHolder currentServiceList)
This method is "add description here" currentServiceList out parameter


getBundleInfo

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
This method is "add description here" bundleID in parameter bundleLocation out parameter bundleState out parameter startLevel out parameter headerNames out parameter

Throws:
Exception

getBundleHeader

public void getBundleHeader(long bundleID,
                            String headerName,
                            fr.imag.adele.util.upnp.holder.StringHolder headerValue)
                     throws Exception
This method is "add description here" bundleID in parameter headerName in parameter headerValue out parameter

Throws:
Exception

installBundle

public void installBundle(String bundleLocation,
                          fr.imag.adele.util.upnp.holder.LongHolder bundleID)
                   throws Exception
This method is "add description here" bundleLocation in parameter bundleID out parameter

Throws:
Exception

startBundle

public void startBundle(long bundleID)
                 throws Exception
This method is "add description here" bundleID in parameter

Throws:
Exception

stopBundle

public void stopBundle(long bundleID)
                throws Exception
This method is "add description here" bundleID in parameter

Throws:
Exception

updateBundle

public void updateBundle(long bundleID)
                  throws Exception
This method is "add description here" bundleID in parameter

Throws:
Exception

updateBundleWithLocation

public void updateBundleWithLocation(long bundleID,
                                     String bundleLocation)
                              throws Exception
This method is "add description here" bundleID in parameter bundleLocation in parameter

Throws:
Exception

uninstallBundle

public void uninstallBundle(long bundleID)
                     throws Exception
This method is "add description here" bundleID in parameter

Throws:
Exception

getServiceInfo

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
This method is "add description here" serviceID in parameter propertyNames out parameter

Throws:
Exception

getServiceProperty

public void getServiceProperty(long serviceID,
                               String propertyName,
                               fr.imag.adele.util.upnp.holder.StringHolder propertyValue,
                               fr.imag.adele.util.upnp.holder.StringHolder propertyClassName)
                        throws Exception
This method is "add description here" serviceID in parameter propertyName in parameter propertyValue out parameter propertyClassName out parameter

Throws:
Exception

getBundleListStateVariableValue

public String getBundleListStateVariableValue()

getServiceListStateVariableValue

public String getServiceListStateVariableValue()

getBundleEventInstalledStateVariableValue

public Long getBundleEventInstalledStateVariableValue()

getBundleEventStartedStateVariableValue

public Long getBundleEventStartedStateVariableValue()

getBundleEventStoppedStateVariableValue

public Long getBundleEventStoppedStateVariableValue()

getBundleEventUpdatedStateVariableValue

public Long getBundleEventUpdatedStateVariableValue()

getBundleEventUninstalledStateVariableValue

public Long getBundleEventUninstalledStateVariableValue()

getServiceEventRegisteredStateVariableValue

public Long getServiceEventRegisteredStateVariableValue()

getServiceEventUnregisteringStateVariableValue

public Long getServiceEventUnregisteringStateVariableValue()

getServiceEventModifiedStateVariableValue

public Long getServiceEventModifiedStateVariableValue()