org.atmosphere.annotation
Class ManagedServiceProcessor

java.lang.Object
  extended by org.atmosphere.annotation.ManagedServiceProcessor
All Implemented Interfaces:
Processor<Object>

@AtmosphereAnnotation(value=ManagedService.class)
public class ManagedServiceProcessor
extends Object
implements Processor<Object>


Constructor Summary
ManagedServiceProcessor()
           
 
Method Summary
 void handle(AtmosphereFramework framework, Class<Object> annotatedClass)
          Invoked by the AnnotationHandler when an annotation is detected.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ManagedServiceProcessor

public ManagedServiceProcessor()
Method Detail

handle

public void handle(AtmosphereFramework framework,
                   Class<Object> annotatedClass)
Description copied from interface: Processor
Invoked by the AnnotationHandler when an annotation is detected.

Specified by:
handle in interface Processor<Object>
Parameters:
framework - the AtmosphereFramework
annotatedClass - the annotated classes.


Copyright © 2014. All Rights Reserved.