FRAMES2API
Interface F2EnumerateInterface

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
F2Enumerate, F2Enumerate_Stub, F2EnumerateDebug, F2EnumerateDebug_Stub

public interface F2EnumerateInterface
extends java.rmi.Remote


Method Summary
 int EnumApplicableModules(long enumHandle, long iconHandle, java.lang.String delimiter, java.lang.String mdomain, java.lang.String mgroup, java.lang.String msubgrp)
           
 int EnumApplicableViewers(long enumHandle, long iconHandle, java.lang.String delimiter, java.lang.String mdomain, java.lang.String mgroup, java.lang.String msubgrp)
           
 int EnumClasses(long enumHandle, long domainHandle)
           
 int EnumClassModules(long enumHandle, java.lang.String mclass)
           
 void EnumClose(long enumHandle)
           
 int EnumCount(long enumHandle)
           
 int EnumDataSets(long enumHandle)
           
 int EnumDictionaries(long enumHandle)
           
 int EnumDictionariesByPrivilege(long enumHandle, int privilege)
           
 int EnumDictionaryVariables(long enumHandle, long dictionaryHandle)
           
 int EnumDomainDictionaries(long enumHandle, long domainHandle)
           
 int EnumDomainDictionariesByPriv(long enumHandle, long domainHandle, int privilege)
           
 int EnumDomainModules(long enumHandle, long domainHandle, java.lang.String moduleClass)
           
 int EnumDomainNodeModules(long enumHandle, long nodeHandle)
           
 int EnumDomains(long enumHandle)
           
 int EnumFileList(long enumHandle, java.lang.String filetype, java.lang.String delimiter)
           
 int EnumFindHandle(long enumHandle, long handleHandle)
           
 int EnumFindString(long enumHandle, java.lang.String key)
           
 long EnumGetCurrentHandle(long enumHandle)
           
 java.lang.String EnumGetCurrentString(long enumHandle)
           
 long EnumGetHandle(long enumHandle, java.lang.String key)
           
 long EnumGetHandleAtIndex(long enumHandle, int indexIndex)
           
 long EnumGetNextHandle(long enumHandle)
           
 java.lang.String EnumGetNextString(long enumHandle)
           
 java.lang.String EnumGetString(long enumHandle, long handleHandle)
           
 java.lang.String EnumGetStringAtIndex(long enumHandle, int indexIndex)
           
 int EnumGroupModules(long enumHandle, long domainHandle, long classHandle, long groupHandle)
           
 int EnumGroups(long enumHandle, long domainHandle, long classHandle)
           
 int EnumHasNext(long enumHandle)
           
 int EnumIconOutputDataSets(long enumHandle, long iconHandle)
           
 int EnumIcons(long enumHandle)
           
 int EnumIconUIDataSets(long enumHandle, long iconHandle)
           
 int EnumInputDataSets(long enumHandle, long iconHandle)
           
 int EnumInputDictionaryDataSets(long enumHandle, long iconHandle, long dictionaryHandle)
           
 int EnumInputIconDataSets(long enumHandle, long fromIconHandle, long toIconHandle)
           
 int EnumInputIconDictionaries(long enumHandle, long fromIconHandle, long toIconHandle)
           
 int EnumInputIcons(long enumHandle, long toIconHandle)
           
 int EnumMeasures(long enumHandle)
           
 int EnumModuleDictionaries(long enumHandle, long moduleHandle)
           
 int EnumModules(long enumHandle)
           
 int EnumModuleSchemes(long enumHandle, long moduleHandle)
           
 int EnumModuleVariables(long enumHandle, long moduleHandle)
           
 void EnumMoveFirst(long enumHandle)
           
 long EnumOpen(int PID)
           
 int EnumOutputDataSets(long enumHandle, long iconHandle)
           
 int EnumOutputDictionaryDataSets(long enumHandle, long iconHandle, long dictionaryHandle)
           
 int EnumOutputIconDataSets(long enumHandle, long fromIconHandle, long toIconHandle)
           
 int EnumOutputIconDictionaries(long enumHandle, long fromIconHandle, long toIconHandle)
           
 int EnumOutputIcons(long enumHandle, long fromIconHandle)
           
 int EnumProcessErrors(long enumHandle)
           
 int EnumProcessWarnings(long enumHandle)
           
 int EnumSchemeInputDictionaries(long enumHandle, long schemeHandle)
           
 int EnumSchemeOutputDictionaries(long enumHandle, long schemeHandle)
           
 int EnumSimulations(long enumHandle)
           
 int EnumSubGroupModules(long enumHandle, long domainHandle, long classHandle, long groupHandle, long subgroupHandle)
           
 int EnumSubGroups(long enumHandle, long domainHandle, long classHandle, long groupHandle)
           
 int EnumUnitsOfMeasure(long enumHandle, long measureHandle)
           
 int EnumVariableIndices(long enumHandle, long dictionaryHandle, long variableHandle)
           
 int F2EnumClasses(long enumHandle, long domainHandle)
           
 void F2EnumClose(long enumHandle)
           
 int F2EnumCount(long enumHandle)
           
 int F2EnumDataSets(long enumHandle)
           
 int F2EnumDictionaries(long enumHandle)
           
 int F2EnumDictionaryVariables(long enumHandle, long dictionaryHandle)
           
 int F2EnumDomainModules(long enumHandle, long domainHandle, java.lang.String moduleClass)
           
 int F2EnumDomains(long enumHandle)
           
 int F2EnumFindHandle(long enumHandle, long handleHandle)
           
 int F2EnumFindString(long enumHandle, java.lang.String key)
           
 long F2EnumGetCurrentHandle(long enumHandle)
           
 java.lang.String F2EnumGetCurrentString(long enumHandle)
           
 long F2EnumGetHandle(long enumHandle, java.lang.String key)
           
 long F2EnumGetHandleAtIndex(long enumHandle, int indexIndex)
           
 long F2EnumGetNextHandle(long enumHandle)
           
 java.lang.String F2EnumGetNextString(long enumHandle)
           
 java.lang.String F2EnumGetString(long enumHandle, long handleHandle)
           
 java.lang.String F2EnumGetStringAtIndex(long enumHandle, int indexIndex)
           
 int F2EnumGroupModules(long enumHandle, long domainHandle, long classHandle, long groupHandle)
           
 int F2EnumGroups(long enumHandle, long domainHandle, long classHandle)
           
 int F2EnumHasNext(long enumHandle)
           
 int F2EnumInputDataSets(long enumHandle, long iconHandle)
           
 int F2EnumInputDictionaryDataSets(long enumHandle, long iconHandle, long dictionaryHandle)
           
 int F2EnumInputIconDataSets(long enumHandle, long fromIconHandle, long toIconHandle)
           
 int F2EnumInputIconDictionaries(long enumHandle, long fromIconHandle, long toIconHandle)
           
 int F2EnumInputIcons(long enumHandle, long toIconHandle)
           
 int F2EnumMeasures(long enumHandle)
           
 int F2EnumModuleSchemes(long enumHandle, long moduleHandle)
           
 int F2EnumModuleVariables(long enumHandle, long moduleHandle)
           
 void F2EnumMoveFirst(long enumHandle)
           
 long F2EnumOpen(int PID)
           
 int F2EnumOutputDataSets(long enumHandle, long iconHandle)
           
 int F2EnumOutputDictionaryDataSets(long enumHandle, long iconHandle, long dictionaryHandle)
           
 int F2EnumOutputIconDataSets(long enumHandle, long fromIconHandle, long toIconHandle)
           
 int F2EnumOutputIconDictionaries(long enumHandle, long fromIconHandle, long toIconHandle)
           
 int F2EnumOutputIcons(long enumHandle, long fromIconHandle)
           
 int F2EnumSchemeInputDictionaries(long enumHandle, long schemeHandle)
           
 int F2EnumSchemeOutputDictionaries(long enumHandle, long schemeHandle)
           
 int F2EnumSubGroupModules(long enumHandle, long domainHandle, long classHandle, long groupHandle, long subgroupHandle)
           
 int F2EnumSubGroups(long enumHandle, long domainHandle, long classHandle, long groupHandle)
           
 int F2EnumUnitsOfMeasure(long enumHandle, long measureHandle)
           
 int F2EnumVariableIndices(long enumHandle, long dictionaryHandle, long variableHandle)
           
 

