Package com.sun.ejb.spi.sfsb.util
Interface SFSBVersionManager
-
@Contract public interface SFSBVersionManager
-
-
Field Summary
Fields Modifier and Type Field Description static longNO_VERSION
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclearRequestClientVersion()voidclearResponseClientVersion()longgetRequestClientVersion()longgetResponseClientVersion()voidremoveAll(long containerId)voidsetRequestClientVersion(long val)voidsetResponseClientVersion(long val)
-
-
-
Field Detail
-
NO_VERSION
static final long NO_VERSION
- See Also:
- Constant Field Values
-
-
Method Detail
-
getRequestClientVersion
long getRequestClientVersion()
-
setRequestClientVersion
void setRequestClientVersion(long val)
-
clearRequestClientVersion
void clearRequestClientVersion()
-
getResponseClientVersion
long getResponseClientVersion()
-
setResponseClientVersion
void setResponseClientVersion(long val)
-
clearResponseClientVersion
void clearResponseClientVersion()
-
removeAll
void removeAll(long containerId)
-
-