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

S

SOAContext - class org.objectweb.jeremie.libs.binding.soa.SOAContext.
Provides an implementation of UnicastRemoteObject, multiple instances of which are managed together by an object adapter.
SOAContext(JRMIBFactory, ContextFactory) - Constructor for class org.objectweb.jeremie.libs.binding.soa.SOAContext
 
SOAImpl - class org.objectweb.david.libs.binding.soa.SOAImpl.
Encapsulates a SingleOAdapter instance under a CORBA compliant interface, by implementing SimpleAdapter.
SOAImpl(NamingContext, DelegateFactory, SingleOAdapter, ContextFactory) - Constructor for class org.objectweb.david.libs.binding.soa.SOAImpl
 
SO_LINGER - Variable in class org.objectweb.jonathan.libs.resources.tcpip.IPv4ConnectionFactory
If >= 0, enables the SO_LINGER option with the specified linger time.
SO_TIMEOUT - Variable in class org.objectweb.jonathan.libs.resources.tcpip.IPv4ConnectionFactory
If >= 0, enables the SO_TIMEOUT option with the specified timeout (in ms).
Scheduler - interface org.objectweb.jonathan.apis.resources.Scheduler.
Schedulers are used to create and schedule Jobs.
SequenceTC - class org.objectweb.david.libs.binding.orbs.SequenceTC.
Implementation of type code for sequence types.
SequenceTC() - Constructor for class org.objectweb.david.libs.binding.orbs.SequenceTC
Creates a new SequenceTC instance.
ServerCallback - interface org.objectweb.jonathan.apis.protocols.http.ServerCallback.
This interface is akin to a Session_Low in that implementations are used by lower layers of the HTTP Protocol to communicate with higher level layers of same protocol.
ServerDelegate - class org.objectweb.david.libs.stub_factories.std.ServerDelegate.
Class for server-side delegates.
ServerException - exception org.objectweb.jonathan.apis.protocols.ServerException.
ServerException is a checked exception encapsulating an applicative exception raised by a remote object.
ServerException(UnMarshaller) - Constructor for class org.objectweb.jonathan.apis.protocols.ServerException
Constructs a new ServerException with an unmarshaller encoding the exception raised by the remote object.
Service - interface org.objectweb.david.apis.services.handler.Service.
Interface offered by a service to the services handler.
ServicesHandler - interface org.objectweb.david.apis.services.handler.ServicesHandler.
A ServicesHandler object is used to manage CORBA services.
SessionIdentifier - interface org.objectweb.jonathan.apis.protocols.SessionIdentifier.
A session identifier represents an exported session.
Session_High - interface org.objectweb.jonathan.apis.protocols.Session_High.
Session_High is the type of sessions used to send messages down to the network; A Session_High is usually a surrogate for a session of type Session_Low exported to a protocol and represented by an session identifier.
Session_Low - interface org.objectweb.jonathan.apis.protocols.Session_Low.
Session_Low is the type of sessions used to forward messages coming from the network to their actual recipient; Session_Low is also the type of interfaces represented by session identifiers.
SimpleAdapter - interface org.objectweb.david.apis.binding.simpleoa.SimpleAdapter.
Operations provided by generic object adapters.
SimpleAdapterHelper - class org.objectweb.david.apis.binding.simpleoa.SimpleAdapterHelper.
SimpleAdapterHelper Class generated by the Idl2Java Compiler 3.1 of Jonathan
SimpleAdapterHelper() - Constructor for class org.objectweb.david.apis.binding.simpleoa.SimpleAdapterHelper
 
SimpleAdapterHolder - class org.objectweb.david.apis.binding.simpleoa.SimpleAdapterHolder.
 
SimpleAdapterHolder() - Constructor for class org.objectweb.david.apis.binding.simpleoa.SimpleAdapterHolder
 
SimpleAdapterHolder(SimpleAdapter) - Constructor for class org.objectweb.david.apis.binding.simpleoa.SimpleAdapterHolder
 
