org.jboss.remoting.spi
Class NamedServiceRegistry

java.lang.Object
  extended by org.jboss.remoting.spi.NamedServiceRegistry

public final class NamedServiceRegistry
extends Object


Field Summary
static Logger log
           
 
Constructor Summary
NamedServiceRegistry()
           
 
Method Summary
 Set<Map.Entry<QualifiedName,Handle<RequestHandlerSource>>> getEntrySet()
           
 Handle<RequestHandlerSource> lookupService(QualifiedName path)
           
 Handle<RequestHandlerSource> registerService(QualifiedName path, RequestHandlerSource service)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

log

public static final Logger log
Constructor Detail

NamedServiceRegistry

public NamedServiceRegistry()
Method Detail

registerService

public Handle<RequestHandlerSource> registerService(QualifiedName path,
                                                    RequestHandlerSource service)
                                             throws IOException
Throws:
IOException

lookupService

public Handle<RequestHandlerSource> lookupService(QualifiedName path)

getEntrySet

public Set<Map.Entry<QualifiedName,Handle<RequestHandlerSource>>> getEntrySet()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2008 JBoss, a division of Red Hat, Inc.