Package com.caucho.bam.actor

Examples of com.caucho.bam.actor.SimpleActor


    }
    else {
      address = uid + "/" + Long.toHexString(_sequence.incrementAndGet());
    }

    SimpleActor actor = new SimpleActor(address, getBroker());

    addActor(address, actor);
   
    return actor.getSender();
  }
View Full Code Here

TOP

Related Classes of com.caucho.bam.actor.SimpleActor

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.