org.activeio.net
Class VMPipeAsynchChannelFactory
java.lang.Object
org.activeio.net.VMPipeAsynchChannelFactory
- All Implemented Interfaces:
- AsynchChannelFactory
- public final class VMPipeAsynchChannelFactory
- extends java.lang.Object
- implements AsynchChannelFactory
- Version:
- $Revision$
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VMPipeAsynchChannelFactory
public VMPipeAsynchChannelFactory()
openAsynchChannel
public AsynchChannel openAsynchChannel(java.net.URI location)
throws java.io.IOException
- Description copied from interface:
AsynchChannelFactory
- Opens a connection to server.
- Specified by:
openAsynchChannel
in interface AsynchChannelFactory
- Parameters:
location
-
- Returns:
-
- Throws:
java.io.IOException
bindAsynchChannel
public AsynchChannelServer bindAsynchChannel(java.net.URI bindURI)
throws java.io.IOException
- Description copied from interface:
AsynchChannelFactory
- Binds a server at the URI location.
- Specified by:
bindAsynchChannel
in interface AsynchChannelFactory
- Parameters:
bindURI
-
- Returns:
-
- Throws:
java.io.IOException
getServerKeyForURI
public static java.lang.String getServerKeyForURI(java.net.URI location)
bindServer
public static void bindServer(java.net.URI bindURI,
VMPipeAsynchChannelServer server)
throws java.io.IOException
- Throws:
java.io.IOException
lookupServer
public static java.lang.Object lookupServer(java.net.URI location)
throws java.io.IOException
- Throws:
java.io.IOException
unbindServer
public static void unbindServer(java.net.URI bindURI)
isForceRefelection
public boolean isForceRefelection()
setForceRefelection
public void setForceRefelection(boolean forceRefelection)
Copyright © -2005 The ActiveIO Project. All Rights Reserved.