Index

C D O P 
All Classes|All Packages

C

ClientAnnotationProcessor - Class in org.cometd.annotation.client
Processes annotations in client-side service objects.
ClientAnnotationProcessor(ClientSession) - Constructor for class org.cometd.annotation.client.ClientAnnotationProcessor
 
ClientAnnotationProcessor(ClientSession, Object...) - Constructor for class org.cometd.annotation.client.ClientAnnotationProcessor
 

D

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

O

org.cometd.annotation.client - package org.cometd.annotation.client
 

P

process(Object) - Method in class org.cometd.annotation.client.ClientAnnotationProcessor
Processes dependencies annotated with Session, callbacks annotated with Listener and Subscription and lifecycle methods annotated with PostConstruct.
processPostConstruct(Object) - Method in class org.cometd.annotation.client.ClientAnnotationProcessor
Processes lifecycle methods annotated with PostConstruct.
processPreDestroy(Object) - Method in class org.cometd.annotation.client.ClientAnnotationProcessor
Processes lifecycle methods annotated with PreDestroy.
C D O P 
All Classes|All Packages