|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectdalclient.DALConnection
Generic data access layer (DAL) client connection to a service or set of services. At this point the protocol is stateless and a "connection" is nothing more than a list of service URLs. Queries require a connection context be established first.
| Method Summary | |
void |
addService(java.lang.String service)
Add a service to an existing connection. |
DALQuery |
getDALQuery()
Get a new query context for this connection. |
int |
getServiceCount()
Get a count of the number of services in a connection context. |
java.lang.String |
getServiceURL(int i)
Get an individual service URL. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public void addService(java.lang.String service)
service - The endpoint (baseURL) of the servicepublic int getServiceCount()
public java.lang.String getServiceURL(int i)
i - The index of the service to be returned.public DALQuery getDALQuery()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||