com.ibm.websphere.sca

Interface Ticket

All Superinterfaces:
java.io.Serializable

  1. public interface Ticket
  2. extends java.io.Serializable
Represents a correlation object that ties an SCA asynchronous request and response together. A ticket is long lived, can be persisted and re-used across threads and processes. A ticket also implements the equals and hashCode methods, which allow it to be used a a key.

Field Summary

Modifier and Type Field and Description
  1. static
  2. java.lang.String
COPYRIGHT

Field Detail

  1. static final java.lang.String COPYRIGHT
See Also: