It is a method of the MBeanRegistration interface that is called after the
MBean has been registered with the server. You could override it to
use it as a hook in place of init:

   public void postRegister(java.lang.Boolean registrationDone)
   {
       if( registrationDone.booleanValue() == true )
      {
         // Do initialization work that depends on no other JBoss
services...
      }
   }

This method is called as each bean is registered.

xxxxxxxxxxxxxxxxxxxxxxxx
Scott Stark
Chief Technology Officer
JBoss Group, LLC
xxxxxxxxxxxxxxxxxxxxxxxx
----- Original Message -----
From: "Bill Burke" <[EMAIL PROTECTED]>
To: "Andreas Schaefer" <[EMAIL PROTECTED]>; "David Jencks"
<[EMAIL PROTECTED]>
Cc: "Sacha Labourey" <[EMAIL PROTECTED]>;
<[EMAIL PROTECTED]>
Sent: Monday, November 12, 2001 2:04 PM
Subject: RE: [JBoss-dev] RE: Deployment exception on Clustering


> Rickard talked about something called postRegister?
>
> > -----Original Message-----
> > From: Andreas Schaefer [mailto:[EMAIL PROTECTED]]
> > Sent: Monday, November 12, 2001 4:50 PM
> > To: David Jencks
> > Cc: Sacha Labourey; [EMAIL PROTECTED]; Bill Burke
> > Subject: Re: [JBoss-dev] RE: Deployment exception on Clustering
> >
> >
> > Hi David
> >
> > You hear it. How can be use init() again for Clustering ?
> >
> > Andy
> >



_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to