[jboss-user] [Management, JMX/JBoss] - Re: JBoss Mbean Dependencies - How to start scheduler servic

whooi do-not-reply at jboss.com
Tue Jul 11 00:29:09 EDT 2006


Opps sorry, heres the service.xml

  | <server>			
  | 	<mbean code="org.jboss.varia.scheduler.Scheduler" name=":service=Scheduler">
  | 		<attribute name="StartAtStartup">true</attribute>		
  | 		<attribute name="SchedulableClass">com.acme.HelloWorld</attribute>
  | 		<attribute name="InitialStartDate">NOW</attribute>
  | 		<attribute name="SchedulePeriod">5000</attribute>
  | 		<attribute name="InitialRepetitions">-1</attribute>								
  | 	</mbean>	
  | </server>

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956833#3956833

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956833



More information about the jboss-user mailing list