Index
All Classes and Interfaces|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 withListener
andSubscription
, and on lifecycle methods annotated withPreDestroy
. - deprocessCallbacks(Object) - Method in class org.cometd.annotation.client.ClientAnnotationProcessor
-
Performs the opposite processing done by
processCallbacks(Object)
on callback methods annotated withListener
andSubscription
.
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 withListener
andSubscription
and lifecycle methods annotated withPostConstruct
. - 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
.
All Classes and Interfaces|All Packages