Uses of Package
org.cometd.annotation

Packages that use org.cometd.annotation 
Package Description
org.cometd.annotation  
org.cometd.examples  
  • Classes in org.cometd.annotation used by org.cometd.annotation 
    Class Description
    ServerAnnotationProcessor
    Processes annotations in server-side service objects.
  • Classes in org.cometd.annotation used by org.cometd.examples 
    Class Description
    Configure
    For server-side services, identifies channel configuration methods that are invoked when a message is processed on server-side.
    Listener
    For server-side services, identifies callback methods that are invoked when a message is processed on server-side.
    RemoteCall
    Identifies callback methods on server-side services that are invoked when the client is performing a remote call.
    RemoteCall.Caller
    Objects implementing this interface represent remote clients that performed remote calls.
    Service
    Identifies classes whose instances are services that interact with the Bayeux API.