Uses of Interface
org.objectweb.david.apis.services.handler.Service

Packages that use Service
org.objectweb.david.libs.services.CosTransactions.handler Provides a handler for a CORBA COS Transaction service implementation. 
org.objectweb.david.libs.services.java_serial Provides an implementation of the Java serialization service, that lets clients use Java serialization to encode values instead of CDR serialization, when the server may accept it. 
org.objectweb.david.libs.services.unknown_exception Provides an implementation of the UnknownException service, that lets server side unexpected exceptions be propagated back to the clients. 
org.objectweb.jeremie.libs.services.CosTransactions.handler Provides a handler for a CORBA COS Transaction service implementation. 
 

Uses of Service in org.objectweb.david.libs.services.CosTransactions.handler
 

Classes in org.objectweb.david.libs.services.CosTransactions.handler that implement Service
 class DavidTSHandler
          Provides an implementation of a CORBA COS Transaction service handler that conforms to the CosTSPortability module but that uses Java specific (i.e., non CORBA) means of encoding and decoding transaction contexts.
 class TSHandler
          Provides an abstract implementation of a Transaction service handler, to be used as a base class by TS implementations, following the CosTSPortability apis.
 

Uses of Service in org.objectweb.david.libs.services.java_serial
 

Classes in org.objectweb.david.libs.services.java_serial that implement Service
 class JavaSerialService
          The Java Serial Service is used by clients that wish to use Java Serialization instead of CDR serialization to encode values.
 

Uses of Service in org.objectweb.david.libs.services.unknown_exception
 

Classes in org.objectweb.david.libs.services.unknown_exception that implement Service
 class UnknownExceptionService
          The UnknownException service is a standard service letting information about unexpected exceptions occurring in servers be propagated back to clients.
 

Uses of Service in org.objectweb.jeremie.libs.services.CosTransactions.handler
 

Classes in org.objectweb.jeremie.libs.services.CosTransactions.handler that implement Service
 class JRMITSHandler
          Provides an implementation of a CORBA COS Transaction service handler that conforms to the CosTSPortability module but that uses Java specific (i.e., non CORBA) means of encoding and decoding transaction contexts.