SimpleAdapterOperations - interface org.objectweb.david.apis.binding.simpleoa.SimpleAdapterOperations.
Operations provided by generic object adapters.
SimpleChunkFactory - class org.objectweb.jonathan.libs.resources.SimpleChunkFactory.
A naive Chunk Factory implementation : it simply returns chunks on demand.
SingleOAdapter - class org.objectweb.jonathan.libs.binding.soa.SingleOAdapter.
SingleOAdapter is an adapter for a single, persistent object.
SingleOAdapter() - Constructor for class org.objectweb.jonathan.libs.binding.soa.SingleOAdapter
Creates a new SingleOAdapter.
Skeleton - class org.objectweb.david.libs.stub_factories.std.Skeleton.
Base class for Jonathan skeletons.
Skeleton() - Constructor for class org.objectweb.david.libs.stub_factories.std.Skeleton
Constructs a new skeleton.
StdMarshallerFactory - class org.objectweb.jeremie.libs.presentation.std.StdMarshallerFactory.
Provides a factory for creating Jeremie marshallers and unmarshallers.
StdMarshallerFactory(ChunkFactory, NamingContext, ContextFactory) - Constructor for class org.objectweb.jeremie.libs.presentation.std.StdMarshallerFactory
 
StdMarshallerFactory.StdMarshaller - class org.objectweb.jeremie.libs.presentation.std.StdMarshallerFactory.StdMarshaller.
StdMarshaller is an (abstract) implementation of Marshaller.
StdMarshallerFactory.StdMarshaller() - Constructor for class org.objectweb.jeremie.libs.presentation.std.StdMarshallerFactory.StdMarshaller
 
StdMarshallerFactory.StdMarshallerL - class org.objectweb.jeremie.libs.presentation.std.StdMarshallerFactory.StdMarshallerL.
StdMarshallerL is a little endian implementation of Marshaller extending StdMarshaller.
StdMarshallerFactory.StdMarshallerL() - Constructor for class org.objectweb.jeremie.libs.presentation.std.StdMarshallerFactory.StdMarshallerL
 
StdMarshallerFactory.StdUnMarshaller - class org.objectweb.jeremie.libs.presentation.std.StdMarshallerFactory.StdUnMarshaller.
StdUnMarshaller is an (abstract) implementation of UnMarshaller.
StdMarshallerFactory.StdUnMarshaller(Chunk, int) - Constructor for class org.objectweb.jeremie.libs.presentation.std.StdMarshallerFactory.StdUnMarshaller
 
StdMarshallerFactory.StdUnMarshallerD - class org.objectweb.jeremie.libs.presentation.std.StdMarshallerFactory.StdUnMarshallerD.
StdUnMarshaller is an (abstract) implementation of UnMarshaller.
StdMarshallerFactory.StdUnMarshallerD(ChunkProvider) - Constructor for class org.objectweb.jeremie.libs.presentation.std.StdMarshallerFactory.StdUnMarshallerD
 
StdStub - class org.objectweb.jeremie.libs.stub_factories.std.StdStub.
Provides an implementation of a standard Jeremie stub.
StdStub() - Constructor for class org.objectweb.jeremie.libs.stub_factories.std.StdStub
Creates a standard Jeremie stub.
StdStub(RemoteRef) - Constructor for class org.objectweb.jeremie.libs.stub_factories.std.StdStub
Creates a standard Jeremie stub with the given remote object reference.
StdStubCompiler - class org.objectweb.jeremie.tools.jrmic.StdStubCompiler.
Generates standard Jeremie stub classes
StdStubFactory - class org.objectweb.jeremie.libs.stub_factories.std.StdStubFactory.
Provides an implementation of a Jeremie stub factory.
StdStubFactory(MarshallerFactory, ClassPathFinder) - Constructor for class org.objectweb.jeremie.libs.stub_factories.std.StdStubFactory
Constructs a new Jeremie stub factory.
StdStubFactory.DynamicRequestSession - class org.objectweb.jeremie.libs.stub_factories.std.StdStubFactory.DynamicRequestSession.
Provides an implementation of a request session.
StdStubFactory.DynamicRequestSession(DynamicRemote, Class) - Constructor for class org.objectweb.jeremie.libs.stub_factories.std.StdStubFactory.DynamicRequestSession
Builds a new RequestSessionImpl.
StdStubFactory.RequestSessionImpl - class org.objectweb.jeremie.libs.stub_factories.std.StdStubFactory.RequestSessionImpl.
Provides an implementation of a request session.
StdStubFactory.RequestSessionImpl(Object) - Constructor for class org.objectweb.jeremie.libs.stub_factories.std.StdStubFactory.RequestSessionImpl
Builds a new RequestSessionImpl.
StructTC - class org.objectweb.david.libs.binding.orbs.StructTC.
TypeCode implementation for structures and exceptions
StructTC(TCKind, String, String) - Constructor for class org.objectweb.david.libs.binding.orbs.StructTC
Creates a new StructTC with the provided parameters
Stub - class org.objectweb.david.libs.stub_factories.std.Stub.
Super type of all CorbaStubFactory client stubs.
Stub() - Constructor for class org.objectweb.david.libs.stub_factories.std.Stub
Constructs a new Stub.
Stub(String) - Constructor for class org.objectweb.david.libs.stub_factories.std.Stub
 
