| |
|
| org.jboss.tm.XidFactoryMBean
All known Subclasses: org.jboss.tm.XidFactory,
XidFactoryMBean | public interface XidFactoryMBean (Code) | | MBean interface.
|
extractLocalIdFrom | long extractLocalIdFrom(byte[] globalId)(Code) | | Extracts the local id contained in a global id.
Parameters: globalId - a global id the local id extracted from the global id |
getBaseGlobalId | java.lang.String getBaseGlobalId()(Code) | | mbean get-set pair for field BaseGlobalId Get the value of BaseGlobalId
value of BaseGlobalId |
getGlobalIdNumber | long getGlobalIdNumber()(Code) | | mbean get-set pair for field globalIdNumber Get the value of globalIdNumber
value of globalIdNumber |
isPad | boolean isPad()(Code) | | mbean get-set pair for field pad Get the value of pad
value of pad |
setBaseGlobalId | void setBaseGlobalId(java.lang.String baseGlobalId)(Code) | | Set the value of BaseGlobalId
Parameters: BaseGlobalId - Value to assign to BaseGlobalId |
setGlobalIdNumber | void setGlobalIdNumber(long globalIdNumber)(Code) | | Set the value of globalIdNumber
Parameters: globalIdNumber - Value to assign to globalIdNumber |
setPad | void setPad(boolean pad)(Code) | | Set the value of pad
Parameters: pad - Value to assign to pad |
|
|
|