Index

A C D E F G I N O P R S V 
All Classes|All Packages

A

AnnotationCometDServlet - Class in org.cometd.annotation.server
A specialized version of CometDServlet that can be configured with the init-parameter services to be a comma separated list of class names of annotated services, that will be processed by ServerAnnotationProcessor upon 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() - Method 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 process(Object) on callbacks methods annotated with Listener, Subscription and RemoteCall, and on lifecycle methods annotated with PreDestroy.
deprocessCallbacks(Object) - Method in class org.cometd.annotation.server.ServerAnnotationProcessor
Performs the opposite processing done by processCallbacks(Object) on callback methods annotated with Listener, Subscription and RemoteCall.
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() - Method in annotation type 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
 
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 Inject and Session, configuration methods annotated with Configure, callback methods annotated with Listener, Subscription and RemoteCall, and lifecycle methods annotated with PostConstruct.
processCallbacks(Object) - Method in class org.cometd.annotation.server.ServerAnnotationProcessor
Processes the callbacks annotated with Listener, Subscription and RemoteCall.
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 Inject and Session.
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 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() - Method in annotation type org.cometd.annotation.server.Configure
 
value() - Method 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.
A C D E F G I N O P R S V 
All Classes|All Packages