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

C

CDRMarshallerFactory - class org.objectweb.david.libs.presentation.portable.CDRMarshallerFactory.
CORBA CDR extension of PortableMarshallerFactory.
CDRMarshallerFactory(ChunkFactory, ContextFactory, DavidMarshallerFactory, ORB) - Constructor for class org.objectweb.david.libs.presentation.portable.CDRMarshallerFactory
Creates a new CDRMarshallerFactory
CDRMarshallerFactory(ChunkFactory, ContextFactory, DavidMarshallerFactory) - Constructor for class org.objectweb.david.libs.presentation.portable.CDRMarshallerFactory
Creates a new marshaller factory.
CDRMarshallerFactory(ChunkFactory, ContextFactory) - Constructor for class org.objectweb.david.libs.presentation.portable.CDRMarshallerFactory
Creates a new marshaller factory.
CDRMarshallerFactory(ChunkFactory, DavidMarshallerFactory) - Constructor for class org.objectweb.david.libs.presentation.portable.CDRMarshallerFactory
Creates a new marshaller factory.
CDRMarshallerFactory(ChunkFactory) - Constructor for class org.objectweb.david.libs.presentation.portable.CDRMarshallerFactory
Creates a new marshaller factory.
CORBAHelpers - class org.objectweb.david.libs.helpers.CORBAHelpers.
This class contains an helper methods to translate Java exceptions into CORBA system exceptions.
CORBAHelpers() - Constructor for class org.objectweb.david.libs.helpers.CORBAHelpers
 
Chunk - class org.objectweb.jonathan.apis.resources.Chunk.
A chunk represents a part of an array of bytes.
Chunk(byte[], int, int) - Constructor for class org.objectweb.jonathan.apis.resources.Chunk
Constructs a new chunk with the specified data and offsets.
ChunkFactory - interface org.objectweb.jonathan.apis.resources.ChunkFactory.
A chunk factory builds chunks, possibly implementing a specific chunk management policy.
ChunkProvider - interface org.objectweb.jonathan.apis.resources.ChunkProvider.
Chunk providers are used to wrap input streams (like, e.g., socket input streams) in unmarshallers.
ClassContext - class org.objectweb.jeremie.tools.jrmic.ClassContext.
This is a container class containing information relevant to a remote class being processed by the Jeremie stub compiler.
CommunicationException - exception org.objectweb.jonathan.apis.protocols.CommunicationException.
CommunicationException is a checked exception that indicates that an error occurred when trying to communicate with a remote object interface.
CommunicationException() - Constructor for class org.objectweb.jonathan.apis.protocols.CommunicationException
Constructs a new CommunicationException with no detail message.
CommunicationException(String) - Constructor for class org.objectweb.jonathan.apis.protocols.CommunicationException
Builds a CommunicationException with a detail message.
CommunicationException(Exception) - Constructor for class org.objectweb.jonathan.apis.protocols.CommunicationException
Builds a CommunicationException that wraps another exception.
CompilerContext - class org.objectweb.jeremie.tools.jrmic.CompilerContext.
This is a container class containing information relevant to a run of the Jeremie stub compiler.
CompilerContext() - Constructor for class org.objectweb.jeremie.tools.jrmic.CompilerContext
 
Constants - interface org.objectweb.david.libs.binding.orbs.Constants.
This interface defines some string constants, and TypeCode constants.
Constants - interface org.objectweb.david.libs.stub_factories.std.Constants.
Constants of the CORBA stub factory.
chunk_factory - Variable in class org.objectweb.david.libs.presentation.portable.PortableMarshallerFactory
The chunk factory used by this marshaller factory.
chunk_factory - Variable in class org.objectweb.jeremie.libs.presentation.std.StdMarshallerFactory
The chunk factory parameter used to form messages.
chunk_factory - Variable in class org.objectweb.jonathan.libs.protocols.tcpip.TcpIpProtocol
 
classDir - Static variable in class org.objectweb.jeremie.tools.jrmic.CompilerContext
 
classPath - Static variable in class org.objectweb.jeremie.tools.jrmic.CompilerContext
 
class_loader - Variable in class org.objectweb.jeremie.libs.stub_factories.std.OptSkeleton
the class loader use to create this skeleton - may be used to load classes needed by the skeleton.
close() - Method in class org.objectweb.david.apis.presentation.DavidInputStream
void (abstract) implementation of the close method.
close() - Method in class org.objectweb.david.apis.presentation.DavidOutputStream
Closes the stream.
close() - Method in class org.objectweb.david.libs.presentation.portable.PortableMarshallerFactory.PortableMarshaller
 
close() - Method in class org.objectweb.david.libs.presentation.portable.PortableMarshallerFactory.PortableUnMarshaller
 
close() - Method in class org.objectweb.david.libs.presentation.portable.PortableMarshallerFactory.PortableUnMarshallerD
 
close() - Method in class org.objectweb.jeremie.libs.presentation.std.StdMarshallerFactory.StdMarshaller
 
close() - Method in class org.objectweb.jeremie.libs.presentation.std.StdMarshallerFactory.StdUnMarshaller
 
close() - Method in class org.objectweb.jeremie.libs.presentation.std.StdMarshallerFactory.StdUnMarshallerD
 
close() - Method in class org.objectweb.jeremie.libs.services.registry.jndi.JRMIRegistryContext
Closes this registry context.
close() - Method in class org.objectweb.jeremie.libs.services.registry.jndi.jrmi.jrmiURLContext
Closes this URL context.
close() - Method in interface org.objectweb.jonathan.apis.presentation.Marshaller
This method causes the message to lose all its references to the underlying chunks, and release each of them.
close() - Method in interface org.objectweb.jonathan.apis.presentation.UnMarshaller
Closes the target unmarshaller, releasing all underlying resources (including a possible chunk provider).
close() - Method in interface org.objectweb.jonathan.apis.protocols.ReplySession
Closes the session, letting the associated resources be released or reused.
close() - Method in interface org.objectweb.jonathan.apis.protocols.Session_High
Closes the session, letting the associated resources be released or reused.
close() - Method in interface org.objectweb.jonathan.apis.protocols.http.HttpServerConnection
Close this connection.
close() - Method in interface org.objectweb.jonathan.apis.protocols.ip.TcpIpSrvConnectionFactory
Tells the factory to release the server socket.
close() - Method in interface org.objectweb.jonathan.apis.resources.ChunkProvider
Closes the chunk provider.
compile - Static variable in class org.objectweb.jeremie.tools.jrmic.CompilerContext
 
composeName(Name, Name) - Method in class org.objectweb.jeremie.libs.services.registry.jndi.JRMIRegistryContext
Composes two names, one being relative to the current context, the other being the name of the current context relative to one of its ancestors.
composeName(String, String) - Method in class org.objectweb.jeremie.libs.services.registry.jndi.JRMIRegistryContext
Composes two stringified names, one being relative to the current context, the other being the stringified name of the current context relative to one of its ancestors.
composeName(Name, Name) - Method in class org.objectweb.jeremie.libs.services.registry.jndi.jrmi.jrmiURLContext
Composes two names, one being relative to the current context, the other being the name of the current context relative to one of its ancestors.
composeName(String, String) - Method in class org.objectweb.jeremie.libs.services.registry.jndi.jrmi.jrmiURLContext
Composes two stringified names, one being relative to the current context, the other being the stringified name of the current context relative to one of its ancestors.
concrete_base_type() - Method in class org.objectweb.david.libs.binding.orbs.ValueTC
 
connect(Object) - Method in class org.objectweb.david.libs.binding.orbs.DelegationORB
 
connect(Object) - Method in class org.objectweb.david.libs.binding.orbs.ORBClass
Exports the provided object to a default adapter of type SimpleAdapter.
connect(Object) - Method in class org.objectweb.david.libs.binding.orbs.ORBSingletonClass
Deprecated.  
connect(Remote, Remote) - Method in class org.objectweb.david.libs.binding.rmi.ORBPortableRemoteObjectDelegate
 
connect(Stub, ORB) - Method in class org.objectweb.david.libs.stub_factories.rmi.StubDelegate
This method makes the stub ready for remote communication using the specified ORB object.
connection_mgr - Variable in class org.objectweb.jonathan.libs.protocols.tcpip.TcpIpProtocol
connection manager
content_type() - Method in class org.objectweb.david.libs.binding.orbs.AliasTC
 
content_type() - Method in class org.objectweb.david.libs.binding.orbs.ArrayTC
 
content_type() - Method in class org.objectweb.david.libs.binding.orbs.RecursiveTC
 
content_type() - Method in class org.objectweb.david.libs.binding.orbs.ValueBoxTC
 
context - Variable in class org.objectweb.jeremie.libs.presentation.std.StdMarshallerFactory.StdMarshaller
 
context - Variable in class org.objectweb.jeremie.libs.presentation.std.StdMarshallerFactory.StdUnMarshaller
 
context_factory - Variable in class org.objectweb.david.libs.presentation.portable.PortableMarshallerFactory
A context factory to associate contexts with marshallers.
context_factory - Variable in class org.objectweb.jeremie.libs.presentation.std.StdMarshallerFactory
The context factory.
context_factory - Variable in class org.objectweb.jonathan.libs.protocols.tcpip.TcpIpProtocol
 
