this.type = type; this.lfilter = lfilter; if (description != null) this.description = description; else this.description = defaultDescription;
// do nothing
return description;
if (objName != null) return objName; try { objName = new ObjectName( DOMAIN_NAME,DEFAULT_KEY, "lifecycle"); }catch (MalformedObjectNameException mex) { _logger.log(Level.WARNING,"smgt.internal_error", mex); } return objName;
return lfilter;
return objName;
return type;
if ("*".equals(type) || READY_EVENT.equals(type) || SHUTDOWN_EVENT.equals(type) || TERMINATION_EVENT.equals(type) ) { return true; } return false;