JBoss Remoting 3.1.0.Beta1

org.jboss.remoting3.spi
Interface ConnectionProviderRegistration

All Superinterfaces:
Closeable, HandleableCloseable<Registration>, Registration

public interface ConnectionProviderRegistration
extends Registration

A handle representing the registration of a connection provider.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.jboss.remoting3.HandleableCloseable
HandleableCloseable.Key
 
Method Summary
 Object getProviderInterface()
          Get the created provider interface associated with this registration.
 
Methods inherited from interface org.jboss.remoting3.Registration
close
 
Methods inherited from interface org.jboss.remoting3.HandleableCloseable
addCloseHandler, awaitClosed, awaitClosedUninterruptibly
 

Method Detail

getProviderInterface

Object getProviderInterface()
Get the created provider interface associated with this registration.

Returns:
the connection provider interface

JBoss Remoting 3.1.0.Beta1

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