/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package com.eas.opc.da.dcom; /** * * @author pk */ public class OPCSCOPE { public static final short OPC_ENUM_PRIVATE_CONNECTIONS = 1; public static final short OPC_ENUM_PUBLIC_CONNECTIONS = 2; public static final short OPC_ENUM_ALL_CONNECTIONS = 3; public static final short OPC_ENUM_PRIVATE = 4; public static final short OPC_ENUM_ALL = 5; }