Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

alice.tuplemedium.runtime
Class InspectorProtocol  view InspectorProtocol download InspectorProtocol.java

java.lang.Object
  extended byalice.tuplemedium.runtime.InspectorProtocol
All Implemented Interfaces:
java.io.Serializable

public class InspectorProtocol
extends java.lang.Object
implements java.io.Serializable

this class defines the observation protocol of inspectors


Field Summary
static byte NO_OBSERVATION
          don't observe
 byte pendingQueryObservType
          defining W set observation
static byte PROACTIVE_OBSERVATION
          observe continuosly
 byte reactionsObservType
          defining T set observation
static byte REACTIVE_OBSERVATION
          observe only when asked by inspector
 boolean tracing
          desired tracing state for the vm
 alice.tuplemedium.TupleTemplate tsetFilter
          filter for tuple observed
 byte tsetObservType
          defining T set observation
 
Constructor Summary
InspectorProtocol()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NO_OBSERVATION

public static final byte NO_OBSERVATION
don't observe

See Also:
Constant Field Values

REACTIVE_OBSERVATION

public static final byte REACTIVE_OBSERVATION
observe only when asked by inspector

See Also:
Constant Field Values

PROACTIVE_OBSERVATION

public static final byte PROACTIVE_OBSERVATION
observe continuosly

See Also:
Constant Field Values

tsetObservType

public byte tsetObservType
defining T set observation


tsetFilter

public alice.tuplemedium.TupleTemplate tsetFilter
filter for tuple observed


pendingQueryObservType

public byte pendingQueryObservType
defining W set observation


reactionsObservType

public byte reactionsObservType
defining T set observation


tracing

public boolean tracing
desired tracing state for the vm

Constructor Detail

InspectorProtocol

public InspectorProtocol()