Method Detail

F2EnumOpen

long F2EnumOpen(int PID)
                throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

F2EnumCount

int F2EnumCount(long enumHandle)
                throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

F2EnumHasNext

int F2EnumHasNext(long enumHandle)
                  throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

F2EnumGetNextHandle

long F2EnumGetNextHandle(long enumHandle)
                         throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

F2EnumGetNextString

java.lang.String F2EnumGetNextString(long enumHandle)
                                     throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

F2EnumGetCurrentHandle

long F2EnumGetCurrentHandle(long enumHandle)
                            throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

F2EnumGetCurrentString

java.lang.String F2EnumGetCurrentString(long enumHandle)
                                        throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

F2EnumMoveFirst

void F2EnumMoveFirst(long enumHandle)
                     throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

F2EnumGetHandleAtIndex

long F2EnumGetHandleAtIndex(long enumHandle,
                            int indexIndex)
                            throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

F2EnumGetStringAtIndex

java.lang.String F2EnumGetStringAtIndex(long enumHandle,
                                        int indexIndex)
                                        throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

F2EnumFindString

int F2EnumFindString(long enumHandle,
                     java.lang.String key)
                     throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

F2EnumFindHandle

int F2EnumFindHandle(long enumHandle,
                     long handleHandle)
                     throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

