public class CommUtil
extends java.lang.Object
| Constructor and Description |
|---|
CommUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
docLinksToArray(MboSetRemote docLinksSet,
java.util.Vector fileNameVector,
java.util.Vector urlNameVector)
Given a doclinks mboset, return a list of file names and a list of url names in vectors.
|
public static void docLinksToArray(MboSetRemote docLinksSet, java.util.Vector fileNameVector, java.util.Vector urlNameVector) throws MXException, java.rmi.RemoteException
docLinksSet - The doclink mbo set whose file/url name to be extracted.fileNameVector - The vector returned for file names.urlNameVector - The vector returned for url names.MXExceptionjava.rmi.RemoteException