++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Please read the disclaimer at the bottom of this e-mail.
++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Hi All,
My problem,
I have an application that is dependent on multiple resources and there is =
no single entry point/catch-all
class where i can monitor the resources.
I understand that the standard way of handling runtime crashes is to=20
try
{
// do something
}
catch ( Exception x )
{
// clear stacks
WrapperManager.restart();
}
This would allow us to restart the JVM.
My quibble, this is a fairly intrusive way of doing things, as the classes =
now become
WrapperManager dependent.
Has anyone found any other way of doing this ?
I am using Integration method 3.
Any and all suggestions welcome.
Rgds,
**********************************************************************
This email is intended for the named recipient(s) only. Its contents
are confidential and may only be retained by the named recipient(s)
and may only be copied or disclosed with the consent of=20
LCH.Clearnet Limited. If you are not an intended recipient please
delete this e-mail and notify pos...@lc....
The contents of this email are subject to contract in all cases,=20
and LCH.Clearnet Limited makes no contractual commitment save where
confirmed by hard copy. LCH.Clearnet Limited accepts no liability,=20
including liability for negligence, in respect of any statement in=20
this email.
LCH.Clearnet Limited, Registered Office: Aldgate House,=20
33 Aldgate High Street, London EC3N 1EA. Recognised as a Clearing=20
House under the Financial Services & Markets Act 2000. Reg in England No.25=
932=20
Telephone: +44 20 7426 7000 Internet: http://www.lchclearnet.c=
om
**********************************************************************
|