Package com.streambase.sb.client
Class AdminFactory
java.lang.Object
com.streambase.sb.client.AdminFactory
Simple factory class for creating Admin objects.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription(package private) static Admin
create
(List<StreamBaseURI> _uris) Create the admin implementation object that does the actual communication to the server.
-
Constructor Details
-
AdminFactory
AdminFactory()
-
-
Method Details
-
create
Create the admin implementation object that does the actual communication to the server.- Parameters:
_uris
- server URIs- Returns:
- administration client
- Throws:
StreamBaseException
- error creating client
-