Verwendungen von Klasse
org.jupnp.model.meta.Action
Packages, die Action verwenden
Package
Beschreibung
-
Verwendungen von Action in org.jupnp.binding.annotations
Methoden in org.jupnp.binding.annotations, die Action zurückgebenModifizierer und TypMethodeBeschreibungAnnotationActionBinder.appendAction(Map<Action, ActionExecutor> actions) Methoden in org.jupnp.binding.annotations, die Typen mit Argumenten vom Typ Action zurückgebenModifizierer und TypMethodeBeschreibungprotected Map<Action, ActionExecutor> AnnotationLocalServiceBinder.readActions(Class<?> clazz, Map<StateVariable, StateVariableAccessor> stateVariables, Set<Class> stringConvertibleTypes) Methoden in org.jupnp.binding.annotations mit Parametern vom Typ ActionModifizierer und TypMethodeBeschreibungprotected booleanAnnotationLocalServiceBinder.isActionExcluded(Action action) Override this method to exclude action/methods after they have been discovered.Methodenparameter in org.jupnp.binding.annotations mit Typargumenten vom Typ ActionModifizierer und TypMethodeBeschreibungAnnotationActionBinder.appendAction(Map<Action, ActionExecutor> actions) -
Verwendungen von Action in org.jupnp.binding.staging
Methoden in org.jupnp.binding.staging, die Action zurückgebenModifizierer und TypMethodeBeschreibungMutableAction.build()Action[]MutableService.createActions() -
Verwendungen von Action in org.jupnp.model.action
Felder in org.jupnp.model.action, die deklariert sind als ActionMethoden in org.jupnp.model.action, die Action zurückgebenMethoden in org.jupnp.model.action mit Parametern vom Typ ActionModifizierer und TypMethodeBeschreibungprotected ObjectAbstractActionExecutor.readOutputArgumentValues(Action<LocalService> action, Object instance) Reads the output arguments after an action execution using accessors.Konstruktoren in org.jupnp.model.action mit Parametern vom Typ ActionModifiziererKonstruktorBeschreibungActionInvocation(Action<S> action) ActionInvocation(Action<S> action, ActionArgumentValue<S>[] input) ActionInvocation(Action<S> action, ActionArgumentValue<S>[] input, ActionArgumentValue<S>[] output) ActionInvocation(Action<S> action, ActionArgumentValue<S>[] input, ActionArgumentValue<S>[] output, ClientInfo clientInfo) ActionInvocation(Action<S> action, ActionArgumentValue<S>[] input, ClientInfo clientInfo) ActionInvocation(Action<S> action, ClientInfo clientInfo) RemoteActionInvocation(Action action, ActionArgumentValue[] input, ActionArgumentValue[] output, RemoteClientInfo remoteClientInfo) RemoteActionInvocation(Action action, RemoteClientInfo remoteClientInfo) -
Verwendungen von Action in org.jupnp.model.message.control
Methoden in org.jupnp.model.message.control, die Action zurückgebenKonstruktoren in org.jupnp.model.message.control mit Parametern vom Typ ActionModifiziererKonstruktorBeschreibungOutgoingActionRequestMessage(Action action, UpnpRequest operation) OutgoingActionResponseMessage(UpnpResponse.Status status, Action action) OutgoingActionResponseMessage(Action action) -
Verwendungen von Action in org.jupnp.model.meta
Unterklassen von Action in org.jupnp.model.metaModifizierer und TypKlasseBeschreibungclassQueryStateVariableAction<S extends Service>Describes a single action, the deprecated "query any state variable" action.Felder in org.jupnp.model.meta mit Typparametern vom Typ ActionModifizierer und TypFeldBeschreibungprotected final Map<Action, ActionExecutor> LocalService.actionExecutorsMethoden in org.jupnp.model.meta, die Action zurückgebenModifizierer und TypMethodeBeschreibungAction.deepCopy()ActionArgument.getAction()Service.getActions()LocalService.getQueryStateVariableAction()RemoteService.getQueryStateVariableAction()abstract ActionService.getQueryStateVariableAction()Methoden in org.jupnp.model.meta mit Parametern vom Typ ActionModifizierer und TypMethodeBeschreibungLocalService.getExecutor(Action action) abstract SDevice.newInstance(ServiceType serviceType, ServiceId serviceId, URI descriptorURI, URI controlURI, URI eventSubscriptionURI, Action<S>[] actions, StateVariable<S>[] stateVariables) LocalDevice.newInstance(ServiceType serviceType, ServiceId serviceId, URI descriptorURI, URI controlURI, URI eventSubscriptionURI, Action<LocalService>[] actions, StateVariable<LocalService>[] stateVariables) RemoteDevice.newInstance(ServiceType serviceType, ServiceId serviceId, URI descriptorURI, URI controlURI, URI eventSubscriptionURI, Action<RemoteService>[] actions, StateVariable<RemoteService>[] stateVariables) Konstruktoren in org.jupnp.model.meta mit Parametern vom Typ ActionModifiziererKonstruktorBeschreibungLocalService(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) protectedService(ServiceType serviceType, ServiceId serviceId, Action<S>[] actions, StateVariable<S>[] stateVariables) Konstruktorparameter in org.jupnp.model.meta mit Typargumenten vom Typ ActionModifiziererKonstruktorBeschreibungLocalService(ServiceType serviceType, ServiceId serviceId, Map<Action, ActionExecutor> actionExecutors, Map<StateVariable, StateVariableAccessor> stateVariableAccessors, Set<Class> stringConvertibleTypes, boolean supportsQueryStateVariables)