Hey,
 
 > Are there any Startup/Shutdown interfaces that you can implement and hook
in via the properties file, like you can with WebLogic?  
 
Yes and no.
 
JBoss uses the JMX architecture, so:
 
Yes, you can startup your code at JBoss startup and have this code 
a) be manageable from remote location 
b) be accessible from JBoss
c) be accessible from your beans.
 
No, JBoss doesn't have interfaces for that, apart those defined by JMX.
 
See jboss.jcml on how to setup MBeans, and look in the JBoss code for
examples (search for classes whose name ends with "MBean").
 
HTH,
 
Simon


--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
List Help?:          [EMAIL PROTECTED]

Reply via email to