F2EnumGetHandle

long F2EnumGetHandle(long enumHandle,
                     java.lang.String key)
                     throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

F2EnumGetString

java.lang.String F2EnumGetString(long enumHandle,
                                 long handleHandle)
                                 throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

F2EnumClose

void F2EnumClose(long enumHandle)
                 throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

F2EnumMeasures

int F2EnumMeasures(long enumHandle)
                   throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

F2EnumUnitsOfMeasure

int F2EnumUnitsOfMeasure(long enumHandle,
                         long measureHandle)
                         throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

F2EnumDictionaries

int F2EnumDictionaries(long enumHandle)
                       throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

F2EnumDictionaryVariables

int F2EnumDictionaryVariables(long enumHandle,
                              long dictionaryHandle)
                              throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

F2EnumVariableIndices

int F2EnumVariableIndices(long enumHandle,
                          long dictionaryHandle,
                          long variableHandle)
                          throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

F2EnumModuleVariables

int F2EnumModuleVariables(long enumHandle,
                          long moduleHandle)
                          throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

F2EnumModuleSchemes

int F2EnumModuleSchemes(long enumHandle,
                        long moduleHandle)
                        throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

F2EnumSchemeInputDictionaries

int F2EnumSchemeInputDictionaries(long enumHandle,
                                  long schemeHandle)
                                  throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

F2EnumSchemeOutputDictionaries

int F2EnumSchemeOutputDictionaries(long enumHandle,
                                   long schemeHandle)
                                   throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

F2EnumDomains

int F2EnumDomains(long enumHandle)
                  throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

F2EnumClasses

int F2EnumClasses(long enumHandle,
                  long domainHandle)
                  throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

F2EnumGroups

int F2EnumGroups(long enumHandle,
                 long domainHandle,
                 long classHandle)
                 throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

F2EnumSubGroups

int F2EnumSubGroups(long enumHandle,
                    long domainHandle,
                    long classHandle,
                    long groupHandle)
                    throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

EnumDomainDictionaries

int EnumDomainDictionaries(long enumHandle,
                           long domainHandle)
                           throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

EnumDomainDictionariesByPriv

int EnumDomainDictionariesByPriv(long enumHandle,
                                 long domainHandle,
                                 int privilege)
                                 throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

EnumModules

int EnumModules(long enumHandle)
                throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

EnumClassModules

int EnumClassModules(long enumHandle,
                     java.lang.String mclass)
                     throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

F2EnumDomainModules

int F2EnumDomainModules(long enumHandle,
                        long domainHandle,
                        java.lang.String moduleClass)
                        throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

F2EnumGroupModules

int F2EnumGroupModules(long enumHandle,
                       long domainHandle,
                       long classHandle,
                       long groupHandle)
                       throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

F2EnumSubGroupModules

