|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.openrdf.sesame.server.rmi.FactoryInterfaceImpl
| Constructor Summary | |
FactoryInterfaceImpl()
|
|
| Method Summary | |
static void |
bind()
bind() - register the first and only FactoryInterface instance to the RMI registry on the localhost. |
static void |
bind(Integer port)
|
SesameService |
getService()
getService() - create an instance implementing the ServicesInterface. |
static void |
main(String[] options)
test bind/unbind code |
void |
stopService()
To shutdown a running Sesame server. |
static void |
unbind()
unbind() - deregister the only FactoryInterface instance from the running RMI registry |
static void |
unbind(Integer port)
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public FactoryInterfaceImpl()
throws RemoteException
| Method Detail |
public static void bind()
public static void bind(Integer port)
public static void unbind()
public static void unbind(Integer port)
public SesameService getService()
getService in interface FactoryInterfacepublic void stopService()
FactoryInterface
stopService in interface FactoryInterfacepublic static void main(String[] options)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||