public class

JAVADirector

extends JunctionActor
java.lang.Object
   ↳ edu.stanford.junction.api.activity.JunctionActor
     ↳ edu.stanford.junction.director.JAVADirector

Class Overview

This is a Director written for the JAVA platform. It is capable of launching .JAR actors, as well as web-based actors. The director activity also allows a user to see what's running on this machine. TODO: support properties for the director: directorSessionID, platformHints, security/access control

Summary

Constants
String DIRECTOR_SESSION
[Expand]
Inherited Fields
From class edu.stanford.junction.api.activity.JunctionActor
Public Constructors
JAVADirector()
Public Methods
static void main(String[] argv)
void onMessageReceived(MessageHeader header, JSONObject message)
Asynchronously handle an inbound message.
[Expand]
Inherited Methods
From class edu.stanford.junction.api.activity.JunctionActor
From class java.lang.Object

Constants

public static final String DIRECTOR_SESSION

Constant Value: "jxservice"

Public Constructors

public JAVADirector ()

Public Methods

public static void main (String[] argv)

public void onMessageReceived (MessageHeader header, JSONObject message)

Asynchronously handle an inbound message.