org.sapia.ubik.rmi.naming.remote
Interface RemoteContextProvider

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
EmbeddableJNDIServer

public interface RemoteContextProvider
extends java.rmi.Remote

Defines the behavior of a provider of RemoteContext instances.

Author:
yduchesne

Method Summary
 RemoteContext getRemoteContext()
           
 

Method Detail

getRemoteContext

RemoteContext getRemoteContext()
                               throws java.rmi.RemoteException
Returns:
a RemoteContext, or null if no such context exists.
Throws:
java.rmi.RemoteException


Copyright © 2010 Sapia OSS. All Rights Reserved.