logger.trace("[{}] set state to ADVERTISED", ServiceElementUtil.getLoggingName(context));
jsbState.setState(ServiceBeanState.ADVERTISED);
}
protected ServiceType getServiceType(final String name, final String comment) {
StandardServiceType sType = new StandardServiceType();
sType.name = name;
if(comment!=null)
sType.description = comment;
return sType;
}