310311312313314315316317318319320
if (cxnId == null) { return (null); } return(ConnectionUtil.getServiceOfConnection(cxnId.longValue())); } public static String getUser(ProducerUID pid) { Producer p = Producer.getProducer(pid); ConnectionUID cxnId = null;
327328329330331332333334335336337
if (cxnId == null) { return (null); } ConnectionInfo cxnInfo = ConnectionUtil.getConnectionInfo(cxnId.longValue()); return (cxnInfo.user); } public static boolean isWildcard(ProducerUID pid) {