StubDelegate - class org.objectweb.david.libs.stub_factories.rmi.StubDelegate.
This class provides an implementation for StubDelegate.
StubDelegate() - Constructor for class org.objectweb.david.libs.stub_factories.rmi.StubDelegate
Constructs a new StubDelegate instance.
StubFactory - interface org.objectweb.jonathan.apis.stub_factories.StubFactory.
A Stub factory is a factory for stubs...
sameContents(Marshaller) - Method in class org.objectweb.david.libs.presentation.portable.PortableMarshallerFactory.PortableMarshaller
 
sameContents(Marshaller) - Method in class org.objectweb.jeremie.libs.presentation.std.StdMarshallerFactory.StdMarshaller
 
sameContents(Marshaller) - Method in interface org.objectweb.jonathan.apis.presentation.Marshaller
Checks if the target marshaller and the provided one have the same contents, i.e., they contain the same bits.
scheduler - Variable in class org.objectweb.jonathan.libs.protocols.tcpip.TcpIpProtocol
 
send(UnMarshaller, ReplySession) - Method in class org.objectweb.david.libs.stub_factories.std.ServerDelegate
Sends a message up to a service implementation (RequestSession method)
send(UnMarshaller, ReplySession) - Method in class org.objectweb.jeremie.libs.services.registry.RegistryImpl_Skel
 
send(UnMarshaller, ReplySession) - Method in class org.objectweb.jeremie.libs.services.registry.jndi.JRMIReferenceImpl_Skel
 
send(UnMarshaller, ReplySession) - Method in class org.objectweb.jeremie.libs.stub_factories.std.OptSkeleton
Sends an invocation to the target object represented by this skeleton.
send(UnMarshaller, ReplySession) - Method in class org.objectweb.jeremie.libs.stub_factories.std.StdStubFactory.DynamicRequestSession
Sends a message to the session target.
send(UnMarshaller, ReplySession) - Method in class org.objectweb.jeremie.libs.stub_factories.std.StdStubFactory.RequestSessionImpl
Sends a message to the session target.
send(Marshaller) - Method in interface org.objectweb.jonathan.apis.protocols.ReplySession
Sends the reply down the protocol stack.
send(UnMarshaller, ReplySession) - Method in interface org.objectweb.jonathan.apis.protocols.RequestSession
Sends a message (a request) to its recipient.
send(Marshaller) - Method in interface org.objectweb.jonathan.apis.protocols.Session_High
Sends the message down the protocol stack.
send(UnMarshaller, Session_High) - Method in interface org.objectweb.jonathan.apis.protocols.Session_Low
Sends a message up a protocol stack.
send(JonathanException, Session_High) - Method in interface org.objectweb.jonathan.apis.protocols.Session_Low
Sends an exception up a protocol stack.
send(Marshaller) - Method in interface org.objectweb.jonathan.apis.protocols.http.HttpServerConnection
Send a message to the distant peer.
send(byte[]) - Method in interface org.objectweb.jonathan.apis.protocols.http.ServerCallback
Method called by the lower layer whenever a message arrives.
send_multiple_requests_deferred(Request[]) - Method in class org.objectweb.david.libs.binding.orbs.DelegationORB
 
send_multiple_requests_deferred(Request[]) - Method in class org.objectweb.david.libs.binding.orbs.ORBClass
Send multiple dynamic (DII) requests asynchronously.
send_multiple_requests_deferred(Request[]) - Method in class org.objectweb.david.libs.binding.orbs.ORBSingletonClass
 
send_multiple_requests_oneway(Request[]) - Method in class org.objectweb.david.libs.binding.orbs.DelegationORB
 
