org.jacorb.notification.jmx.jboss
public class JBossCOSNotificationService extends ServiceMBeanSupport implements JBossCOSNotificationServiceMBean, ObjectFactory
Version: $Id: JBossCOSNotificationService.java,v 1.4 2005/11/11 19:24:33 alphonse.bendt Exp $
UNKNOWN: name = "JBossCOSNotificationService" extends = "org.jboss.system.ServiceMBean" persistPolicy = "OnUpdate" persistPeriod = "10" persistLocation = "${jboss.server.data.dir}" persistName = "COSNotification.ser" state-action-on-update = "keep-running" persistence-manager = "org.jboss.mx.persistence.ObjectStreamPersistenceManager"
Field Summary | |
---|---|
static String | NAMING_NAME |
Method Summary | |
---|---|
void | create() |
String | createChannel() |
void | destroy() |
String | getAdditionalArguments() |
String | getCorbaloc() |
String | getCOSNamingEntry() |
String | getIOR() |
String | getIORFile() |
String | getName() |
Object | getObjectInstance(Object obj, Name name, Context nameCtx, Hashtable environment) |
int | getState() |
String | getStateString() |
void | jbossInternalLifecycle(String method) |
void | setAdditionalArguments(String additionalArguments) |
void | setCOSNamingEntry(String cosNamingEntry) |
void | setIORFile(String filename) |
void | start() |
protected void | startService() |
void | stop() |
protected void | stopService() |
UNKNOWN: description = "create the service, do expensive operations etc" impact = "ACTION"
UNKNOWN: description="create a new channel" impact = "ACTION"
UNKNOWN: description = "destroy the service, tear down" impact = "ACTION"
UNKNOWN: description = "Additional startup arguments. Setting these on an already running service will have no effect!" access = "read-write"
UNKNOWN: description="Corbaloc to access the EventChannelFactory" access = "read-only"
UNKNOWN: description = "NameService Entry (Optional)" access = "read-write"
UNKNOWN: description="IOR to access the EventChannelFactory" access = "read-only"
UNKNOWN: description = "Filename the IOR should be written to" access = "read-write"
UNKNOWN: access = "read-only"
UNKNOWN: access = "read-only"
UNKNOWN: access = "read-only"
UNKNOWN: description = "Detyped lifecycle invocation" impact = "ACTION"
UNKNOWN: access = "read-write"
UNKNOWN: access = "read-write"
UNKNOWN: access = "read-write"
UNKNOWN: description = "start the service, create is already called" impact = "ACTION"
UNKNOWN: description = "stop the service" impact = "ACTION"