org.apache.camel.component.javaspace
Class OutEntry

java.lang.Object
  extended by org.apache.camel.component.javaspace.OutEntry
All Implemented Interfaces:
Serializable, net.jini.core.entry.Entry

public class OutEntry
extends Object
implements net.jini.core.entry.Entry

Specialized JavaSpace Entry for managing the request/reply pattern

Version:
See Also:
Serialized Form

Field Summary
 Boolean binary
           
 byte[] buffer
           
 String correlationId
           
 
Constructor Summary
OutEntry()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

correlationId

public String correlationId

binary

public Boolean binary

buffer

public byte[] buffer
Constructor Detail

OutEntry

public OutEntry()


Apache Camel