Protege 2.1.1

edu.stanford.smi.protege.server
Interface RemoteServerProject

All Superinterfaces:
Remote
All Known Implementing Classes:
ServerProject

public interface RemoteServerProject
extends Remote


Method Summary
 void close(RemoteSession session)
           
 Collection getCurrentSessions(RemoteSession session)
           
 String getDomainKbFactoryClassName()
           
 RemoteServerFrameStore getDomainKbFrameStore(RemoteSession session)
           
 String getProjectKbFactoryClassName()
           
 RemoteServerFrameStore getProjectKbFrameStore(RemoteSession session)
           
 URI getURI(RemoteSession session)
           
 void register(RemoteSession session)
           
 

Method Detail

getURI

public URI getURI(RemoteSession session)
           throws RemoteException
Throws:
RemoteException

getDomainKbFrameStore

public RemoteServerFrameStore getDomainKbFrameStore(RemoteSession session)
                                             throws RemoteException
Throws:
RemoteException

getDomainKbFactoryClassName

public String getDomainKbFactoryClassName()
                                   throws RemoteException
Throws:
RemoteException

getProjectKbFrameStore

public RemoteServerFrameStore getProjectKbFrameStore(RemoteSession session)
                                              throws RemoteException
Throws:
RemoteException

getProjectKbFactoryClassName

public String getProjectKbFactoryClassName()
                                    throws RemoteException
Throws:
RemoteException

getCurrentSessions

public Collection getCurrentSessions(RemoteSession session)
                              throws RemoteException
Throws:
RemoteException

close

public void close(RemoteSession session)
           throws RemoteException
Throws:
RemoteException

register

public void register(RemoteSession session)
              throws RemoteException
Throws:
RemoteException

Protege 2.1.1

Submit a bug report or feature request
Protégé is a trademark of Stanford University.
Copyright (c) 1998-2004 Stanford University.