Uses of Class
org.teleal.cling.model.meta.Action

Packages that use Action
org.teleal.cling.binding.annotations   
org.teleal.cling.binding.staging   
org.teleal.cling.model.action   
org.teleal.cling.model.message.control   
org.teleal.cling.model.meta   
 

Uses of Action in org.teleal.cling.binding.annotations
 

Methods in org.teleal.cling.binding.annotations that return types with arguments of type Action
protected  Map<Action,ActionExecutor> AnnotationLocalServiceBinder.readActions(Class<?> clazz, Map<StateVariable,StateVariableAccessor> stateVariables, Set<Class> stringConvertibleTypes)
           
 

Method parameters in org.teleal.cling.binding.annotations with type arguments of type Action
 void AnnotationActionBinder.appendAction(Map<Action,ActionExecutor> actions)
           
 

Uses of Action in org.teleal.cling.binding.staging
 

Methods in org.teleal.cling.binding.staging that return Action
 Action MutableAction.build()
           
 Action[] MutableServiceDescriptor.createActions()
           
 

Uses of Action in org.teleal.cling.model.action
 

Fields in org.teleal.cling.model.action declared as Action
protected  Action<S> ActionInvocation.action
           
 

Methods in org.teleal.cling.model.action that return Action
 Action<S> ActionInvocation.getAction()
           
 

Methods in org.teleal.cling.model.action with parameters of type Action
protected  Object ActionExecutor.readOutputArgumentValues(Action<LocalService> action, Object instance)
           
 

Constructors in org.teleal.cling.model.action with parameters of type Action
ActionInvocation(Action<S> action)
           
ActionInvocation(Action<S> action, ActionInvocationValues<S> input)
           
ActionInvocation(Action<S> action, ActionInvocationValues<S> input, ActionInvocationValues<S> output)
           
 

Uses of Action in org.teleal.cling.model.message.control
 

Methods in org.teleal.cling.model.message.control that return Action
 Action IncomingActionRequestMessage.getAction()
           
 

Constructors in org.teleal.cling.model.message.control with parameters of type Action
OutgoingActionRequestMessage(Action action, UpnpRequest operation)
           
OutgoingActionResponseMessage(Action action)
           
OutgoingActionResponseMessage(UpnpResponse.Status status, Action action)
           
 

Uses of Action in org.teleal.cling.model.meta
 

Subclasses of Action in org.teleal.cling.model.meta
 class QueryStateVariableAction<S extends Service>
          Note: This is already deprecated in UDA 1.0!
 

Fields in org.teleal.cling.model.meta with type parameters of type Action
protected  Map<Action,ActionExecutor> LocalService.actionExecutors
           
 

Methods in org.teleal.cling.model.meta that return Action
 Action<S> ActionArgument.getAction()
           
 Action<S> Service.getAction(String name)
           
 Action<S>[] Service.getActions()
           
abstract  Action Service.getQueryStateVariableAction()
           
 Action RemoteService.getQueryStateVariableAction()
           
 Action LocalService.getQueryStateVariableAction()
           
 

Methods in org.teleal.cling.model.meta with parameters of type Action
 ActionExecutor LocalService.getExecutor(Action action)
           
 

Constructors in org.teleal.cling.model.meta with parameters of type Action
LocalService(Action[] actions, StateVariable[] stateVariables)
           
RemoteService(Action[] actions, StateVariable[] stateVariables)
           
RemoteService(UDAVersion version, Action[] actions, StateVariable[] stateVariables)
           
Service(Action<S>[] actions, StateVariable<S>[] stateVariables)
           
Service(UDAVersion version, Action<S>[] actions, StateVariable<S>[] stateVariables)
           
 

Constructor parameters in org.teleal.cling.model.meta with type arguments of type Action
LocalService(Map<Action,ActionExecutor> actionExecutors, Map<StateVariable,StateVariableAccessor> stateVariableAccessors, Set<Class> stringConvertibleTypes, boolean supportsQueryStateVariables)
           
LocalService(UDAVersion version, Map<Action,ActionExecutor> actionExecutors, Map<StateVariable,StateVariableAccessor> stateVariableAccessors, Set<Class> stringConvertibleTypes, boolean supportsQueryStateVariables)
           
 



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