Serialized Form


Package org.objectweb.petals.tools.rmi.common.serializable

Class org.objectweb.petals.tools.rmi.common.serializable.Fault extends NormalizedMessage implements Serializable

serialVersionUID: 1L

Class org.objectweb.petals.tools.rmi.common.serializable.MBeanNames extends java.lang.Object implements Serializable

serialVersionUID: -1832201538669181132L

Serialized Fields

domain

java.lang.String domain
the domain.

Class org.objectweb.petals.tools.rmi.common.serializable.MessageExchange extends java.lang.Object implements Serializable

serialVersionUID: -3551387L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream s)
                 throws java.io.IOException
Used to deserialize Status and Role objects.

Throws:
java.io.IOException - impossible to read object

writeObject

private void writeObject(java.io.ObjectOutputStream s)
                  throws java.io.IOException
Used to serialize Status and Role objects.

Throws:
java.io.IOException - impossible to write object
Serialized Fields

pattern

java.net.URI pattern
the pattern.


endpoint

javax.jbi.servicedesc.ServiceEndpoint endpoint
the endpoint.


error

java.lang.Exception error
the error.


exchangeId

java.lang.String exchangeId
the exchangeId.


flowAttributes

javax.jbi.messaging.FlowAttributes flowAttributes

fault

javax.jbi.messaging.Fault fault
the fault.


interfaceName

javax.xml.namespace.QName interfaceName
the interface name.


messages

java.util.Map<K,V> messages
the messages.


operation

javax.xml.namespace.QName operation
the operation name.


properties

java.util.Map<K,V> properties
the properties.


service

javax.xml.namespace.QName service
the service.


transacted

boolean transacted
verify if transaction is ok.

Class org.objectweb.petals.tools.rmi.common.serializable.NormalizedMessage extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream s)
                 throws java.io.IOException
Used to deserialize Content object.

Throws:
java.io.IOException - impossible to read object

writeObject

private void writeObject(java.io.ObjectOutputStream s)
                  throws java.io.IOException
Used to serialize Content object.

Throws:
java.io.IOException - impossible to write object
Serialized Fields

properties

java.util.Map<K,V> properties
Metadata associated with the message content. Map: property + value.


subject

javax.security.auth.Subject subject
JAAS Security Subject.

Class org.objectweb.petals.tools.rmi.common.serializable.ServiceEndpoint extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

endpointName

java.lang.String endpointName
the endpoint name.


interfaces

javax.xml.namespace.QName[] interfaces
the interfaces.


serviceName

javax.xml.namespace.QName serviceName
the service name.


Package org.objectweb.petals.tools.rmi.common.serializable.messagingtypes

Class org.objectweb.petals.tools.rmi.common.serializable.messagingtypes.InOnly extends MessageExchange implements Serializable

serialVersionUID: 7262906459887355529L

Class org.objectweb.petals.tools.rmi.common.serializable.messagingtypes.InOptionalOut extends InOut implements Serializable

serialVersionUID: -173766501634889560L

Class org.objectweb.petals.tools.rmi.common.serializable.messagingtypes.InOut extends MessageExchange implements Serializable

serialVersionUID: -5862043510976681305L

Class org.objectweb.petals.tools.rmi.common.serializable.messagingtypes.RobustInOnly extends InOnly implements Serializable

serialVersionUID: 6757693162005521753L



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