context_factory - Variable in class org.objectweb.jonathan.libs.resources.JScheduler
 
copy(Marshaller) - Static method in class org.objectweb.jonathan.libs.helpers.MessageHelpers
Copies the contents of a message into an array of bytes.
copyObject(Object, ORB) - Method in class org.objectweb.david.libs.helpers.RMIUtilDelegate
This method is used by local stubs to copy an actual parameter, result object or exception.
copyObjects(Object[], ORB) - Method in class org.objectweb.david.libs.helpers.RMIUtilDelegate
This method do the same as above on multiple objects,preserving sharing among these objects.
corba_marshaller - Variable in class org.objectweb.david.libs.presentation.portable.PortableMarshallerFactory
a DavidMarshaller instance, for delegation of the marshalling of the complex CORBA types (Object, TypeCode, Any).
corba_object_id - Static variable in interface org.objectweb.david.libs.binding.orbs.Constants
CORBA Object repository id
corba_prefix - Static variable in interface org.objectweb.david.libs.binding.orbs.Constants
Prefix to all CORBA module entities repository ids
corba_prefix - Static variable in class org.objectweb.david.libs.protocols.giop.GIOPProtocol
Constant used for IDL repository ids.
corba_unmarshaller - Variable in class org.objectweb.david.libs.presentation.portable.PortableMarshallerFactory
a DavidUnMarshaller instance, for delegation of the unmarshalling of the complex CORBA types (Object, TypeCode, Any).
createClass(String) - Method in class org.objectweb.david.libs.stub_factories.std.JStubFactory
Loads the class of name str using the class loader of the target stub factory
createPData(SessionIdentifier) - Static method in class org.objectweb.david.libs.binding.iiop.ExoticProtocolData
 
createProtocol(NamingContext) - Method in class org.objectweb.jonathan.libs.protocols.multicast_ip.MulticastIpProtocol
 
createProtocol(NamingContext) - Method in class org.objectweb.jonathan.libs.protocols.rtp.RTPProtocol
 
createProtocolGraph(ProtocolGraph[], Context) - Method in class org.objectweb.david.libs.protocols.giop.GIOPProtocol
Creates a GIOP Protocol graph.
createProtocolGraph(ProtocolGraph[], Context) - Method in interface org.objectweb.jonathan.apis.protocols.Protocol
Creates a new protocol graph with a number of given sub protocol graphs.
createProtocolGraph(ProtocolGraph[], Context) - Method in class org.objectweb.jonathan.libs.protocols.multicast_ip.MulticastIpProtocol
 
createProtocolGraph(ProtocolGraph[], Context) - Method in class org.objectweb.jonathan.libs.protocols.rtp.RTPProtocol
 
createProtocolGraph(ProtocolGraph[], Context) - Method in class org.objectweb.jonathan.libs.protocols.tcpip.TcpIpProtocol
Creates a new ProtocolGraph
createRegistry(int) - Static method in class org.objectweb.jeremie.libs.services.registry.LocateRegistry
Creates and exports a Jeremie registry on the local host on the specified port.
createSessionIdentifier(Properties, SessionIdentifier[]) - Method in class org.objectweb.david.libs.protocols.giop.GIOPProtocol
Creates a GIOP Session Identifier
createSessionIdentifier(Properties, SessionIdentifier[]) - Method in interface org.objectweb.jonathan.apis.protocols.Protocol
Creates a new session identifier with the provided info
createSessionIdentifier(Properties, SessionIdentifier[]) - Method in class org.objectweb.jonathan.libs.protocols.multicast_ip.MulticastIpProtocol
 
createSessionIdentifier(Properties, SessionIdentifier[]) - Method in class org.objectweb.jonathan.libs.protocols.rtp.RTPProtocol
 
createSessionIdentifier(Properties, SessionIdentifier[]) - Method in class org.objectweb.jonathan.libs.protocols.tcpip.TcpIpProtocol
 
createSubcontext(Name) - Method in class org.objectweb.jeremie.libs.services.registry.jndi.JRMIRegistryContext
Subcontexts are not supported by Jeremie registry contexts.
createSubcontext(String) - Method in class org.objectweb.jeremie.libs.services.registry.jndi.JRMIRegistryContext
Subcontexts are not supported by Jeremie registry contexts.
createSubcontext(Name) - Method in class org.objectweb.jeremie.libs.services.registry.jndi.jrmi.jrmiURLContext
Subcontexts are not supported by Jeremie registry URL contexts.
createSubcontext(String) - Method in class org.objectweb.jeremie.libs.services.registry.jndi.jrmi.jrmiURLContext
Subcontexts are not supported by Jeremie registry URL contexts.
createValueHandler() - Method in class org.objectweb.david.libs.helpers.RMIUtilDelegate
This method returns a singleton instance of a class that implements the ValueHandler interface.
create_alias_tc(String, String, TypeCode) - Method in class org.objectweb.david.libs.binding.orbs.ORBSingletonClass
 
