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

P

PortableMarshallerFactory - class org.objectweb.david.libs.presentation.portable.PortableMarshallerFactory.
PortableMarshallerFactory is a factory for "portable" CORBA streams.
PortableMarshallerFactory(ChunkFactory, ContextFactory, DavidMarshallerFactory, ORB) - Constructor for class org.objectweb.david.libs.presentation.portable.PortableMarshallerFactory
Creates a new marshaller factory.
PortableMarshallerFactory(ChunkFactory, ContextFactory, DavidMarshallerFactory) - Constructor for class org.objectweb.david.libs.presentation.portable.PortableMarshallerFactory
Creates a new marshaller factory.
PortableMarshallerFactory(ChunkFactory, ContextFactory) - Constructor for class org.objectweb.david.libs.presentation.portable.PortableMarshallerFactory
Creates a new marshaller factory.
PortableMarshallerFactory(ChunkFactory, DavidMarshallerFactory) - Constructor for class org.objectweb.david.libs.presentation.portable.PortableMarshallerFactory
Creates a new marshaller factory.
PortableMarshallerFactory(ChunkFactory) - Constructor for class org.objectweb.david.libs.presentation.portable.PortableMarshallerFactory
Creates a new marshaller factory.
PortableMarshallerFactory.PortableMarshaller - class org.objectweb.david.libs.presentation.portable.PortableMarshallerFactory.PortableMarshaller.
PortableMarshaller is an (abstract) implementation of Marshaller.
PortableMarshallerFactory.PortableMarshaller() - Constructor for class org.objectweb.david.libs.presentation.portable.PortableMarshallerFactory.PortableMarshaller
Builds a new marshaller.
PortableMarshallerFactory.PortableMarshallerL - class org.objectweb.david.libs.presentation.portable.PortableMarshallerFactory.PortableMarshallerL.
PortableMarshallerL is a little endian implementation of Marshaller, extending PortableMarshaller.
PortableMarshallerFactory.PortableMarshallerL() - Constructor for class org.objectweb.david.libs.presentation.portable.PortableMarshallerFactory.PortableMarshallerL
Creates a new little endian PortableMarshaller.
PortableMarshallerFactory.PortableUnMarshaller - class org.objectweb.david.libs.presentation.portable.PortableMarshallerFactory.PortableUnMarshaller.
PortableUnMarshaller is an implementation of UnMarshaller.
PortableMarshallerFactory.PortableUnMarshaller(Chunk, int) - Constructor for class org.objectweb.david.libs.presentation.portable.PortableMarshallerFactory.PortableUnMarshaller
Creates a new unmarshaller.
PortableMarshallerFactory.PortableUnMarshallerD - class org.objectweb.david.libs.presentation.portable.PortableMarshallerFactory.PortableUnMarshallerD.
PortableUnMarshallerD is an implementation of UnMarshaller.
PortableMarshallerFactory.PortableUnMarshallerD(ChunkProvider) - Constructor for class org.objectweb.david.libs.presentation.portable.PortableMarshallerFactory.PortableUnMarshallerD
Constructs a new unmarshaller.
PropertiesHelper - class org.objectweb.jonathan.libs.helpers.PropertiesHelper.
This class is intended to read system properties, or properties in the orb.properties file.
PropertiesHelper() - Constructor for class org.objectweb.jonathan.libs.helpers.PropertiesHelper
 
Protocol - interface org.objectweb.jonathan.apis.protocols.Protocol.
The protocol abstraction represents protocols like TCP, IP or GIOP.
ProtocolGraph - interface org.objectweb.jonathan.apis.protocols.ProtocolGraph.
 
ProtocolIdentifiers - interface org.objectweb.jonathan.apis.protocols.ProtocolIdentifiers.
Simply, a list of the protocol identifiers used in the exotic protocol graph thingy.
ProtocolInfo - class org.objectweb.jonathan.apis.protocols.ProtocolInfo.
Tree-like structure to hold the protocol stack info at configuration time.
ProtocolInfo(Protocol) - Constructor for class org.objectweb.jonathan.apis.protocols.ProtocolInfo
Create a leaf ProtocolInfo node
ProtocolInfo(Protocol, ProtocolInfo[]) - Constructor for class org.objectweb.jonathan.apis.protocols.ProtocolInfo
Create a non-leaf ProtocolInfo node
payload - Variable in class org.objectweb.jonathan.libs.protocols.rtp.RTPHeader
the type of payload
perform_work() - Method in class org.objectweb.david.libs.binding.orbs.DelegationORB
 
