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[] MutableService.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 AbstractActionExecutor.readOutputArgumentValues(Action<LocalService> action, Object instance)
          Reads the output arguments after an action execution using accessors.
 

Constructors in org.teleal.cling.model.action with parameters of type Action
ActionInvocation(Action<S> action)
           
ActionInvocation(Action<S> action, ActionArgumentValue<S>[] input)
           
ActionInvocation(Action<S> action, ActionArgumentValue<S>[] input, ActionArgumentValue<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>
          Describes a single action, the deprecated "query any state variable" action.
 

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> Action.deepCopy()
           
 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)
           
 LocalService LocalDevice.newInstance(ServiceType serviceType, ServiceId serviceId, URI descriptorURI, URI controlURI, URI eventSubscriptionURI, Action<LocalService>[] actions, StateVariable<LocalService>[] stateVariables)
           
 RemoteService RemoteDevice.newInstance(ServiceType serviceType, ServiceId serviceId, URI descriptorURI, URI controlURI, URI eventSubscriptionURI, Action<RemoteService>[] actions, StateVariable<RemoteService>[] stateVariables)
           
abstract  S Device.newInstance(ServiceType serviceType, ServiceId serviceId, URI descriptorURI, URI controlURI, URI eventSubscriptionURI, Action<S>[] actions, StateVariable<S>[] stateVariables)
           
 

Constructors in org.teleal.cling.model.meta with parameters of type Action
LocalService(ServiceType serviceType, ServiceId serviceId, Action[] actions, StateVariable[] stateVariables)
           
RemoteService(ServiceType serviceType, ServiceId serviceId, URI descriptorURI, URI controlURI, URI eventSubscriptionURI, Action<RemoteService>[] actions, StateVariable<RemoteService>[] stateVariables)
           
Service(ServiceType serviceType, ServiceId serviceId, Action<S>[] actions, StateVariable<S>[] stateVariables)
           
 

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



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