send_multiple_requests_oneway(Request[]) - Method in class org.objectweb.david.libs.binding.orbs.ORBClass
Send multiple dynamic (DII) requests asynchronously without expecting any responses.
send_multiple_requests_oneway(Request[]) - Method in class org.objectweb.david.libs.binding.orbs.ORBSingletonClass
 
sender - Variable in class org.objectweb.david.libs.services.CosTransactions.handler.TSHandler
A Sender instance
sequence_no - Variable in class org.objectweb.jonathan.libs.protocols.rtp.RTPHeader
the sequence number of the RTP packet
servant_preinvoke(Object, String, Class) - Method in class org.objectweb.david.libs.stub_factories.std.ServerDelegate
 
service_id - Variable in class org.objectweb.david.libs.services.CosTransactions.handler.TSHandler
The transaction service id.
session - Variable in class org.objectweb.jeremie.libs.stub_factories.std.RefImpl
The protocol session high object associated with this reference.
setBinder(IIOPBinder) - Method in class org.objectweb.david.libs.binding.orbs.iiop.ORBImpl
 
setBinder(IIOPBinder) - Method in class org.objectweb.jeremie.libs.binding.jiop.JIOP
 
setByteOrder(boolean) - Method in class org.objectweb.david.libs.presentation.portable.PortableMarshallerFactory.PortableUnMarshaller
 
setByteOrder(boolean) - Method in class org.objectweb.jeremie.libs.presentation.std.StdMarshallerFactory.StdUnMarshaller
 
setByteOrder(boolean) - Method in interface org.objectweb.jonathan.apis.presentation.UnMarshaller
Sets the byte order (returned by isLittleEndian) of the target unmarshaller
setCallbackService(ServerCallback) - Method in interface org.objectweb.jonathan.apis.protocols.http.HttpServerConnection
Associate a callback service (defined in the Direct Proxy bundle) to the connection.
setDefault(ORB) - Static method in class org.objectweb.david.libs.binding.orbs.ORBSingletonClass
 
setDomain(NamingContext) - Method in class org.objectweb.david.libs.binding.orbs.ORBClass
 
