com.slytechs.jnetstream.system
Class RuntimeEnvironment

java.lang.Object
  extended by com.slytechs.jnetstream.system.RuntimeEnvironment

public class RuntimeEnvironment
extends java.lang.Object

Runtime environment that keeps track of jNetStream runtime heap, stacks, symbol tables and other jNetStream system runtime structures.

Also provides some static methods at accessining some of this information

Author:
Mark Bednarczyk, Sly Technologies, Inc.

Constructor Summary
RuntimeEnvironment()
           
 
Method Summary
static ProtocolLinker getProtocolLinker()
           
static ProtocolLoader getProtocolLoader()
           
static ProtocolRegistry getProtocolRegistry()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RuntimeEnvironment

public RuntimeEnvironment()
Method Detail

getProtocolRegistry

public static ProtocolRegistry getProtocolRegistry()

getProtocolLinker

public static ProtocolLinker getProtocolLinker()

getProtocolLoader

public static ProtocolLoader getProtocolLoader()