int F2EnumSubGroupModules(long enumHandle,
                          long domainHandle,
                          long classHandle,
                          long groupHandle,
                          long subgroupHandle)
                          throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

F2EnumDataSets

int F2EnumDataSets(long enumHandle)
                   throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

F2EnumInputIcons

int F2EnumInputIcons(long enumHandle,
                     long toIconHandle)
                     throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

F2EnumOutputIcons

int F2EnumOutputIcons(long enumHandle,
                      long fromIconHandle)
                      throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

F2EnumInputIconDataSets

int F2EnumInputIconDataSets(long enumHandle,
                            long fromIconHandle,
                            long toIconHandle)
                            throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

F2EnumOutputIconDataSets

int F2EnumOutputIconDataSets(long enumHandle,
                             long fromIconHandle,
                             long toIconHandle)
                             throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

F2EnumInputDataSets

int F2EnumInputDataSets(long enumHandle,
                        long iconHandle)
                        throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

F2EnumOutputDataSets

int F2EnumOutputDataSets(long enumHandle,
                         long iconHandle)
                         throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

F2EnumInputDictionaryDataSets

int F2EnumInputDictionaryDataSets(long enumHandle,
                                  long iconHandle,
                                  long dictionaryHandle)
                                  throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

F2EnumOutputDictionaryDataSets

int F2EnumOutputDictionaryDataSets(long enumHandle,
                                   long iconHandle,
                                   long dictionaryHandle)
                                   throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

F2EnumInputIconDictionaries

int F2EnumInputIconDictionaries(long enumHandle,
                                long fromIconHandle,
                                long toIconHandle)
                                throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

F2EnumOutputIconDictionaries

int F2EnumOutputIconDictionaries(long enumHandle,
                                 long fromIconHandle,
                                 long toIconHandle)
                                 throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

EnumSimulations

int EnumSimulations(long enumHandle)
                    throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

EnumIcons

int EnumIcons(long enumHandle)
              throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

EnumProcessErrors

int EnumProcessErrors(long enumHandle)
                      throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

EnumProcessWarnings

int EnumProcessWarnings(long enumHandle)
                        throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

EnumDomainNodeModules

int EnumDomainNodeModules(long enumHandle,
                          long nodeHandle)
                          throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

EnumFileList

int EnumFileList(long enumHandle,
                 java.lang.String filetype,
                 java.lang.String delimiter)
                 throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

EnumOpen

long EnumOpen(int PID)
              throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

EnumCount

int EnumCount(long enumHandle)
              throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

EnumHasNext

int EnumHasNext(long enumHandle)
                throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

EnumGetNextHandle

long EnumGetNextHandle(long enumHandle)
                       throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

EnumGetNextString

java.lang.String EnumGetNextString(long enumHandle)
                                   throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

EnumGetCurrentHandle

long EnumGetCurrentHandle(long enumHandle)
                          throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

EnumGetCurrentString

java.lang.String EnumGetCurrentString(long enumHandle)
                                      throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

EnumMoveFirst

void EnumMoveFirst(long enumHandle)
                   throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

EnumGetHandleAtIndex

long EnumGetHandleAtIndex(long enumHandle,
                          int indexIndex)
                          throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

EnumGetStringAtIndex

java.lang.String EnumGetStringAtIndex(long enumHandle,
                                      int indexIndex)
                                      throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

EnumFindString

int EnumFindString(long enumHandle,
                   java.lang.String key)
                   throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

EnumFindHandle

int EnumFindHandle(long enumHandle,
                   long handleHandle)
                   throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

EnumGetHandle

long EnumGetHandle(long enumHandle,
                   java.lang.String key)
                   throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

EnumGetString

java.lang.String EnumGetString(long enumHandle,
                               long handleHandle)
                               throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

EnumClose

void EnumClose(long enumHandle)
               throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

EnumMeasures

int EnumMeasures(long enumHandle)
                 throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

EnumUnitsOfMeasure

int EnumUnitsOfMeasure(long enumHandle,
                       long measureHandle)
                       throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

EnumDictionaries

int EnumDictionaries(long enumHandle)
                     throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

EnumDictionariesByPrivilege

int EnumDictionariesByPrivilege(long enumHandle,
                                int privilege)
                                throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

