- All Implemented Interfaces:
- XAResourceOrphanFilter
public class NodeNameXAResourceOrphanFilter
extends Object
implements XAResourceOrphanFilter
An XAResourceOrphanFilter which uses node name information encoded in the xid to determine if
they should be rolled back or not.
Note that this filter does not check xid format id, and therefore may attempt to extract node name
information from foreign xids, resulting in random behaviour. Probably best combined with a filter
that verifies formatIds.
- Author:
- Jonathan Halliday (jonathan.halliday@redhat.com), 2010-03