public interface CoordinationContextInterface (Code)
This interface hides the differences between the 2004/10 member submission and then 2006/03
OASIS versions of CoordinationContext
author: Ryan.Shoemaker@Sun.COM version: $Revision: 1.2 $ since: 1.0
getOtherAttributes() Gets the underlying map that contains attributes that aren't bound to
any typed property.
the map is keyed by the name of the attribute and
the value is the string value of the attribute.
the map returned by this method is live, and you can add new attribute
by updating the map directly.
Gets the underlying map that contains attributes that aren't bound to
any typed property.
the map is keyed by the name of the attribute and
the value is the string value of the attribute.
the map returned by this method is live, and you can add new attribute
by updating the map directly. Because of this design, there's no setter.
always non-null
Return the underlying JAXB generated coordination context type.
This will either be a (@link com.sun.xml.ws.tx.webservice.member.coord.CoordinationContext} or a
OASIS CoordinationContext.
Return the underlying JAXB generated coordination context type
Sets the value of the expires property in milliseconds.
The expires value can not be negative. Calling setExpires(0L)
unsets the underlying Expires element in the CoordinationContext.
Parameters: expires - the expires value in milliseconds