home *** CD-ROM | disk | FTP | other *** search
- package com.ms.mtx;
-
- import com.ms.com.IUnknown;
- import com.ms.com.Variant;
-
- public interface ObjectContext {
- boolean IsInTransaction();
-
- SecurityProperty getSecurity();
-
- boolean IsSecurityEnabled();
-
- Variant getItem(String var1);
-
- void SetAbort();
-
- void EnableCommit();
-
- IUnknown get_NewEnum();
-
- void SetComplete();
-
- void DisableCommit();
-
- int getCount();
-
- boolean IsCallerInRole(String var1);
-
- Variant CreateInstance(String var1);
- }
-