A B C D E G I L M N S 

A

AbstractSkeleton - Class in com.caucho.services.server
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 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.

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 in com.caucho.services.message
Service API for a bare-bones message server.
MessageServiceException - Exception in com.caucho.services.message
Exception for faults when the fault doesn't return a java exception.
MessageServiceException() - Constructor for exception com.caucho.services.message.MessageServiceException
Zero-arg constructor.
MessageServiceException(String) - Constructor for exception com.caucho.services.message.MessageServiceException
Create the exception.
MessageServiceException(String, Throwable) - Constructor for exception com.caucho.services.message.MessageServiceException
Create the exception.
MessageServiceException(Throwable) - Constructor for exception com.caucho.services.message.MessageServiceException
Create the exception.

N

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

S

send(HashMap, Object) - Method in interface com.caucho.services.message.MessageSender
Send a message to the server.
Service - Interface in com.caucho.services.server
Interface for a service lifecycle.
ServiceContext - Class in com.caucho.services.server
Context for a service, to handle request-specific information.
ServiceProxyFactory - Interface in com.caucho.services.client
Factory for creating client stubs.
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