A C D G I O R S

A

accept() - Method in class org.objectweb.petals.tools.rmi.server.remote.implementations.RemoteDeliveryChannelImpl
TODO accept check multi thread Blocking call used to service a MessageExchange instance which has been initiated by another component.
accept(long) - Method in class org.objectweb.petals.tools.rmi.server.remote.implementations.RemoteDeliveryChannelImpl
TODO accept check multi thread Blocking call used to service a MessageExchange instance which has been initiated by another component, within the given timeout period.
accept() - Method in interface org.objectweb.petals.tools.rmi.server.remote.interfaces.RemoteDeliveryChannel
TODO accept check multi thread Blocking call used to service a MessageExchange instance which has been initiated by another component.
accept(long) - Method in interface org.objectweb.petals.tools.rmi.server.remote.interfaces.RemoteDeliveryChannel
TODO accept check multi thread Blocking call used to service a MessageExchange instance which has been initiated by another component, within the given timeout period.
activateEndpoint(QName, QName, String) - Method in class org.objectweb.petals.tools.rmi.server.remote.implementations.RemoteComponentContextImpl
 
activateEndpoint(QName, QName, String) - Method in interface org.objectweb.petals.tools.rmi.server.remote.interfaces.RemoteComponentContext
Activates the named endpoint with the NMR.

C

close() - Method in class org.objectweb.petals.tools.rmi.server.remote.implementations.RemoteDeliveryChannelImpl
TODO close pending messages, remove endpoint entries ? Closes the delivery channel, halting all message traffic.
close() - Method in interface org.objectweb.petals.tools.rmi.server.remote.interfaces.RemoteDeliveryChannel
TODO close pending messages, remove endpoint entries ? Closes the delivery channel, halting all message traffic.
Convert - Class in org.objectweb.petals.tools.rmi.server.util
Static class that allow to convert fake client rmi object to concrete petals object and vice and versa.
convertConcreteMessageExchangeToFakeMessageExchange(MessageExchange, URI) - Static method in class org.objectweb.petals.tools.rmi.server.util.Convert
Convert a concrete message exchange to a fake message exchange.
convertException(Exception) - Static method in class org.objectweb.petals.tools.rmi.server.util.Convert
Convert an error exception to a RMI exception.
convertJBIException(JBIException) - Static method in class org.objectweb.petals.tools.rmi.server.util.Convert
Convert a concrete messaging exception to fake messaging exception.
convertMessagingException(MessagingException) - Static method in class org.objectweb.petals.tools.rmi.server.util.Convert
Convert a concrete messaging exception to fake messaging exception.
createExchange(QName, QName) - Method in class org.objectweb.petals.tools.rmi.server.remote.implementations.RemoteMessageExchangeFactoryImpl
TODO find an endpoint for this parameteters.
createExchange(URI) - Method in class org.objectweb.petals.tools.rmi.server.remote.implementations.RemoteMessageExchangeFactoryImpl
Return a MessageExchangeDecorator for Consumer, as InOnlyExchange, InOutExchange,...
createExchange(QName, QName) - Method in interface org.objectweb.petals.tools.rmi.server.remote.interfaces.RemoteMessageExchangeFactory
TODO createExchange find an endpoint for the service at the ME creation Creates a new MessageExchange instance used to initiate a service invocation.
createExchange(URI) - Method in interface org.objectweb.petals.tools.rmi.server.remote.interfaces.RemoteMessageExchangeFactory
Creates a new MessageExchange instance used to initiate a service invocation.
createExchangeFactory() - Method in class org.objectweb.petals.tools.rmi.server.remote.implementations.RemoteDeliveryChannelImpl
Create a message exchange factory.
createExchangeFactory(QName) - Method in class org.objectweb.petals.tools.rmi.server.remote.implementations.RemoteDeliveryChannelImpl
Create a message exchange factory for the given interface name.
createExchangeFactory(ServiceEndpoint) - Method in class org.objectweb.petals.tools.rmi.server.remote.implementations.RemoteDeliveryChannelImpl
Create a message exchange factory for the given endpoint.
createExchangeFactory() - Method in interface org.objectweb.petals.tools.rmi.server.remote.interfaces.RemoteDeliveryChannel
Create a message exchange factory.
createExchangeFactory(QName) - Method in interface org.objectweb.petals.tools.rmi.server.remote.interfaces.RemoteDeliveryChannel
Create a message exchange factory for the given interface name.
createExchangeFactory(ServiceEndpoint) - Method in interface org.objectweb.petals.tools.rmi.server.remote.interfaces.RemoteDeliveryChannel
Create a message exchange factory for the given endpoint.
createExchangeFactoryForService(QName) - Method in class org.objectweb.petals.tools.rmi.server.remote.implementations.RemoteDeliveryChannelImpl
Create a message exchange factory for the given service name.
createExchangeFactoryForService(QName) - Method in interface org.objectweb.petals.tools.rmi.server.remote.interfaces.RemoteDeliveryChannel
Create a message exchange factory for the given service name.
createInOnlyExchange() - Method in class org.objectweb.petals.tools.rmi.server.remote.implementations.RemoteMessageExchangeFactoryImpl
Return a MessageExchangeDecorator for Consumer, as InOnly.
createInOnlyExchange() - Method in interface org.objectweb.petals.tools.rmi.server.remote.interfaces.RemoteMessageExchangeFactory
Convenience method that creates an In-Only message exchange.
createInOptionalOutExchange() - Method in class org.objectweb.petals.tools.rmi.server.remote.implementations.RemoteMessageExchangeFactoryImpl
Return a MessageExchangeDecorator for Consumer, as InOptionalOut.
createInOptionalOutExchange() - Method in interface org.objectweb.petals.tools.rmi.server.remote.interfaces.RemoteMessageExchangeFactory
Convenience method that creates an In-Optional-Out message exchange.
createInOutExchange() - Method in class org.objectweb.petals.tools.rmi.server.remote.implementations.RemoteMessageExchangeFactoryImpl
Return a MessageExchangeDecorator for Consumer, as InOut.
createInOutExchange() - Method in interface org.objectweb.petals.tools.rmi.server.remote.interfaces.RemoteMessageExchangeFactory
Convenience method that creates an In Out message exchange.
createRobustInOnlyExchange() - Method in class org.objectweb.petals.tools.rmi.server.remote.implementations.RemoteMessageExchangeFactoryImpl
Return a MessageExchangeDecorator for Consumer, as RobustInOnly.
createRobustInOnlyExchange() - Method in interface org.objectweb.petals.tools.rmi.server.remote.interfaces.RemoteMessageExchangeFactory
Convenience method that creates a Robust-In-Only message exchange.

