Uses of Interface
org.objectweb.carol.rmi.jrmp.server.JUnicastThreadFactory

Packages that use JUnicastThreadFactory
org.objectweb.carol.rmi.jrmp.server   
 

Uses of JUnicastThreadFactory in org.objectweb.carol.rmi.jrmp.server
 

Methods in org.objectweb.carol.rmi.jrmp.server that return JUnicastThreadFactory
static JUnicastThreadFactory JUnicastRemoteObject.getDefaultThreadFactory()
          get the current default thread factory
 

Methods in org.objectweb.carol.rmi.jrmp.server with parameters of type JUnicastThreadFactory
static void JUnicastRemoteObject.setDefaultThreadFactory(JUnicastThreadFactory factory)
          set the default thread factory to to used when dispatching the call.