perform_work() - Method in class org.objectweb.david.libs.binding.orbs.ORBClass
This operation does nothing.
poll_next_response() - Method in class org.objectweb.david.libs.binding.orbs.DelegationORB
 
poll_next_response() - Method in class org.objectweb.david.libs.binding.orbs.ORBClass
Find out if any of the deferred (asynchronous) invocations have a response yet.
poll_next_response() - Method in class org.objectweb.david.libs.binding.orbs.ORBSingletonClass
 
port - Variable in class org.objectweb.jonathan.apis.protocols.ip.IpSessionIdentifier
Port number of this session identifier.
prepare() - Method in class org.objectweb.david.libs.presentation.portable.PortableMarshallerFactory.PortableMarshaller
When offset is equal to top, this method is % called to get a new chunk to write to.
prepare() - Method in class org.objectweb.david.libs.presentation.portable.PortableMarshallerFactory.PortableUnMarshaller
When nothing can be read from the current chunk, this method tries to get a new chunk to read data from.
prepare() - Method in class org.objectweb.david.libs.presentation.portable.PortableMarshallerFactory.PortableUnMarshallerD
Redefines the prepare method of PortableUnMarshaller to deal with the chunk provider.
prepare() - Method in class org.objectweb.jeremie.libs.presentation.std.StdMarshallerFactory.StdMarshaller
 
prepare() - Method in class org.objectweb.jeremie.libs.presentation.std.StdMarshallerFactory.StdUnMarshaller
 
prepare() - Method in class org.objectweb.jeremie.libs.presentation.std.StdMarshallerFactory.StdUnMarshallerD
 
prepare(Marshaller) - Method in interface org.objectweb.jonathan.apis.protocols.Session_High
Lets the target session write its own headers into the provided message (one-way case).
prepare() - Method in interface org.objectweb.jonathan.apis.resources.ChunkProvider
Returns a chunk to read data from.
prepareExceptionReply() - Method in interface org.objectweb.jonathan.apis.protocols.ReplySession
Lets the target session write its own headers into a newly created message and returns it (exception case)
prepareInvocation(Marshaller) - Method in interface org.objectweb.jeremie.apis.binding.JRMIOptRef
Prepares the marshaller prior to marshalling invocation data.
prepareInvocation(Marshaller) - Method in class org.objectweb.jeremie.libs.stub_factories.std.RefImpl
Prepares the marshaller prior to marshalling invocation data.
prepareInvocation(Marshaller) - Method in interface org.objectweb.jonathan.apis.protocols.Session_High
 
prepareLocationForwardReply() - Method in interface org.objectweb.jonathan.apis.protocols.ReplySession
Lets the target session write its own headers into a newly created message and returns it (location forward case)
prepareReply() - Method in interface org.objectweb.jonathan.apis.protocols.ReplySession
Lets the target session write its own headers into a newly created message and returns it (standard reply case)
prepareSystemExceptionReply() - Method in interface org.objectweb.jonathan.apis.protocols.ReplySession
Lets the target session write its own headers into a newly created message and returns it (system exception case)
preprocess() - Method in class org.objectweb.jonathan.tools.JPP
 
prev_size - Variable in class org.objectweb.david.libs.presentation.portable.PortableMarshallerFactory.PortableMarshaller
prev_size is such that prev_size + offset = the current offset in the whole message.
properties - Static variable in class org.objectweb.david.libs.binding.orbs.iiop.IIOPORB
 
put(String, Object, boolean) - Method in interface org.objectweb.david.apis.services.naming.NameServerOperations
Registers interface 'itf' under the name 'name' in the name server.
put(String, Object, boolean) - Method in class org.objectweb.david.apis.services.naming._NameServerImplBase
 
put(String, Object, boolean) - Method in class org.objectweb.david.apis.services.naming._NameServerStub
Registers interface 'itf' under the name 'name' in the name server.
put(String, Object, boolean) - Method in class org.objectweb.david.libs.services.naming.Directory
Registers interface 'itf' under the name 'name' in the name server.

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