A C D G I L N O P R S 

A

AnnotationCometdServlet - Class in org.cometd.java.annotation
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.java.annotation.AnnotationCometdServlet
 

C

ClientAnnotationProcessor - Class in org.cometd.java.annotation
Processes annotations in client-side service objects.
ClientAnnotationProcessor(ClientSession) - Constructor for class org.cometd.java.annotation.ClientAnnotationProcessor
 
ClientAnnotationProcessor(ClientSession, Object...) - Constructor for class org.cometd.java.annotation.ClientAnnotationProcessor
 
Configure - Annotation Type in org.cometd.java.annotation
For server-side services, identifies channel configuration methods that are invoked when a message is processed on server-side.

D

deprocess(Object) - Method in class org.cometd.java.annotation.ClientAnnotationProcessor
Performs the opposite processing done by ClientAnnotationProcessor.process(Object) on callbacks methods annotated with Listener and Subscription, and on lifecycle methods annotated with PreDestroy.
deprocess(Object) - Method in class org.cometd.java.annotation.ServerAnnotationProcessor
Performs the opposite processing done by ServerAnnotationProcessor.process(Object) on callbacks methods annotated with Listener and Subscription, and on lifecycle methods annotated with PreDestroy.
deprocessCallbacks(Object) - Method in class org.cometd.java.annotation.ClientAnnotationProcessor
Deconfigures callbacks annotated with Listener and Subscription.
deprocessCallbacks(Object) - Method in class org.cometd.java.annotation.ServerAnnotationProcessor
Performs the opposite processing done by ServerAnnotationProcessor.processCallbacks(Object) on callback methods annotated with Listener and Subscription.
deprocessService(ServerAnnotationProcessor, Object) - Method in class org.cometd.java.annotation.AnnotationCometdServlet
 
deregisterService(Object) - Method in class org.cometd.java.annotation.AnnotationCometdServlet
 
destroy() - Method in class org.cometd.java.annotation.AnnotationCometdServlet
 

G

getServices() - Method in class org.cometd.java.annotation.AnnotationCometdServlet
 

I

init() - Method in class org.cometd.java.annotation.AnnotationCometdServlet
 

L

Listener - Annotation Type in org.cometd.java.annotation
For server-side services, identifies callback methods that are invoked when a message is processed on server-side.

N

newServerAnnotationProcessor(BayeuxServer) - Method in class org.cometd.java.annotation.AnnotationCometdServlet
 
newService(String) - Method in class org.cometd.java.annotation.AnnotationCometdServlet
 

O

org.cometd.java.annotation - package org.cometd.java.annotation
 

P

process(Object) - Method in class org.cometd.java.annotation.ClientAnnotationProcessor
Processes dependencies annotated with Session, and callbacks annotated with Listener and Subscription.
process(Object) - Method in class org.cometd.java.annotation.ServerAnnotationProcessor
Processes dependencies annotated with Inject and Session, lifecycle methods annotated with PostConstruct, and callback methods annotated with Listener and Subscription.
processCallbacks(Object) - Method in class org.cometd.java.annotation.ServerAnnotationProcessor
Processes the callbacks annotated with Listener and Subscription.
processConfigurations(Object) - Method in class org.cometd.java.annotation.ServerAnnotationProcessor
Processes the methods annotated with Configure
processDependencies(Object) - Method in class org.cometd.java.annotation.ServerAnnotationProcessor
Processes the dependencies annotated with Inject and Session.
processPostConstruct(Object) - Method in class org.cometd.java.annotation.ClientAnnotationProcessor
Processes lifecycle methods annotated with PostConstruct.
processPostConstruct(Object) - Method in class org.cometd.java.annotation.ServerAnnotationProcessor
Processes lifecycle methods annotated with PostConstruct.
processPreDestroy(Object) - Method in class org.cometd.java.annotation.ClientAnnotationProcessor
Processes lifecycle methods annotated with PreDestroy.
processPreDestroy(Object) - Method in class org.cometd.java.annotation.ServerAnnotationProcessor
Processes lifecycle methods annotated with PreDestroy.
processService(ServerAnnotationProcessor, String) - Method in class org.cometd.java.annotation.AnnotationCometdServlet
 

R

registerService(Object) - Method in class org.cometd.java.annotation.AnnotationCometdServlet
 

S

ServerAnnotationProcessor - Class in org.cometd.java.annotation
Processes annotations in server-side service objects.
ServerAnnotationProcessor(BayeuxServer) - Constructor for class org.cometd.java.annotation.ServerAnnotationProcessor
 
ServerAnnotationProcessor(BayeuxServer, Object...) - Constructor for class org.cometd.java.annotation.ServerAnnotationProcessor
 
Service - Annotation Type in org.cometd.java.annotation
Identifies classes whose instances are services that interact with the Bayeux API.
Session - Annotation Type in org.cometd.java.annotation
Identifies fields and methods that can be injected with sessions objects scoped to the service instance.
Subscription - Annotation Type in org.cometd.java.annotation
For server-side services, identifies callback methods that are invoked when a message is processed on local-side.
A C D G I L N O P R S 

Copyright © 2008-2012 Dojo Foundation. All Rights Reserved.