wt.federation
Class StandardFederationService.RMIStreamHandler

java.lang.Object
  extended bywt.federation.StandardFederationService.RMIStreamHandler
All Implemented Interfaces:
RemoteAccess
Enclosing class:
StandardFederationService

public static class StandardFederationService.RMIStreamHandler
extends Object
implements RemoteAccess


Field Summary
private static StandardFederationService instance
           
private static long seqNo
           
 
Fields inherited from interface wt.method.RemoteAccess
versionID
 
Constructor Summary
StandardFederationService.RMIStreamHandler()
           
 
Method Summary
static void closePipe(String pipeName)
           
static String createPipe()
           
static byte[] readBytes(String pipeName)
           
static void writeBytes(String pipeName, byte[] bytes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

instance

private static StandardFederationService instance

seqNo

private static long seqNo
Constructor Detail

StandardFederationService.RMIStreamHandler

public StandardFederationService.RMIStreamHandler()
Method Detail

createPipe

public static String createPipe()
                         throws IOException
Throws:
IOException

closePipe

public static void closePipe(String pipeName)
                      throws IOException
Throws:
IOException

writeBytes

public static void writeBytes(String pipeName,
                              byte[] bytes)
                       throws IOException
Throws:
IOException

readBytes

public static byte[] readBytes(String pipeName)
                        throws IOException
Throws:
IOException