JBoss Remoting 3.1.0.Beta1

org.jboss.remoting3
Interface ServiceRegistrationListener


public interface ServiceRegistrationListener

A listener for watching service registrations on an endpoint.

This interface is part of the Remoting 3 public API, and is intended to be implemented by users of this API. Abstract members will generally not be added to such types so as to avoid backwards compatibility problems.


Nested Class Summary
static class ServiceRegistrationListener.ServiceInfo
          Information about a registered service.
 
Method Summary
 void serviceRegistered(Registration listenerHandle, ServiceRegistrationListener.ServiceInfo info)
          Receive notification that a service was registered.
 

Method Detail

serviceRegistered

void serviceRegistered(Registration listenerHandle,
                       ServiceRegistrationListener.ServiceInfo info)
Receive notification that a service was registered.

Parameters:
listenerHandle - the handle to this listener
info - the service information

JBoss Remoting 3.1.0.Beta1

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