A B C D E G I L M N S

A

AbstractSkeleton - class com.caucho.services.server.AbstractSkeleton.
Proxy class for Hessian services.
AbstractSkeleton(Class) - Constructor for class com.caucho.services.server.AbstractSkeleton
Create a new hessian skeleton.

B

begin(ServletRequest, String, String) - Static method in class com.caucho.services.server.ServiceContext
Sets the request object prior to calling the service's method.

C

com.caucho.services.client - package com.caucho.services.client
 
com.caucho.services.message - package com.caucho.services.message
 
com.caucho.services.name - package com.caucho.services.name
 
com.caucho.services.server - package com.caucho.services.server
 
config - Variable in class com.caucho.services.server.GenericService
 
create(Class, String) - Method in interface com.caucho.services.client.ServiceProxyFactory
Creates a new proxy with the specified URL.

D

destroy() - Method in class com.caucho.services.server.GenericService
Cleanup the service instance.
destroy() - Method in interface com.caucho.services.server.Service
Cleanup the service instance.

E

end() - Static method in class com.caucho.services.server.ServiceContext
Cleanup at the end of a request.

G

GenericService - class com.caucho.services.server.GenericService.
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 class com.caucho.services.message.MessageServiceException
Returns the underlying cause.
getRootCause() - Method in class 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.

I

init(ServletConfig) - Method in class com.caucho.services.server.GenericService
Initialize the service instance.
init() - Method in class com.caucho.services.server.GenericService
Initialize the service instance.
init(ServletConfig) - Method in interface com.caucho.services.server.Service
Initialize the service instance.

L

list() - Method in interface com.caucho.services.name.NameServer
Lists all the object name components directly below the current context.
list() - Method in interface com.caucho.services.name.NameServerRemote
Lists all the object name components directly below the current context.
log(String) - Method in class com.caucho.services.server.GenericService
Logs a message to the error stream.
lookup(String) - Method in interface com.caucho.services.name.NameServer
Lookup an object from the name server.
lookup(String) - Method in interface com.caucho.services.name.NameServerRemote
Lookup an object from the name server.

M

MessageSender - interface com.caucho.services.message.MessageSender.
Service API for a bare-bones message server.
MessageServiceException - exception com.caucho.services.message.MessageServiceException.
Exception for faults when the fault doesn't return a java exception.
MessageServiceException() - Constructor for class com.caucho.services.message.MessageServiceException
Zero-arg constructor.
MessageServiceException(String) - Constructor for class com.caucho.services.message.MessageServiceException
Create the exception.
MessageServiceException(String, Throwable) - Constructor for class com.caucho.services.message.MessageServiceException
Create the exception.
MessageServiceException(Throwable) - Constructor for class com.caucho.services.message.MessageServiceException
Create the exception.

N

NameServer - interface com.caucho.services.name.NameServer.
A read-only name service.
NameServerRemote - interface com.caucho.services.name.NameServerRemote.
A read-only name service.
NameServiceException - exception com.caucho.services.name.NameServiceException.
Exception for faults when the fault doesn't return a java exception.
NameServiceException() - Constructor for class com.caucho.services.name.NameServiceException
Zero-arg constructor.
NameServiceException(String) - Constructor for class com.caucho.services.name.NameServiceException
Create the exception.
NameServiceException(String, Throwable) - Constructor for class com.caucho.services.name.NameServiceException
Create the exception.
NameServiceException(Throwable) - Constructor for class com.caucho.services.name.NameServiceException
Create the exception.

S

Service - interface com.caucho.services.server.Service.
Interface for a service lifecycle.
ServiceContext - class com.caucho.services.server.ServiceContext.
Context for a service, to handle request-specific information.
ServiceProxyFactory - interface com.caucho.services.client.ServiceProxyFactory.
Factory for creating client stubs.
send(HashMap, Object) - Method in interface com.caucho.services.message.MessageSender
Send a message to the server.
setHomeClass(Class) - Method in class com.caucho.services.server.AbstractSkeleton
Sets the home API class.
setObjectClass(Class) - Method in class com.caucho.services.server.AbstractSkeleton
Sets the object API class.

A B C D E G I L M N S