|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jboss.remoting.transport.async.Registry
An application wide registry to hold objects that must be shared accross application components.
| Field Summary | |
static boolean |
MOCK_APPLET_SECURITY
|
| Constructor Summary | |
Registry()
|
|
| Method Summary | |
static Channel |
createAsynchChannel()
Factory method to create AsynchChannel instances. |
static ChannelServer |
createAsynchChannelServer()
Factory method to create AsynchChannelServer instances. |
static ChannelPool |
getChannelPool(InvokerLocator uri)
Keeps a map of uri->ChannelPool objects. |
static ChannelServer |
getDefaultServer()
Gets the system wide AsynchChannelServer. |
static AsyncServerInvoker |
getServerInvoker()
|
static EDU.oswego.cs.dl.util.concurrent.Executor |
getWorkManager()
Provides a thread pool that can be shared accros components. |
static void |
setDefaultServer(ChannelServer server)
Sets the application wide server. |
static void |
setServerInvoker(AsyncServerInvoker invoker)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static boolean MOCK_APPLET_SECURITY
| Constructor Detail |
public Registry()
| Method Detail |
public static Channel createAsynchChannel()
public static ChannelServer createAsynchChannelServer()
public static EDU.oswego.cs.dl.util.concurrent.Executor getWorkManager()
public static ChannelServer getDefaultServer()
public static void setDefaultServer(ChannelServer server)
server -
public static ChannelPool getChannelPool(InvokerLocator uri)
throws UnknownHostException
UnknownHostExceptionpublic static void setServerInvoker(AsyncServerInvoker invoker)
public static AsyncServerInvoker getServerInvoker()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||