org.openrdf.sesame.server.rmi
Interface FactoryInterface

All Known Implementing Classes:
FactoryInterfaceImpl

public interface FactoryInterface

An instance implementing this interface is binded to the local RMI registry and should be used to obtain remote references to the actual SesameServices located on the server.

Because it is wrapped into a ChannelIfaceImpl, the obtained ref should be wrapped locally into a dynamic proxy created via the call to ChannelIfaceInvocation.wrapIt().

Version:
1.0
Author:
Damyan Ognyanoff
See Also:
ChannelIfaceInvocation, ChannelIfaceImpl

Method Summary
 SesameService getService()
          Obtain a service reference from Sesame server.
 void stopService()
          To shutdown a running Sesame server.
 

Method Detail

getService

public SesameService getService()
Obtain a service reference from Sesame server.

Returns:
a ref to a LocalService at the server.

stopService

public void stopService()
To shutdown a running Sesame server.



Copyright © 2002-2006 Aduna BV, GNU LGPL License applies.