org.teleal.cling.model.meta
Class RemoteService

java.lang.Object
  extended by org.teleal.cling.model.meta.Service
      extended by org.teleal.cling.model.meta.RemoteService

public class RemoteService
extends Service


Constructor Summary
RemoteService(Action[] actions, StateVariable[] stateVariables)
           
RemoteService(UDAVersion version, Action[] actions, StateVariable[] stateVariables)
           
 
Method Summary
static java.lang.reflect.Constructor<RemoteService> getConstructor()
           
 Action getQueryStateVariableAction()
           
 
Methods inherited from class org.teleal.cling.model.meta.Service
getAction, getActions, getDatatype, getDeviceService, getRelatedStateVariable, getStateVariable, getStateVariables, getVersion, hasActions, hasStateVariables, toString, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RemoteService

public RemoteService(UDAVersion version,
                     Action[] actions,
                     StateVariable[] stateVariables)
              throws ValidationException
Throws:
ValidationException

RemoteService

public RemoteService(Action[] actions,
                     StateVariable[] stateVariables)
              throws ValidationException
Throws:
ValidationException
Method Detail

getConstructor

public static java.lang.reflect.Constructor<RemoteService> getConstructor()

getQueryStateVariableAction

public Action getQueryStateVariableAction()
Specified by:
getQueryStateVariableAction in class Service


Copyright © 2010 Teleal GmbH, Switzerland. All Rights Reserved.