|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface XidFactoryMBean
MBean interface.
Method Summary | |
---|---|
long |
extractLocalIdFrom(byte[] globalId)
Extracts the local id contained in a global id. |
String |
getBaseGlobalId()
mbean get-set pair for field BaseGlobalId Get the value of BaseGlobalId |
long |
getGlobalIdNumber()
mbean get-set pair for field globalIdNumber Get the value of globalIdNumber |
XidFactoryMBean |
getInstance()
mbean get-set pair for field instance Get the value of instance |
boolean |
isPad()
mbean get-set pair for field pad Get the value of pad |
XidImpl |
newBranch(XidImpl xid,
long branchIdNum)
Describe newBranch method here. |
XidImpl |
newXid()
Describe newXid method here. |
void |
setBaseGlobalId(String baseGlobalId)
Set the value of BaseGlobalId |
void |
setGlobalIdNumber(long globalIdNumber)
Set the value of globalIdNumber |
void |
setPad(boolean pad)
Set the value of pad |
String |
toString(Xid xid)
Describe toString method here. |
Method Detail |
---|
String getBaseGlobalId()
void setBaseGlobalId(String baseGlobalId)
BaseGlobalId
- Value to assign to BaseGlobalIdlong getGlobalIdNumber()
void setGlobalIdNumber(long globalIdNumber)
globalIdNumber
- Value to assign to globalIdNumberboolean isPad()
void setPad(boolean pad)
pad
- Value to assign to padXidFactoryMBean getInstance()
XidImpl newXid()
newXid
method here.
XidImpl
valueXidImpl newBranch(XidImpl xid, long branchIdNum)
newBranch
method here.
xid
- a XidImpl
valuebranchIdNum
- a long
value
XidImpl
valuelong extractLocalIdFrom(byte[] globalId)
globalId
- a global id
String toString(Xid xid)
toString
method here.
xid
- a Xid
value
String
value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |