|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ServiceException | |
|---|---|
| com.cafesoft.cams.service | Services for JDBC connection pooling, LDAP connection pooling, and a user repository, etc. |
| com.cafesoft.cams.service.rmi | Defines various RMI specific services and support interfaces. |
| com.cafesoft.core.service | Services API support. |
| Uses of ServiceException in com.cafesoft.cams.service |
|---|
| Methods in com.cafesoft.cams.service that throw ServiceException | |
|---|---|
com.novell.ldap.LDAPConnection |
LdapConnectionPoolService.getConnection()
Get a connection from the LdapConnectionPool controlled by the service. |
com.unboundid.ldap.sdk.LDAPConnection |
UnboundIDLdapConnectionPoolService.getConnection()
Get a connection from the LdapConnectionPool controlled by the service. |
String |
ActiveDirectoryGroupNameService.getGroupNameBySid(String sid)
Get an Active Directory group name by its SID. |
UserRepository |
UserRepositoryService.getUserRepository()
Get the UserRepository object stored in the service. |
void |
UnboundIDLdapConnectionPoolService.releaseConnection(com.unboundid.ldap.sdk.LDAPConnection connection)
Release a LDAPConnection to the LdapConnectionPool object controlled by the Service. |
void |
LdapConnectionPoolService.returnConnection(com.novell.ldap.LDAPConnection connection)
Release a LDAPConnection to the LdapConnectionPool object controlled by the Service. |
| Uses of ServiceException in com.cafesoft.cams.service.rmi |
|---|
| Methods in com.cafesoft.cams.service.rmi that throw ServiceException | |
|---|---|
void |
RMIRegistryProxyService.bind(String name,
Remote object)
Binds a remote reference to the specified name in this service. |
Registry |
RMIRegistryService.getRegistry()
Get a reference to the RMI registry. |
void |
RMIRegistryProxyService.unbind(String name)
Removes the binding for the specified name in this service. |
| Uses of ServiceException in com.cafesoft.core.service |
|---|
| Methods in com.cafesoft.core.service that throw ServiceException | |
|---|---|
void |
ServiceManager.add(Class type,
Service service)
Add a Service to the registry. |
void |
StandardServiceManager.add(Class type,
Service service)
Add a Service to the registry. |
void |
AbstractServiceConnector.addServiceAdapter(ServiceAdapter adapter)
Add a ServiceAdapter. |
void |
ServiceConnector.addServiceAdapter(ServiceAdapter adapter)
Add a ServiceAdapter. |
Service[] |
ServiceFinder.find(Class type)
Lookup Services by type. |
Service[] |
StandardServiceFinder.find(Class type)
Lookup Services by type. |
Service |
ServiceFinder.find(String id)
Lookup a Service by unique identifier. |
Service |
StandardServiceFinder.find(String id)
Lookup a Service by unique identifier. |
Service |
ServiceFinder.find(String id,
Class type)
Find a Service by unique identifier and type. |
Service |
StandardServiceFinder.find(String id,
Class type)
Find a Service by unique identifier and type. |
void |
AbstractLifecycleService.initialize(ServiceConfig config)
Initialize the Service. |
void |
AbstractService.initialize(ServiceConfig config)
Initialize the Service. |
void |
Service.initialize(ServiceConfig config)
Initialize the Service. |
void |
StandardServiceManager.initialize(ServiceConfig config)
Initialize the Service. |
Service[] |
ServiceManager.lookup(Class type)
Lookup Services from the registry by type. |
Service[] |
StandardServiceManager.lookup(Class type)
Lookup Services from the registry by type. |
Service |
ServiceManager.lookup(String id)
Lookup a Service from the registry by unique identifier. |
Service |
StandardServiceManager.lookup(String id)
Lookup a Service from the registry by unique identifier. |
Service |
ServiceManager.lookup(String id,
Class type)
Lookup a Service from the registry by unique identifier and type. |
Service |
StandardServiceManager.lookup(String id,
Class type)
Lookup a Service from the registry by unique identifier and type. |
void |
ServiceManager.remove(Service service)
Remove a Service from the registry. |
void |
StandardServiceManager.remove(Service service)
Remove a Service from the registry. |
void |
AbstractServiceConnector.removeServiceAdapter(ServiceAdapter adapter)
Remove a ServiceAdapter. |
void |
ServiceConnector.removeServiceAdapter(ServiceAdapter adapter)
Remove a ServiceAdapter. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||