Adrian wrote:
> org.jboss.system.server.Server;
Why?
final NotificationFilterSupport notificationFilter
= new NotificationFilterSupport();
notificationFilter.enableType(Server.START_NOTIFICATION_TYPE);
final ObjectName serverName =
ObjectNameFactory.create("jboss.system:type=Server");
getServer().addNotificationListener(serverName, this,
notificationFilter, null);
Jonathan.