SSF.OS
Class ProbeSession

java.lang.Object
  |
  +--SSF.OS.ProtocolSession
        |
        +--SSF.OS.ProbeSession
All Implemented Interfaces:
com.renesys.raceway.DML.Configurable

public synchronized class ProbeSession
extends ProtocolSession


Field Summary
private  java.util.Vector finalizers
           
private  SSF.Util.Streams.StreamInterface str
           
private static java.util.Hashtable table
           
 
Fields inherited from class SSF.OS.ProtocolSession
inGraph, name, use
 
Constructor Summary
ProbeSession()
           
 
Method Summary
 void config(com.renesys.raceway.DML.Configuration)
           
 void config(java.lang.String, int, java.lang.String)
           
 void config(java.lang.String, java.lang.String)
           
 int getHostCode()
           
 int getHostCode(int)
           
 SSF.Util.Streams.StreamInterface getRecorder()
           
 SSF.Util.Streams.StreamInterface GetRecorder(java.lang.Runnable)
           
private  void prepareWrapup(SSF.Util.Streams.StreamInterface)
           
 boolean push(ProtocolMessage, ProtocolSession)
           
private  SSF.Util.Streams.StreamInterface unique(java.lang.String, int, java.lang.String)
           
private  SSF.Util.Streams.StreamInterface unique(java.lang.String, java.lang.String)
           
 
Methods inherited from class SSF.OS.ProtocolSession
close, closed, debugIdentifier, inGraph, init, open, opened, pushAfterDelay, pushAfterDelayFailed, setGraph, version
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

str

private SSF.Util.Streams.StreamInterface str

table

private static java.util.Hashtable table

finalizers

private java.util.Vector finalizers
Constructor Detail

ProbeSession

public ProbeSession()
Method Detail

getHostCode

public int getHostCode()

getHostCode

public int getHostCode(int)

config

public void config(com.renesys.raceway.DML.Configuration)
            throws com.renesys.raceway.DML.configException
Specified by:
config in interface com.renesys.raceway.DML.Configurable
Overrides:
config in class ProtocolSession
com.renesys.raceway.DML.configException

config

public void config(java.lang.String,
                   java.lang.String)
            throws com.renesys.raceway.DML.configException
com.renesys.raceway.DML.configException

config

public void config(java.lang.String,
                   int,
                   java.lang.String)
            throws com.renesys.raceway.DML.configException
com.renesys.raceway.DML.configException

unique

private SSF.Util.Streams.StreamInterface unique(java.lang.String,
                                                java.lang.String)
                                         throws SSF.Util.Streams.streamException
SSF.Util.Streams.streamException

unique

private SSF.Util.Streams.StreamInterface unique(java.lang.String,
                                                int,
                                                java.lang.String)
                                         throws SSF.Util.Streams.streamException
SSF.Util.Streams.streamException

prepareWrapup

private void prepareWrapup(SSF.Util.Streams.StreamInterface)

push

public boolean push(ProtocolMessage,
                    ProtocolSession)
Specified by:
push in class ProtocolSession

getRecorder

public SSF.Util.Streams.StreamInterface getRecorder()

GetRecorder

public SSF.Util.Streams.StreamInterface GetRecorder(java.lang.Runnable)