D

deactivateEndpoint(ServiceEndpoint) - Method in class org.objectweb.petals.tools.rmi.server.remote.implementations.RemoteComponentContextImpl
 
deactivateEndpoint(ServiceEndpoint) - Method in interface org.objectweb.petals.tools.rmi.server.remote.interfaces.RemoteComponentContext
Deactivates the given endpoint with the NMR.
deregisterExternalEndpoint(ServiceEndpoint) - Method in class org.objectweb.petals.tools.rmi.server.remote.implementations.RemoteComponentContextImpl
 
deregisterExternalEndpoint(ServiceEndpoint) - Method in interface org.objectweb.petals.tools.rmi.server.remote.interfaces.RemoteComponentContext
Deregisters the given external endpoint with the NMR.

G

getComponentName() - Method in class org.objectweb.petals.tools.rmi.server.remote.implementations.RemoteComponentContextImpl
 
getComponentName() - Method in interface org.objectweb.petals.tools.rmi.server.remote.interfaces.RemoteComponentContext
Get the unique component name of this component, as assigned by the identification section of this component's installation descriptor.
getDeliveryChannel() - Method in class org.objectweb.petals.tools.rmi.server.remote.implementations.RemoteComponentContextImpl
 
getDeliveryChannel() - Method in interface org.objectweb.petals.tools.rmi.server.remote.interfaces.RemoteComponentContext
Get a channel for this component to use to communicate with the Normalized Message Router.
getEndpoint(QName, String) - Method in class org.objectweb.petals.tools.rmi.server.remote.implementations.RemoteComponentContextImpl
 
getEndpoint(QName, String) - Method in interface org.objectweb.petals.tools.rmi.server.remote.interfaces.RemoteComponentContext
Get the service endpoint for the named activated endpoint, if any.
getEndpointDescriptor(ServiceEndpoint) - Method in class org.objectweb.petals.tools.rmi.server.remote.implementations.RemoteComponentContextImpl
 
getEndpointDescriptor(ServiceEndpoint) - Method in interface org.objectweb.petals.tools.rmi.server.remote.interfaces.RemoteComponentContext
TODO getEndpointDescriptor works only with implementation InternalEndpoint Retrieve the service description metadata for the specified endpoint.
getEndpoints(QName) - Method in class org.objectweb.petals.tools.rmi.server.remote.implementations.RemoteComponentContextImpl
 
