public class FlatBrowser extends BaseBrowser
_batchSize, _browser| Constructor and Description |
|---|
FlatBrowser(OPCBrowseServerAddressSpace browser) |
FlatBrowser(OPCBrowseServerAddressSpace browser,
int batchSize) |
| Modifier and Type | Method and Description |
|---|---|
Collection<String> |
browse() |
Collection<String> |
browse(EnumSet<Access> accessMask) |
Collection<String> |
browse(String filterCriteria) |
Collection<String> |
browse(String filterCriteria,
EnumSet<Access> accessMask,
int variantType)
Perform a flat browse operation
|
browse, getAccessPaths, getBatchSize, setBatchSizepublic FlatBrowser(OPCBrowseServerAddressSpace browser)
public FlatBrowser(OPCBrowseServerAddressSpace browser, int batchSize)
public Collection<String> browse(String filterCriteria, EnumSet<Access> accessMask, int variantType) throws IllegalArgumentException, UnknownHostException, JIException
filterCriteria - The filter criteria. Use an empty string if you don't need one.accessMask - The access mask. An empty set will search for all.variantType - The variant type. Must be one of the VT_ constants of JIVariant. Use JIVariant.VT_EMPTY if you want to browse for all.IllegalArgumentExceptionUnknownHostExceptionJIExceptionpublic Collection<String> browse(String filterCriteria) throws IllegalArgumentException, UnknownHostException, JIException
public Collection<String> browse() throws IllegalArgumentException, UnknownHostException, JIException
public Collection<String> browse(EnumSet<Access> accessMask) throws IllegalArgumentException, UnknownHostException, JIException
Copyright © 2017 LSST. All rights reserved.