create_any() - Method in class org.objectweb.david.libs.binding.orbs.DelegationORB
 
create_any() - Method in class org.objectweb.david.libs.binding.orbs.ORBClass
 
create_any() - Method in class org.objectweb.david.libs.binding.orbs.ORBSingletonClass
 
create_array_tc(int, TypeCode) - Method in class org.objectweb.david.libs.binding.orbs.ORBSingletonClass
 
create_context_list() - Method in class org.objectweb.david.libs.binding.orbs.ORBSingletonClass
 
create_enum_tc(String, String, String[]) - Method in class org.objectweb.david.libs.binding.orbs.ORBSingletonClass
 
create_environment() - Method in class org.objectweb.david.libs.binding.orbs.ORBSingletonClass
 
create_exception_list() - Method in class org.objectweb.david.libs.binding.orbs.ORBSingletonClass
 
create_exception_tc(String, String, StructMember[]) - Method in class org.objectweb.david.libs.binding.orbs.ORBSingletonClass
 
create_input_stream() - Method in class org.objectweb.david.libs.presentation.portable.PortableMarshallerFactory.PortableMarshaller
 
create_interface_tc(String, String) - Method in class org.objectweb.david.libs.binding.orbs.ORBSingletonClass
 
create_list(int) - Method in class org.objectweb.david.libs.binding.orbs.ORBSingletonClass
 
create_named_value(String, Any, int) - Method in class org.objectweb.david.libs.binding.orbs.ORBSingletonClass
 
create_operation_list(OperationDef) - Method in class org.objectweb.david.libs.binding.orbs.ORBSingletonClass
 
create_output_stream() - Method in class org.objectweb.david.libs.binding.orbs.DelegationORB
 
create_output_stream() - Method in class org.objectweb.david.libs.binding.orbs.ORBClass
Create a new org.omg.CORBA.portable.OutputStream into which IDL method parameters can be marshalled during method invocation.
create_output_stream() - Method in class org.objectweb.david.libs.binding.orbs.ORBSingletonClass
 
create_recursive_sequence_tc(int, int) - Method in class org.objectweb.david.libs.binding.orbs.ORBSingletonClass
Deprecated.  
create_recursive_tc(String) - Method in class org.objectweb.david.libs.binding.orbs.ORBSingletonClass
 
create_request(Object, Context, String, NVList, NamedValue) - Method in class org.objectweb.david.libs.stub_factories.std.JDelegate
 
create_request(Object, Context, String, NVList, NamedValue, ExceptionList, ContextList) - Method in class org.objectweb.david.libs.stub_factories.std.JDelegate
 
create_request(Object, Context, String, NVList, NamedValue) - Method in class org.objectweb.david.libs.stub_factories.std.JStubFactory.ClientDelegate
 
create_request(Object, Context, String, NVList, NamedValue, ExceptionList, ContextList) - Method in class org.objectweb.david.libs.stub_factories.std.JStubFactory.ClientDelegate
 
create_sequence_tc(int, TypeCode) - Method in class org.objectweb.david.libs.binding.orbs.ORBSingletonClass
 
create_string_tc(int) - Method in class org.objectweb.david.libs.binding.orbs.ORBSingletonClass
 
create_struct_tc(String, String, StructMember[]) - Method in class org.objectweb.david.libs.binding.orbs.ORBSingletonClass
 
create_union_tc(String, String, TypeCode, UnionMember[]) - Method in class org.objectweb.david.libs.binding.orbs.ORBSingletonClass
 
create_value_box_tc(String, String, TypeCode) - Method in class org.objectweb.david.libs.binding.orbs.ORBSingletonClass
 
create_value_tc(String, String, short, TypeCode, ValueMember[]) - Method in class org.objectweb.david.libs.binding.orbs.ORBSingletonClass
 
create_wstring_tc(int) - Method in class org.objectweb.david.libs.binding.orbs.ORBSingletonClass
 
current - Variable in class org.objectweb.david.libs.presentation.portable.PortableMarshallerFactory.PortableMarshaller
The current chunk in the message, i.e., the one data are written to.
current - Variable in class org.objectweb.jeremie.libs.presentation.std.StdMarshallerFactory.StdMarshaller
 

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