getEndpoints(QName) - Method in interface org.objectweb.petals.tools.rmi.server.remote.interfaces.RemoteComponentContext
Queries the NMR for active endpoints that implement the given interface.
getEndpointsForService(QName) - Method in class org.objectweb.petals.tools.rmi.server.remote.implementations.RemoteComponentContextImpl
 
getEndpointsForService(QName) - Method in interface org.objectweb.petals.tools.rmi.server.remote.interfaces.RemoteComponentContext
Queries the NMR for active endpoints belonging to the given service.
getExternalEndpoints(QName) - Method in class org.objectweb.petals.tools.rmi.server.remote.implementations.RemoteComponentContextImpl
 
getExternalEndpoints(QName) - Method in interface org.objectweb.petals.tools.rmi.server.remote.interfaces.RemoteComponentContext
Queries the NMR for external endpoints that implement the given interface name.
getExternalEndpointsForService(QName) - Method in class org.objectweb.petals.tools.rmi.server.remote.implementations.RemoteComponentContextImpl
 
getExternalEndpointsForService(QName) - Method in interface org.objectweb.petals.tools.rmi.server.remote.interfaces.RemoteComponentContext
Queries the NMR for external endpoints that are part of the given service.
getInstallRoot() - Method in class org.objectweb.petals.tools.rmi.server.remote.implementations.RemoteComponentContextImpl
 
getInstallRoot() - Method in interface org.objectweb.petals.tools.rmi.server.remote.interfaces.RemoteComponentContext
Get the installation root directory path for this component.
getLogger(String, String) - Method in class org.objectweb.petals.tools.rmi.server.remote.implementations.RemoteComponentContextImpl
 
getLogger(String, String) - Method in interface org.objectweb.petals.tools.rmi.server.remote.interfaces.RemoteComponentContext
TODO getLogger return a simple Logger, not integrated to the platform Get a logger instance from JBI.
getMBeanNames() - Method in class org.objectweb.petals.tools.rmi.server.remote.implementations.RemoteComponentContextImpl
 
getMBeanNames() - Method in interface org.objectweb.petals.tools.rmi.server.remote.interfaces.RemoteComponentContext
Get a reference to the MBeanNames creator for use in creating custom MBean names.
getMBeanServer() - Method in class org.objectweb.petals.tools.rmi.server.remote.implementations.RemoteComponentContextImpl
 
getMBeanServer() - Method in interface org.objectweb.petals.tools.rmi.server.remote.interfaces.RemoteComponentContext
Get the JMX MBean server used to register all MBeans in the JBI environment.
getNamingContext() - Method in class org.objectweb.petals.tools.rmi.server.remote.implementations.RemoteComponentContextImpl
 
getNamingContext() - Method in interface org.objectweb.petals.tools.rmi.server.remote.interfaces.RemoteComponentContext
TODO getNamingContext not integrated Get the JNDI naming context for this component.
getOwnedEndpointDescriptor(String) - Method in class org.objectweb.petals.tools.rmi.server.remote.implementations.RemoteComponentContextImpl
Get the generated WSDL matching the endpoint activated from the component.
getTransactionManager() - Method in class org.objectweb.petals.tools.rmi.server.remote.implementations.RemoteComponentContextImpl
 
getTransactionManager() - Method in interface org.objectweb.petals.tools.rmi.server.remote.interfaces.RemoteComponentContext
TODO getTransactionManager not integrated Get the TransactionManager for this implementation.
getWorkspaceRoot() - Method in class org.objectweb.petals.tools.rmi.server.remote.implementations.RemoteComponentContextImpl
 
getWorkspaceRoot() - Method in interface org.objectweb.petals.tools.rmi.server.remote.interfaces.RemoteComponentContext
Get the root directory path for this component's private workspace.

I

IN_MSG - Static variable in class org.objectweb.petals.tools.rmi.server.util.Convert
IN_MSG.
IN_ONLY_PATTERN - Static variable in class org.objectweb.petals.tools.rmi.server.util.Convert
inOnly pattern.
IN_OPTIONAL_OUT_PATTERN - Static variable in class org.objectweb.petals.tools.rmi.server.util.Convert
inOptionalOut pattern.
IN_OUT_PATTERN - Static variable in class org.objectweb.petals.tools.rmi.server.util.Convert
inOut pattern.

O

org.objectweb.petals.tools.rmi.server.remote.implementations - package org.objectweb.petals.tools.rmi.server.remote.implementations
 
org.objectweb.petals.tools.rmi.server.remote.interfaces - package org.objectweb.petals.tools.rmi.server.remote.interfaces
 
org.objectweb.petals.tools.rmi.server.util - package org.objectweb.petals.tools.rmi.server.util
 
