Index
All Classes and Interfaces|All Packages|Serialized Form
A
- AnnotationCometDServlet - Class in org.cometd.annotation.server
-
A specialized version of
CometDServletthat can be configured with the init-parameter services to be a comma separated list of class names of annotated services, that will be processed byServerAnnotationProcessorupon initialization. - AnnotationCometDServlet() - Constructor for class org.cometd.annotation.server.AnnotationCometDServlet
C
- Configure - Annotation Type in org.cometd.annotation.server
-
For server-side services, identifies channel configuration methods that are invoked when a message is processed on server-side.
- configureIfExists() - Element in annotation type org.cometd.annotation.server.Configure
D
- deprocess(Object) - Method in class org.cometd.annotation.server.ServerAnnotationProcessor
-
Performs the opposite processing done by
ServerAnnotationProcessor.process(Object)on callbacks methods annotated withListener,SubscriptionandRemoteCall, and on lifecycle methods annotated withPreDestroy. - deprocessCallbacks(Object) - Method in class org.cometd.annotation.server.ServerAnnotationProcessor
-
Performs the opposite processing done by
ServerAnnotationProcessor.processCallbacks(Object)on callback methods annotated withListener,SubscriptionandRemoteCall. - deprocessService(ServerAnnotationProcessor, Object) - Method in class org.cometd.annotation.server.AnnotationCometDServlet
- deregisterService(Object) - Method in class org.cometd.annotation.server.AnnotationCometDServlet
- destroy() - Method in class org.cometd.annotation.server.AnnotationCometDServlet
E
- errorIfExists() - Element in annotation type org.cometd.annotation.server.Configure
F
- failure(Object) - Method in interface org.cometd.annotation.server.RemoteCall.Caller
-
Returns the given
failureto the remote caller.
G
- getServerSession() - Method in interface org.cometd.annotation.server.RemoteCall.Caller
- getServices() - Method in class org.cometd.annotation.server.AnnotationCometDServlet
I
- init() - Method in class org.cometd.annotation.server.AnnotationCometDServlet
N
- newServerAnnotationProcessor(BayeuxServer) - Method in class org.cometd.annotation.server.AnnotationCometDServlet
- newService(String) - Method in class org.cometd.annotation.server.AnnotationCometDServlet
O
- org.cometd.annotation.server - package org.cometd.annotation.server
P
- process(Object) - Method in class org.cometd.annotation.server.ServerAnnotationProcessor
-
Processes dependencies annotated with
InjectandSession, configuration methods annotated withConfigure, callback methods annotated withListener,SubscriptionandRemoteCall, and lifecycle methods annotated withPostConstruct. - processCallbacks(Object) - Method in class org.cometd.annotation.server.ServerAnnotationProcessor
- processConfigurations(Object) - Method in class org.cometd.annotation.server.ServerAnnotationProcessor
-
Processes the methods annotated with
Configure. - processDependencies(Object) - Method in class org.cometd.annotation.server.ServerAnnotationProcessor
-
Processes the dependencies annotated with
InjectandSession. - processPostConstruct(Object) - Method in class org.cometd.annotation.server.ServerAnnotationProcessor
-
Processes lifecycle methods annotated with
PostConstruct. - processPreDestroy(Object) - Method in class org.cometd.annotation.server.ServerAnnotationProcessor
-
Processes lifecycle methods annotated with
PreDestroy. - processService(ServerAnnotationProcessor, String) - Method in class org.cometd.annotation.server.AnnotationCometDServlet
R
- registerService(Object) - Method in class org.cometd.annotation.server.AnnotationCometDServlet
- RemoteCall - Annotation Type in org.cometd.annotation.server
-
Identifies callback methods on server-side services that are invoked when the client is performing a remote call.
- RemoteCall.Caller - Interface in org.cometd.annotation.server
-
Objects implementing this interface represent remote clients that performed remote calls.
- result(Object) - Method in interface org.cometd.annotation.server.RemoteCall.Caller
-
Returns the given
resultto the remote caller.
S
- ServerAnnotationProcessor - Class in org.cometd.annotation.server
-
Processes annotations in server-side service objects.
- ServerAnnotationProcessor(BayeuxServer) - Constructor for class org.cometd.annotation.server.ServerAnnotationProcessor
- ServerAnnotationProcessor(BayeuxServer, Object...) - Constructor for class org.cometd.annotation.server.ServerAnnotationProcessor
V
- value() - Element in annotation type org.cometd.annotation.server.Configure
- value() - Element in annotation type org.cometd.annotation.server.RemoteCall
-
Returns the list of remote call target strings used by clients to identify the target of remote calls.
All Classes and Interfaces|All Packages|Serialized Form