com.moesol.bindings.microsoft.dao
Class Container.Jni

java.lang.Object
  extended by com.moesol.bindings.platform_sdk.component_services.IUnknown.Jni
      extended by com.moesol.bindings.platform_sdk.component_services.IDispatch.Jni
          extended by com.moesol.bindings.microsoft.dao._DAO.Jni
              extended by com.moesol.bindings.microsoft.dao.Container.Jni
All Implemented Interfaces:
_DAO, Container, IDispatch, IUnknown
Enclosing interface:
Container

public static class Container.Jni
extends _DAO.Jni
implements Container

Implementation, Java to COM.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.moesol.bindings.platform_sdk.component_services.IDispatch.Jni
IDispatch.Jni.MoeSolInternal
 
Nested classes/interfaces inherited from interface com.moesol.bindings.microsoft.dao.Container
Container.Disp, Container.Jni
 
Field Summary
 
Fields inherited from interface com.moesol.bindings.microsoft.dao.Container
IID, TYPELIB
 
Fields inherited from interface com.moesol.bindings.platform_sdk.component_services.IDispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF
 
Constructor Summary
protected Container.Jni()
           
 
Method Summary
 int getAllPermissions()
          IDL: [ helpstring("") ]
 Documents getDocuments()
          IDL: [ helpstring("") ]
 boolean getInherit()
          IDL: [ helpstring("") ]
 String getName()
          IDL: [ helpstring("") ]
 String getOwner()
          IDL: [ helpstring("") ]
 int getPermissions()
          IDL: [ helpstring("") ]
 String getUserName()
          IDL: [ helpstring("") ]
protected  void internalOnSetInterface()
          Template method to setup apartment thread checking.
 void setInherit(boolean p0)
          IDL: [ helpstring("") ]
 void setOwner(String p0)
          IDL: [ helpstring("") ]
 void setPermissions(int p0)
          IDL: [ helpstring("") ]
 void setUserName(String p0)
          IDL: [ helpstring("") ]
 
Methods inherited from class com.moesol.bindings.microsoft.dao._DAO.Jni
getProperties
 
Methods inherited from class com.moesol.bindings.platform_sdk.component_services.IDispatch.Jni
Invoke
 
Methods inherited from class com.moesol.bindings.platform_sdk.component_services.IUnknown.Jni
equals, finalize, hashCode, QueryInterface, QueryInterface, Release, toString
 
Methods inherited from class java.lang.Object
clone, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.moesol.bindings.microsoft.dao._DAO
getProperties
 
Methods inherited from interface com.moesol.bindings.platform_sdk.component_services.IUnknown
QueryInterface, QueryInterface, Release
 

Constructor Detail

Container.Jni

protected Container.Jni()
Method Detail

internalOnSetInterface

protected void internalOnSetInterface()
Description copied from class: IUnknown.Jni
Template method to setup apartment thread checking. Call: MoeSolInternal.recordApartment(this) to setup apartment thread checking.

Overrides:
internalOnSetInterface in class _DAO.Jni

getName

public String getName()
Description copied from interface: Container
IDL: [ helpstring("") ]

Specified by:
getName in interface Container
Returns:
IDL: [out] [retval] BSTR*

getOwner

public String getOwner()
Description copied from interface: Container
IDL: [ helpstring("") ]

Specified by:
getOwner in interface Container
Returns:
IDL: [out] [retval] BSTR*

setOwner

public void setOwner(String p0)
Description copied from interface: Container
IDL: [ helpstring("") ]

Specified by:
setOwner in interface Container
Parameters:
p0 - IDL: [in] BSTR

getUserName

public String getUserName()
Description copied from interface: Container
IDL: [ helpstring("") ]

Specified by:
getUserName in interface Container
Returns:
IDL: [out] [retval] BSTR*

setUserName

public void setUserName(String p0)
Description copied from interface: Container
IDL: [ helpstring("") ]

Specified by:
setUserName in interface Container
Parameters:
p0 - IDL: [in] BSTR

getPermissions

public int getPermissions()
Description copied from interface: Container
IDL: [ helpstring("") ]

Specified by:
getPermissions in interface Container
Returns:
IDL: [out] [retval] LONG*

setPermissions

public void setPermissions(int p0)
Description copied from interface: Container
IDL: [ helpstring("") ]

Specified by:
setPermissions in interface Container
Parameters:
p0 - IDL: [in] LONG

getInherit

public boolean getInherit()
Description copied from interface: Container
IDL: [ helpstring("") ]

Specified by:
getInherit in interface Container
Returns:
IDL: [out] [retval] VARIANT_BOOL*

setInherit

public void setInherit(boolean p0)
Description copied from interface: Container
IDL: [ helpstring("") ]

Specified by:
setInherit in interface Container
Parameters:
p0 - IDL: [in] VARIANT_BOOL

getDocuments

public Documents getDocuments()
Description copied from interface: Container
IDL: [ helpstring("") ]

Specified by:
getDocuments in interface Container
Returns:
IDL: [out] [retval] Documents**

getAllPermissions

public int getAllPermissions()
Description copied from interface: Container
IDL: [ helpstring("") ]

Specified by:
getAllPermissions in interface Container
Returns:
IDL: [out] [retval] LONG*


Copyright © 2004 Moebius Solutions, Inc. All Rights Reserved.