OUT_MSG - Static variable in class org.objectweb.petals.tools.rmi.server.util.Convert
OUT_MSG.

R

registerExternalEndpoint(ServiceEndpoint) - Method in class org.objectweb.petals.tools.rmi.server.remote.implementations.RemoteComponentContextImpl
 
registerExternalEndpoint(ServiceEndpoint) - Method in interface org.objectweb.petals.tools.rmi.server.remote.interfaces.RemoteComponentContext
Registers the given external endpoint with the NMR.
RemoteComponentContext - Interface in org.objectweb.petals.tools.rmi.server.remote.interfaces
the Component context interface.
RemoteComponentContextImpl - Class in org.objectweb.petals.tools.rmi.server.remote.implementations
The RMI implementation of component context.
RemoteComponentContextImpl(ComponentContext, RemoteDeliveryChannel) - Constructor for class org.objectweb.petals.tools.rmi.server.remote.implementations.RemoteComponentContextImpl
the constructor.
RemoteDeliveryChannel - Interface in org.objectweb.petals.tools.rmi.server.remote.interfaces
The delivery channel interface.
RemoteDeliveryChannelImpl - Class in org.objectweb.petals.tools.rmi.server.remote.implementations
The rmi implmentation of delivery channel.
RemoteDeliveryChannelImpl(DeliveryChannel, ComponentContext, Map<String, MessageExchange>, Logger) - Constructor for class org.objectweb.petals.tools.rmi.server.remote.implementations.RemoteDeliveryChannelImpl
the constructor.
RemoteMessageExchangeFactory - Interface in org.objectweb.petals.tools.rmi.server.remote.interfaces
the rmi interface of MessageExchangeFactory.
RemoteMessageExchangeFactoryImpl - Class in org.objectweb.petals.tools.rmi.server.remote.implementations
the RMI Message Exchange Factory.
RemoteMessageExchangeFactoryImpl(Map<String, MessageExchange>, MessageExchangeFactory) - Constructor for class org.objectweb.petals.tools.rmi.server.remote.implementations.RemoteMessageExchangeFactoryImpl
the constructor.
resolveEndpointReference(DocumentFragment) - Method in class org.objectweb.petals.tools.rmi.server.remote.implementations.RemoteComponentContextImpl
 
resolveEndpointReference(DocumentFragment) - Method in interface org.objectweb.petals.tools.rmi.server.remote.interfaces.RemoteComponentContext
Resolve the given endpoint reference into a service endpoint.
ROBUST_IN_ONLY_PATTERN - Static variable in class org.objectweb.petals.tools.rmi.server.util.Convert
RobustInOnly pattern.

S

send(MessageExchange) - Method in class org.objectweb.petals.tools.rmi.server.remote.implementations.RemoteDeliveryChannelImpl
TODO send resolve jbi logical endpoint Routes a MessageExchange instance through the Normalized Message Router to the appropriate servicing component.
send(MessageExchange) - Method in interface org.objectweb.petals.tools.rmi.server.remote.interfaces.RemoteDeliveryChannel
TODO send resolve jbi logical endpoint Routes a MessageExchange instance through the Normalized Message Router to the appropriate servicing component.
sendSync(MessageExchange) - Method in class org.objectweb.petals.tools.rmi.server.remote.implementations.RemoteDeliveryChannelImpl
TODO sendSync check multithread The RMI interface of sendSync return a message exchange.
sendSync(MessageExchange, long) - Method in class org.objectweb.petals.tools.rmi.server.remote.implementations.RemoteDeliveryChannelImpl
TODO sendSync check multithread The RMI interface of sendSync return a message exchange.
sendSync(MessageExchange) - Method in interface org.objectweb.petals.tools.rmi.server.remote.interfaces.RemoteDeliveryChannel
TODO sendSync check multithread The RMI interface of sendSync return a message exchange.
sendSync(MessageExchange, long) - Method in interface org.objectweb.petals.tools.rmi.server.remote.interfaces.RemoteDeliveryChannel
TODO sendSync check multithread The RMI interface of sendSync return a message exchange.
setConcreteValueMEToFakeValueME(ComponentContext, MessageExchange, MessageExchange) - Static method in class org.objectweb.petals.tools.rmi.server.util.Convert
Set Concrete Value of Message Exchange in fake message exchange.
setFakeValueMEToConcreteValueME(ComponentContext, MessageExchange, MessageExchange) - Static method in class org.objectweb.petals.tools.rmi.server.util.Convert
Set Fake Value of Message Exchange in concrete message exchange.

A C D G I O R S

Copyright © 2005-2011 Petals Link (EBM Websourcing). All Rights Reserved.