|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectat.newmedialab.ldclient.service.LDEndpoints
public class LDEndpoints
Add file description here!
Author: Sebastian Schaffert
| Constructor Summary | |
|---|---|
LDEndpoints()
|
|
| Method Summary | |
|---|---|
void |
addEndpoint(Endpoint endpoint)
Add a new endpoint to the system. |
Endpoint |
getEndpoint(org.openrdf.model.URI resource)
Retrieve the endpoint matching the KiWiUriResource passed as argument. |
List<Endpoint> |
listEndpoints()
List all endpoints registered in the system. |
void |
removeEndpoint(Endpoint endpoint)
Remove the endpoint given as argument. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LDEndpoints()
| Method Detail |
|---|
public void addEndpoint(Endpoint endpoint)
endpoint - public List<Endpoint> listEndpoints()
public void removeEndpoint(Endpoint endpoint)
endpoint - public Endpoint getEndpoint(org.openrdf.model.URI resource)
resource - the KiWiUriResource to check.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||