|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.openrdf.sesame.server.rmi.ServicesInterfaceImpl
| Constructor Summary | |
ServicesInterfaceImpl(String theID)
|
|
| Method Summary | |
static void |
getContext(Object cookie)
|
SesameRepository |
getRepository(String repositoryID)
Gets a SesameRepository object for the specified repository ID. |
RepositoryList |
getRepositoryList()
Gets a list of all repositories that are accessible by the currently logged in user. |
void |
login(String username,
String password)
Log in to a Sesame server. |
void |
logout()
Log out from a Sesame server. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ServicesInterfaceImpl(String theID)
| Method Detail |
public static void getContext(Object cookie)
public RepositoryList getRepositoryList()
throws IOException
getRepositoryList in interface SesameServiceIOException - If an I/O error occurred while fetching
information about the available repositories.
public SesameRepository getRepository(String repositoryID)
throws UnknownRepositoryException,
ConfigurationException,
IOException
getRepository in interface SesameServicerepositoryID - A repository ID.
AccessDeniedException - If access to the repository is
denied.
UnknownRepositoryException - If the specified
repository ID is unknown.
ConfigurationException - If the requested repository
was not configured properly.
IOException
public void login(String username,
String password)
throws AccessDeniedException,
IOException
login in interface SesameServiceAccessDeniedException - If the attempt to log in failed.
IOException - If an I/O error occurred.
IllegalArgumentException - If the supplied username is
not a legal username.
public void logout()
throws IOException
logout in interface SesameServiceIOException - If an I/O error occurred.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||