com.francetelecom.tr157.implem
Class ServiceImp

java.lang.Object
  extended by com.francetelecom.tr157.gen.Service
      extended by com.francetelecom.tr157.implem.ServiceImp

public class ServiceImp
extends Service


Field Summary
static java.lang.String BYE_BYE
          The Constant BYE_BYE.
static java.lang.String LEASE_ACTIVE
          The Constant LEASE_ACTIVE.
 
Constructor Summary
ServiceImp(IParameterData data, java.lang.String basePath, org.osgi.service.upnp.UPnPService pUPnPService, java.lang.String pDeviceUuid)
          Instantiates a new service imp.
 
Method Summary
 void initialize()
          Initialize.
 void setStatus(java.lang.String status)
          Sets the status.
 
Methods inherited from class com.francetelecom.tr157.gen.Service
createHost, createLeaseTime, createLocation, createServer, createStatus, createUSN, getBasePath, getData, getParamHost, getParamLeaseTime, getParamLocation, getParamServer, getParamStatus, getParamUSN
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LEASE_ACTIVE

public static final java.lang.String LEASE_ACTIVE
The Constant LEASE_ACTIVE.

See Also:
Constant Field Values

BYE_BYE

public static final java.lang.String BYE_BYE
The Constant BYE_BYE.

See Also:
Constant Field Values
Constructor Detail

ServiceImp

public ServiceImp(IParameterData data,
                  java.lang.String basePath,
                  org.osgi.service.upnp.UPnPService pUPnPService,
                  java.lang.String pDeviceUuid)
Instantiates a new service imp.

Parameters:
data - the data
basePath - the base path
pUPnPService - the u pn p service
pDeviceUuid - the device uuid
Method Detail

initialize

public void initialize()
                throws Fault
Initialize.

Overrides:
initialize in class Service
Throws:
Fault - the fault
See Also:
Service.initialize()

setStatus

public void setStatus(java.lang.String status)
Sets the status.

Parameters:
status - the new status


Copyright © 2011 FranceTelecom. All Rights Reserved.