setHints(Context) - Method in class org.objectweb.jonathan.apis.protocols.ProtocolInfo
Set the hints that may help things to happen smoothly (e.g.
setIdentifiers(Identifier[]) - Method in class org.objectweb.david.libs.stub_factories.std.JDelegate
 
setIdentifiers(Identifier[]) - Method in class org.objectweb.jeremie.libs.stub_factories.std.DynamicRef
Sets the identifiers contained in this reference to the given identifiers.
setIdentifiers(Identifier[]) - Method in class org.objectweb.jeremie.libs.stub_factories.std.RefImpl
Sets the identifiers contained in this reference to the given identifiers.
setIdentifiers(Identifier[]) - Method in interface org.objectweb.jonathan.apis.binding.Reference
Sets the set of identifiers associated with the target reference.
setInitialServicesContext(Context) - Method in class org.objectweb.david.libs.binding.orbs.ORBClass
 
setMarshallerFactory(DavidStreamFactory) - Method in class org.objectweb.david.libs.binding.orbs.ORBClass
 
setMarshallerFactory(DavidStreamFactory) - Method in class org.objectweb.david.libs.binding.orbs.echannel.EventChannelFactory
 
setOffset(int) - Method in class org.objectweb.david.libs.presentation.portable.PortableMarshallerFactory.PortableMarshaller
 
setOffset(int) - Method in class org.objectweb.jeremie.libs.presentation.std.StdMarshallerFactory.StdMarshaller
 
setOffset(int) - Method in interface org.objectweb.jonathan.apis.presentation.Marshaller
Sets the offset in the message.
setRef(RemoteRef) - Method in class org.objectweb.jeremie.libs.stub_factories.std.StdStub
Sets the reference of this stub to the given reference.
setServantDelegateFactory(ServantDelegateFactory) - Method in class org.objectweb.david.libs.binding.orbs.iiop.ORBImpl
 
setSession(IpSession) - Method in interface org.objectweb.jonathan.apis.protocols.ip.IpConnection
Attaches a new session to this connection.
setSession(IpSession) - Method in class org.objectweb.jonathan.libs.resources.tcpip.JConnectionMgr.Connection
Attaches a new session to this connection.
setSize(int) - Method in class org.objectweb.david.libs.presentation.portable.PortableMarshallerFactory.PortableUnMarshaller
 
setSize(int) - Method in class org.objectweb.jeremie.libs.presentation.std.StdMarshallerFactory.StdUnMarshaller
 
setSize(int) - Method in interface org.objectweb.jonathan.apis.presentation.UnMarshaller
Sets the number of bytes readable from the unmarshaller.
setStubFactory(StubFactory) - Method in class org.objectweb.david.libs.binding.orbs.ORBClass
 
setStubNameExtension(String) - Method in class org.objectweb.jeremie.libs.stub_factories.std.StdStubFactory
Optional parameters...
setVerbose(boolean) - Method in class org.objectweb.david.libs.binding.iiop.IIOPBinder
Should we print informational messages on the log?
setVerbose(boolean) - Method in class org.objectweb.jonathan.libs.protocols.tcpip.TcpIpProtocol
Used to set the verbiage level.
setVerbose(boolean) - Method in class org.objectweb.jonathan.libs.resources.tcpip.IPv4ConnectionFactory
 
set_delegate(Object) - Method in class org.objectweb.david.libs.binding.orbs.DelegationORB
 
set_delegate(Object) - Method in class org.objectweb.david.libs.binding.orbs.iiop.ORBImpl
Creation of a ServantDelegate for the specified object and to this ORBImpl.
set_parameters(String[], Properties) - Method in class org.objectweb.david.libs.binding.orbs.DelegationORB
 
set_parameters(Applet, Properties) - Method in class org.objectweb.david.libs.binding.orbs.DelegationORB
 
set_parameters(String[], Properties) - Method in class org.objectweb.david.libs.binding.orbs.ORBSingletonClass
 
set_parameters(Applet, Properties) - Method in class org.objectweb.david.libs.binding.orbs.ORBSingletonClass
 
shutdown(boolean) - Method in class org.objectweb.david.libs.binding.orbs.DelegationORB
 
shutdown(boolean) - Method in class org.objectweb.david.libs.binding.orbs.ORBClass
This operation instructs the ORB to shut down.
size(Marshaller) - Static method in class org.objectweb.jonathan.libs.helpers.MessageHelpers
Returns the size of a message.
skip(long) - Method in class org.objectweb.david.libs.presentation.portable.PortableMarshallerFactory.PortableUnMarshaller
Skips over and discards n bytes of data from this input stream.
skip(long) - Method in class org.objectweb.jeremie.libs.presentation.std.StdMarshallerFactory.StdUnMarshaller
Skips over and discards n bytes of data from this input stream.
skipPadding(int) - Method in class org.objectweb.david.libs.presentation.portable.PortableMarshallerFactory.PortableUnMarshaller
 
smart_output_table - Static variable in class org.objectweb.david.libs.stub_factories.std.JStubFactory
Hashtable containing the smart stubs.
source_id - Variable in class org.objectweb.jonathan.libs.protocols.rtp.RTPHeader
the source id of the RTP packet
srcDir - Static variable in class org.objectweb.jeremie.tools.jrmic.CompilerContext
 
startEncapsulation() - Method in class org.objectweb.david.apis.presentation.DavidInputStream
 
startEncapsulation() - Method in class org.objectweb.david.apis.presentation.DavidOutputStream
 
startEncapsulation() - Method in class org.objectweb.david.libs.presentation.portable.PortableMarshallerFactory.PortableMarshaller
 
startEncapsulation() - Method in class org.objectweb.david.libs.presentation.portable.PortableMarshallerFactory.PortableUnMarshaller
 
std - Static variable in class org.objectweb.jeremie.tools.jrmic.CompilerContext
 
string_to_object(String) - Method in class org.objectweb.david.libs.binding.orbs.DelegationORB
 
string_to_object(String) - Method in class org.objectweb.david.libs.binding.orbs.ORBClass
Returns a CORBA Object correponding to the specified IOR.
string_to_object(String) - Method in class org.objectweb.david.libs.binding.orbs.ORBSingletonClass
 
stub_factory - Variable in class org.objectweb.david.libs.binding.orbs.ORBClass
 
systemException(Exception, CompletionStatus) - Static method in class org.objectweb.david.libs.helpers.CORBAHelpers
Translates a Java exception into a CORBA sytem exception with the specified completion status.

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