Thanks for the response, Roberto ... Is there any documentation on creatin MBeans? The only docs I found was a short section entitled 'Creating Custom MBeans' in the JBoss Developer Guide. This section merely mentioned that you need to subclass org.jboss.util.ServiceMBeanSupport. The JavaDoc for that class provides no semantic information, only a cannonical listing of the method signatures. Thanks in advance ! John Festa [EMAIL PROTECTED] -----Original Message----- From: Roberto Leong [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 09, 2001 05:04 To: jBoss Subject: Re: [jBoss-User] doing work at container startup time ??? Hi jboss has the same funcionality using JMX, basically you have to implement an MBean that will be loaded on jboss startup, check the docos regards Roberto ----- Original Message ----- From: "John Festa" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, January 09, 2001 8:36 PM Subject: [jBoss-User] doing work at container startup time ??? > I'm interested in executing some code at container startup time. > > Weblogic provides for such functionality -- you build a class that > implements the interface "weblogic.common.T3StartupDef", set some properties > in the weblogic.properties file, Weblogic will load your class and invoke > your implementation of the "startup()" method on that interface upon > container startup. > > Does JBoss provide such functionality? Thanks in advance ! > > P.S. -- > For reference, docs on Weblogic's 'startup' features can be located via > their "Weblogic documentation map" under "Developer Guides" under the topic > "Doing work at server startup and shutdown" > > mailto:[EMAIL PROTECTED] > > Aspen Technology, Inc. > 200 South Street > New Providence, New Jersey 07974 > > > > -- > -------------------------------------------------------------- > To subscribe: [EMAIL PROTECTED] > To unsubscribe: [EMAIL PROTECTED] > List Help?: [EMAIL PROTECTED] > -- -------------------------------------------------------------- To subscribe: [EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] List Help?: [EMAIL PROTECTED] -- -------------------------------------------------------------- To subscribe: [EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] List Help?: [EMAIL PROTECTED]
