org.apache.camel.component.javaspace
Class InEntry

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

public class InEntry
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
InEntry()
           
 
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

InEntry

public InEntry()


Apache Camel