- GenericService - Class in com.caucho.services.server
-
Interface for a service, including lifecycle.
- GenericService() - Constructor for class com.caucho.services.server.GenericService
-
- getAPIClassName() - Method in class com.caucho.services.server.AbstractSkeleton
-
Returns the API class of the current object.
- getHomeClassName() - Method in class com.caucho.services.server.AbstractSkeleton
-
Returns the API class of the factory/home.
- getInitParameter(String) - Method in class com.caucho.services.server.GenericService
-
Returns the named initialization parameter.
- getMethod(String) - Method in class com.caucho.services.server.AbstractSkeleton
-
Returns the method by the mangled name.
- getObjectClassName() - Method in class com.caucho.services.server.AbstractSkeleton
-
Returns the API class of the object URLs
- getObjectId() - Method in class com.caucho.services.server.GenericService
-
Returns the object identifier for the request.
- getObjectId() - Static method in class com.caucho.services.server.ServiceContext
-
Returns the object id, corresponding to the ?id= of the URL.
- getRequest() - Method in class com.caucho.services.server.GenericService
-
Returns the servlet request object for the request.
- getRequest() - Static method in class com.caucho.services.server.ServiceContext
-
Returns the service request.
- getRootCause() - Method in exception com.caucho.services.message.MessageServiceException
-
Returns the underlying cause.
- getRootCause() - Method in exception com.caucho.services.name.NameServiceException
-
Returns the underlying cause.
- getServiceId() - Method in class com.caucho.services.server.GenericService
-
Deprecated.
- getServiceName() - Method in class com.caucho.services.server.GenericService
-
Returns the service identifier for the request.
- getServiceName() - Static method in class com.caucho.services.server.ServiceContext
-
Returns the service id, corresponding to the pathInfo of the URL.
- getServletConfig() - Method in class com.caucho.services.server.GenericService
-
Returns the servlet context.
- getServletContext() - Method in class com.caucho.services.server.GenericService
-
Returns the servlet context.