Index
All Classes and Interfaces|All Packages
C
- Configure - Annotation Interface 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 interface org.cometd.annotation.server.Configure
D
- deprocess(Object) - Method in class org.cometd.annotation.server.ServerAnnotationProcessor
-
Performs the opposite processing done by
process(Object, Object...)
on callbacks methods annotated withListener
,Subscription
andRemoteCall
, and on lifecycle methods annotated withPreDestroy
. - deprocessCallbacks(Object) - Method in class org.cometd.annotation.server.ServerAnnotationProcessor
-
Performs the opposite processing done by
processCallbacks(Object)
on callback methods annotated withListener
,Subscription
andRemoteCall
.
E
- errorIfExists() - Element in annotation interface org.cometd.annotation.server.Configure
F
- failure(Object) - Method in interface org.cometd.annotation.server.RemoteCall.Caller
-
Returns the given
failure
to the remote caller.
G
- getServerSession() - Method in interface org.cometd.annotation.server.RemoteCall.Caller
O
- org.cometd.annotation.server - module org.cometd.annotation.server
- org.cometd.annotation.server - package org.cometd.annotation.server
P
- process(Object, Object...) - Method in class org.cometd.annotation.server.ServerAnnotationProcessor
-
Processes dependencies annotated with
Inject
andSession
, configuration methods annotated withConfigure
, callback methods annotated withListener
,Subscription
andRemoteCall
, 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, Object...) - Method in class org.cometd.annotation.server.ServerAnnotationProcessor
-
Processes the dependencies annotated with
Inject
andSession
. - 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
.
R
- RemoteCall - Annotation Interface 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
result
to 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 interface org.cometd.annotation.server.Configure
- value() - Element in annotation interface 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