EnumDictionaryVariables

int EnumDictionaryVariables(long enumHandle,
                            long dictionaryHandle)
                            throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

EnumVariableIndices

int EnumVariableIndices(long enumHandle,
                        long dictionaryHandle,
                        long variableHandle)
                        throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

EnumModuleVariables

int EnumModuleVariables(long enumHandle,
                        long moduleHandle)
                        throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

EnumModuleDictionaries

int EnumModuleDictionaries(long enumHandle,
                           long moduleHandle)
                           throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

EnumModuleSchemes

int EnumModuleSchemes(long enumHandle,
                      long moduleHandle)
                      throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

EnumSchemeInputDictionaries

int EnumSchemeInputDictionaries(long enumHandle,
                                long schemeHandle)
                                throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

EnumSchemeOutputDictionaries

int EnumSchemeOutputDictionaries(long enumHandle,
                                 long schemeHandle)
                                 throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

EnumDomains

int EnumDomains(long enumHandle)
                throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

EnumClasses

int EnumClasses(long enumHandle,
                long domainHandle)
                throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

EnumGroups

int EnumGroups(long enumHandle,
               long domainHandle,
               long classHandle)
               throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

EnumSubGroups

int EnumSubGroups(long enumHandle,
                  long domainHandle,
                  long classHandle,
                  long groupHandle)
                  throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

EnumDomainModules

int EnumDomainModules(long enumHandle,
                      long domainHandle,
                      java.lang.String moduleClass)
                      throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

EnumGroupModules

int EnumGroupModules(long enumHandle,
                     long domainHandle,
                     long classHandle,
                     long groupHandle)
                     throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

EnumSubGroupModules

int EnumSubGroupModules(long enumHandle,
                        long domainHandle,
                        long classHandle,
                        long groupHandle,
                        long subgroupHandle)
                        throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

EnumDataSets

int EnumDataSets(long enumHandle)
                 throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

EnumInputIcons

int EnumInputIcons(long enumHandle,
                   long toIconHandle)
                   throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

EnumOutputIcons

int EnumOutputIcons(long enumHandle,
                    long fromIconHandle)
                    throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

EnumInputIconDataSets

int EnumInputIconDataSets(long enumHandle,
                          long fromIconHandle,
                          long toIconHandle)
                          throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

EnumOutputIconDataSets

int EnumOutputIconDataSets(long enumHandle,
                           long fromIconHandle,
                           long toIconHandle)
                           throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

EnumInputDataSets

int EnumInputDataSets(long enumHandle,
                      long iconHandle)
                      throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

EnumOutputDataSets

int EnumOutputDataSets(long enumHandle,
                       long iconHandle)
                       throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

EnumInputDictionaryDataSets

int EnumInputDictionaryDataSets(long enumHandle,
                                long iconHandle,
                                long dictionaryHandle)
                                throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

EnumOutputDictionaryDataSets

int EnumOutputDictionaryDataSets(long enumHandle,
                                 long iconHandle,
                                 long dictionaryHandle)
                                 throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

EnumInputIconDictionaries

int EnumInputIconDictionaries(long enumHandle,
                              long fromIconHandle,
                              long toIconHandle)
                              throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

EnumOutputIconDictionaries

int EnumOutputIconDictionaries(long enumHandle,
                               long fromIconHandle,
                               long toIconHandle)
                               throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

EnumApplicableModules

int EnumApplicableModules(long enumHandle,
                          long iconHandle,
                          java.lang.String delimiter,
                          java.lang.String mdomain,
                          java.lang.String mgroup,
                          java.lang.String msubgrp)
                          throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

EnumApplicableViewers

int EnumApplicableViewers(long enumHandle,
                          long iconHandle,
                          java.lang.String delimiter,
                          java.lang.String mdomain,
                          java.lang.String mgroup,
                          java.lang.String msubgrp)
                          throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

EnumIconOutputDataSets

int EnumIconOutputDataSets(long enumHandle,
                           long iconHandle)
                           throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

EnumIconUIDataSets

int EnumIconUIDataSets(long enumHandle,
                       long iconHandle)
                       throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException