public class

MultiJunction

extends Object
java.lang.Object
   ↳ edu.stanford.junction.provider.jvm.MultiJunction

Summary

Public Methods
static MultiJunction get(URI uri, JunctionActor actor)
Protected Methods
void sendMessageToActor(JunctionActor from, String actorID, JSONObject message)
void sendMessageToRole(JunctionActor from, String role, JSONObject message)
void sendMessageToSession(JunctionActor from, JSONObject message)
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public static MultiJunction get (URI uri, JunctionActor actor)

Protected Methods

protected void sendMessageToActor (JunctionActor from, String actorID, JSONObject message)

protected void sendMessageToRole (JunctionActor from, String role, JSONObject message)

protected void sendMessageToSession (JunctionActor from, JSONObject message)