Interface IObjectLockingSupport2
-
- All Superinterfaces:
com4j.Com4jObject
- All Known Subinterfaces:
IBaseField4
public interface IObjectLockingSupport2 extends com4j.Com4jObject
For HP use. Services to support locking objects.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
getLockParams(com4j.Holder<java.lang.String> pUsername, com4j.Holder<java.lang.String> pClientMachineName)
For HP use.
-
-
-
Method Detail
-
getLockParams
void getLockParams(com4j.Holder<java.lang.String> pUsername, com4j.Holder<java.lang.String> pClientMachineName)
For HP use. Gets the user name and machine name of the locked object.
- Parameters:
pUsername
- Mandatory Holderparameter. pClientMachineName
- Mandatory Holderparameter.
-
-