A B C D E F G H I J K L M N O P R S T U V W Y _

J

JAVA_SERIAL_SERVICE - interface org.objectweb.david.apis.services.java_serial.JAVA_SERIAL_SERVICE.
This interface simply contains a unique member, an integer representing the identifier of the Java Serialization service.
JChunkFactory - class org.objectweb.jonathan.libs.resources.JChunkFactory.
A Chunk Factory implementation.
JChunkFactory() - Constructor for class org.objectweb.jonathan.libs.resources.JChunkFactory
Returns a new chunk factory
JChunkFactory(int, int, int, int, boolean) - Constructor for class org.objectweb.jonathan.libs.resources.JChunkFactory
Returns a new chunk factory
JConnectionMgr - class org.objectweb.jonathan.libs.resources.tcpip.JConnectionMgr.
Default implementation of a connection manager and factory.
JConnectionMgr(int, TcpIpConnectionMgr) - Constructor for class org.objectweb.jonathan.libs.resources.tcpip.JConnectionMgr
Returns a new connection manager
JConnectionMgr.Connection - class org.objectweb.jonathan.libs.resources.tcpip.JConnectionMgr.Connection.
Implementation of TcpIpConnection.
JConnectionMgr.Connection(IpConnection) - Constructor for class org.objectweb.jonathan.libs.resources.tcpip.JConnectionMgr.Connection
Builds a new connection.
JDelegate - class org.objectweb.david.libs.stub_factories.std.JDelegate.
Base class for delegates.
JDelegate(Identifier[]) - Constructor for class org.objectweb.david.libs.stub_factories.std.JDelegate
Creates a new JDelegate with the provided identifiers.
JDelegateFactory - class org.objectweb.david.libs.stub_factories.std.JDelegateFactory.
Super type of all CorbaStubFactory client stubs.
JDelegateFactory(ORB) - Constructor for class org.objectweb.david.libs.stub_factories.std.JDelegateFactory
 
JDomain - class org.objectweb.jonathan.libs.binding.JDomain.
Default domain implementation.
JDomain(Context) - Constructor for class org.objectweb.jonathan.libs.binding.JDomain
Builds a new JDomain instance.
JIOP - class org.objectweb.jeremie.libs.binding.jiop.JIOP.
Provides an implementation of a binder for binding Jeremie identifiers to remote objects using a simple protocol built on top of IIOP.
JIOP() - Constructor for class org.objectweb.jeremie.libs.binding.jiop.JIOP
Creates a JIOP binder.
JIOP(JRMIStubFactory) - Constructor for class org.objectweb.jeremie.libs.binding.jiop.JIOP
 
JPP - class org.objectweb.jonathan.tools.JPP.
JPP as Java PreProcessor.
JPP(String, OutputStream, Vector, Hashtable) - Constructor for class org.objectweb.jonathan.tools.JPP
JPP Constructor
JRMIBFactory - interface org.objectweb.jeremie.apis.binding.JRMIBFactory.
The JRMIBFactory type designates binders that can create and manage distributed bindings.
JRMICompiler - class org.objectweb.jeremie.tools.jrmic.JRMICompiler.
Provides an implementation of a stub compiler for generating standard Jeremie stub classes, and optimised Jeremie stub and skeleton classes.
JRMIInitialContextFactory - class org.objectweb.jeremie.libs.services.registry.jndi.JRMIInitialContextFactory.
Provides an initial context factory implementation for constructing Jeremie registry contexts.
JRMIInitialContextFactory() - Constructor for class org.objectweb.jeremie.libs.services.registry.jndi.JRMIInitialContextFactory
Creates an instance of a JRMIInitialContextFactory.
JRMIMarshaller - interface org.objectweb.jeremie.apis.presentation.JRMIMarshaller.
A JRMIMarshaller provides a high-level encoding-independent interface for marshalling remote method invocations.
JRMIOptRef - interface org.objectweb.jeremie.apis.binding.JRMIOptRef.
A JRMIOptRef optimizes a Jeremie reference with the addition of methods for type-specific marshalling of data for remote method invocations, as opposed to the use of generic reflection-based marshalling.
JRMIRef - interface org.objectweb.jeremie.apis.binding.JRMIRef.
A JRMIRef is a reference to a remote object.
JRMIReferenceImpl - class org.objectweb.jeremie.libs.services.registry.jndi.JRMIReferenceImpl.
Provides an implementation of a Jeremie JNDI Reference.
JRMIReferenceImpl(Reference) - Constructor for class org.objectweb.jeremie.libs.services.registry.jndi.JRMIReferenceImpl
Constructs a Jeremie JNDI reference from a plain JNDI reference.
JRMIReferenceImpl_Skel - class org.objectweb.jeremie.libs.services.registry.jndi.JRMIReferenceImpl_Skel.
Jeremie optimised skeleton for JRMIReferenceImpl
JRMIReferenceImpl_Skel() - Constructor for class org.objectweb.jeremie.libs.services.registry.jndi.JRMIReferenceImpl_Skel
 
JRMIReferenceImpl_Skel(Object) - Constructor for class org.objectweb.jeremie.libs.services.registry.jndi.JRMIReferenceImpl_Skel
 
JRMIReferenceImpl_Stub - class org.objectweb.jeremie.libs.services.registry.jndi.JRMIReferenceImpl_Stub.
Jeremie optimised stub for JRMIReferenceImpl
JRMIReferenceImpl_Stub() - Constructor for class org.objectweb.jeremie.libs.services.registry.jndi.JRMIReferenceImpl_Stub
 
JRMIReferenceImpl_Stub(RemoteRef) - Constructor for class org.objectweb.jeremie.libs.services.registry.jndi.JRMIReferenceImpl_Stub
 
JRMIRegistry - class org.objectweb.jeremie.libs.services.registry.JRMIRegistry.
The Jeremie registry: implements a simple naming service with a flat naming syntax whereby a non-empty string (name) is associated with a reference to a remote object.
JRMIRegistryContext - class org.objectweb.jeremie.libs.services.registry.jndi.JRMIRegistryContext.
Provides an implementation of a JNDI context for the Jeremie registry.
JRMIRegistryContext(JRMIRegistryContext) - Constructor for class org.objectweb.jeremie.libs.services.registry.jndi.JRMIRegistryContext
Creates a Jeremie registry context from an existing context.
JRMIRegistryContext(String, int, Hashtable) - Constructor for class org.objectweb.jeremie.libs.services.registry.jndi.JRMIRegistryContext
Creates a registry context for a Jeremie registry running on a given host and port.
JRMIRemoteReference - interface org.objectweb.jeremie.libs.services.registry.jndi.JRMIRemoteReference.
Represents a Jeremie JNDI Reference.
JRMIStream - interface org.objectweb.jeremie.apis.presentation.JRMIStream.
Provides an interface for a stream containing external representations of Jeremie identifiers.
JRMIStubFactory - interface org.objectweb.jeremie.apis.stub_factories.JRMIStubFactory.
A JRMIStubFactory is responsible for creating instances of Jeremie stubs.
JRMITSHandler - class org.objectweb.jeremie.libs.services.CosTransactions.handler.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.
JRMITSHandler(int, Sender, Receiver, MarshallerFactory) - Constructor for class org.objectweb.jeremie.libs.services.CosTransactions.handler.JRMITSHandler
Builds a new Jeremie transaction service handler instance.
JRMITSHandler(Sender, Receiver, MarshallerFactory) - Constructor for class org.objectweb.jeremie.libs.services.CosTransactions.handler.JRMITSHandler
Builds a new Jeremie transaction service handler instance.
JRMIUnMarshaller - interface org.objectweb.jeremie.apis.presentation.JRMIUnMarshaller.
A JRMIUnMarshaller provides a high-level encoding-independent interface for unmarshalling remote method invocations.
JScheduler - class org.objectweb.jonathan.libs.resources.JScheduler.
Default scheduler implementation.
JScheduler(ContextFactory) - Constructor for class org.objectweb.jonathan.libs.resources.JScheduler
Returns a new scheduler.
JScheduler(int, boolean, ContextFactory) - Constructor for class org.objectweb.jonathan.libs.resources.JScheduler
Returns a new scheduler.
JStubFactory - class org.objectweb.david.libs.stub_factories.std.JStubFactory.
Stub factories are factories for client and server stubs.
JStubFactory(ORB, ClassPathFinder) - Constructor for class org.objectweb.david.libs.stub_factories.std.JStubFactory
Constructs a new stub factory.
JStubFactory.ClientDelegate - class org.objectweb.david.libs.stub_factories.std.JStubFactory.ClientDelegate.
Type of the client-side delegates.
JStubFactory.ClientDelegate(Identifier[], SessionIdentifier, Boolean) - Constructor for class org.objectweb.david.libs.stub_factories.std.JStubFactory.ClientDelegate
Creates a new ClientDelegate.
JavaSerialService - class org.objectweb.david.libs.services.java_serial.JavaSerialService.
The Java Serial Service is used by clients that wish to use Java Serialization instead of CDR serialization to encode values.
JavaSerialService() - Constructor for class org.objectweb.david.libs.services.java_serial.JavaSerialService
Creates an instance of the service.
Job - interface org.objectweb.jonathan.apis.resources.Job.
A Job is the abstraction of an activity in the system.
javaCompiler - Static variable in class org.objectweb.jeremie.tools.jrmic.CompilerContext
 
javax.rmi - package javax.rmi
 
javax.rmi.CORBA - package javax.rmi.CORBA
 
jrmiURLContext - class org.objectweb.jeremie.libs.services.registry.jndi.jrmi.jrmiURLContext.
Provides an implementation of a JNDI URL context for the Jeremie registry.
jrmiURLContext(Hashtable) - Constructor for class org.objectweb.jeremie.libs.services.registry.jndi.jrmi.jrmiURLContext
Creates a Jeremie registry URL context with the given environment.
jrmiURLContextFactory - class org.objectweb.jeremie.libs.services.registry.jndi.jrmi.jrmiURLContextFactory.
Provides an implementation of a JNDI object factory for constructing Jeremie registry URL contexts.
jrmiURLContextFactory() - Constructor for class org.objectweb.jeremie.libs.services.registry.jndi.jrmi.jrmiURLContextFactory
Constructs a new jrmiURLContextFactory

A B C D E F G H I J K L M N O P R S T U V W Y _