|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of LocalService in org.teleal.cling.binding.annotations |
---|
Methods in org.teleal.cling.binding.annotations that return types with arguments of type LocalService | |
---|---|
protected Map<ActionArgument<LocalService>,StateVariableAccessor> |
AnnotationActionBinder.createOutputArguments()
|
Method parameters in org.teleal.cling.binding.annotations with type arguments of type LocalService | |
---|---|
protected ActionExecutor |
AnnotationActionBinder.createExecutor(Map<ActionArgument<LocalService>,StateVariableAccessor> outputArguments)
|
Uses of LocalService in org.teleal.cling.model |
---|
Fields in org.teleal.cling.model declared as LocalService | |
---|---|
protected LocalService<T> |
DefaultServiceManager.service
|
Methods in org.teleal.cling.model that return LocalService | |
---|---|
abstract LocalService<T> |
ServiceManager.getService()
|
LocalService<T> |
DefaultServiceManager.getService()
|
Methods in org.teleal.cling.model that return types with arguments of type LocalService | ||
---|---|---|
static
|
DefaultServiceManager.newDeviceService(DeviceService<LocalService<T>> deviceService,
Class<T> clazz)
|
|
static
|
DefaultServiceManager.newDeviceService(LocalServiceBinder binder,
Class<T> clazz)
|
Method parameters in org.teleal.cling.model with type arguments of type LocalService | ||
---|---|---|
static
|
DefaultServiceManager.newDeviceService(DeviceService<LocalService<T>> deviceService,
Class<T> clazz)
|
Constructors in org.teleal.cling.model with parameters of type LocalService | |
---|---|
DefaultServiceManager(LocalService<T> service)
|
|
DefaultServiceManager(LocalService<T> service,
Class<T> serviceClass)
|
Constructor parameters in org.teleal.cling.model with type arguments of type LocalService | |
---|---|
DefaultServiceManager(DeviceService<LocalService<T>> deviceService)
|
Uses of LocalService in org.teleal.cling.model.action |
---|
Fields in org.teleal.cling.model.action with type parameters of type LocalService | |
---|---|
protected Map<ActionArgument<LocalService>,StateVariableAccessor> |
ActionExecutor.outputArgumentAccessors
|
Methods in org.teleal.cling.model.action that return types with arguments of type LocalService | |
---|---|
Map<ActionArgument<LocalService>,StateVariableAccessor> |
ActionExecutor.getOutputArgumentAccessors()
|
Method parameters in org.teleal.cling.model.action with type arguments of type LocalService | |
---|---|
protected Object[] |
MethodActionExecutor.createInputArgumentValues(ActionInvocation<LocalService> actionInvocation,
Method method)
|
void |
ActionExecutor.execute(ActionInvocation<LocalService> actionInvocation)
|
protected void |
QueryStateVariableExecutor.execute(ActionInvocation<LocalService> actionInvocation,
Object serviceImpl)
|
protected void |
MethodActionExecutor.execute(ActionInvocation<LocalService> actionInvocation,
Object serviceImpl)
|
protected abstract void |
ActionExecutor.execute(ActionInvocation<LocalService> actionInvocation,
Object serviceImpl)
|
protected void |
QueryStateVariableExecutor.executeQueryStateVariable(ActionInvocation<LocalService> actionInvocation,
Object serviceImpl)
|
protected boolean |
MethodActionExecutor.isUseOutputArgumentAccessors(ActionInvocation<LocalService> actionInvocation)
|
protected Object |
ActionExecutor.readOutputArgumentValues(Action<LocalService> action,
Object instance)
|
protected void |
ActionExecutor.setOutputArgumentValues(ActionInvocation<LocalService> actionInvocation,
Object result)
|
Constructor parameters in org.teleal.cling.model.action with type arguments of type LocalService | |
---|---|
ActionExecutor(Map<ActionArgument<LocalService>,StateVariableAccessor> outputArgumentAccessors)
|
|
MethodActionExecutor(Map<ActionArgument<LocalService>,StateVariableAccessor> outputArgumentAccessors,
Method method)
|
Uses of LocalService in org.teleal.cling.model.gena |
---|
Constructor parameters in org.teleal.cling.model.gena with type arguments of type LocalService | |
---|---|
LocalGENASubscription(DeviceService<LocalService> deviceService,
Integer requestedDurationSeconds,
List<URL> callbackURLs)
|
|
LocalGENASubscription(DeviceService<LocalService> deviceService,
List<URL> callbackURLs)
|
Uses of LocalService in org.teleal.cling.model.message.control |
---|
Constructor parameters in org.teleal.cling.model.message.control with type arguments of type LocalService | |
---|---|
IncomingActionRequestMessage(StreamRequestMessage source,
DeviceService<LocalService> deviceService)
|
Uses of LocalService in org.teleal.cling.model.meta |
---|
Methods in org.teleal.cling.model.meta that return types with arguments of type LocalService | |
---|---|
static Constructor<LocalService> |
LocalService.getConstructor()
|
Constructors in org.teleal.cling.model.meta with parameters of type LocalService | |
---|---|
LocalDeviceService(ServiceType serviceType,
ServiceId serviceId,
LocalService service)
|
Uses of LocalService in org.teleal.cling.model.state |
---|
Fields in org.teleal.cling.model.state declared as LocalService | |
---|---|
protected LocalService<T> |
ServiceState.service
|
Methods in org.teleal.cling.model.state that return LocalService | |
---|---|
LocalService |
ServiceState.getService()
|
Method parameters in org.teleal.cling.model.state with type arguments of type LocalService | |
---|---|
StateVariableValue |
StateVariableAccessor.read(StateVariable<LocalService> stateVariable,
Object serviceImpl)
|
Constructors in org.teleal.cling.model.state with parameters of type LocalService | |
---|---|
ServiceState(LocalService<T> service,
PropertyChangeSupport propertyChangeSupport)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |