com.caucho.amp.actor
Class AbstractAmpActor

java.lang.Object
  extended by com.caucho.amp.stream.AbstractAmpStream
      extended by com.caucho.amp.actor.AbstractAmpActor
All Implemented Interfaces:
AmpActor, AmpStream

public class AbstractAmpActor
extends AbstractAmpStream
implements AmpActor

Abstract stream for an actor.


Constructor Summary
AbstractAmpActor()
           
 
Method Summary
 AmpMethodRef getMethod(java.lang.String methodName, AmpEncoder encoder)
           
 
Methods inherited from class com.caucho.amp.stream.AbstractAmpStream
error, query, queryError, queryResult, send
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.caucho.amp.stream.AmpStream
error, query, queryError, queryResult, send
 

Constructor Detail

AbstractAmpActor

public AbstractAmpActor()
Method Detail

getMethod

public AmpMethodRef getMethod(java.lang.String methodName,
                              AmpEncoder encoder)
Specified by:
getMethod in interface AmpActor