wt.federation
Class StandardFederationService.RMIStreamHandler
java.lang.Object
wt.federation.StandardFederationService.RMIStreamHandler
- All Implemented Interfaces:
- RemoteAccess
- Enclosing class:
- StandardFederationService
- public static class StandardFederationService.RMIStreamHandler
- extends Object
- implements RemoteAccess
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
instance
private static StandardFederationService instance
seqNo
private static long seqNo
StandardFederationService.RMIStreamHandler
public StandardFederationService.RMIStreamHandler()
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