com.sun.enterprise.transaction.api
Class RecoveryResourceRegistry

java.lang.Object
  extended by com.sun.enterprise.transaction.api.RecoveryResourceRegistry

@Service
@Scoped(value=org.jvnet.hk2.component.Singleton.class)
public class RecoveryResourceRegistry
extends java.lang.Object

This is a registry class that keep the recoveryresource and event listeners. A module will be able to use this singleton to register its recoveryresource listeners and/or event listeners.

Since:
9.1
Author:
Binod PG

Constructor Summary
RecoveryResourceRegistry()
           
 
Method Summary
 void addEventListener(RecoveryEventListener rrl)
           
 void addListener(RecoveryResourceListener rrl)
           
 java.util.Set<RecoveryEventListener> getEventListeners()
           
 java.util.Set<RecoveryResourceListener> getListeners()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RecoveryResourceRegistry

public RecoveryResourceRegistry()
Method Detail

addListener

public void addListener(RecoveryResourceListener rrl)

addEventListener

public void addEventListener(RecoveryEventListener rrl)

getListeners

public java.util.Set<RecoveryResourceListener> getListeners()

getEventListeners

public java.util.Set<RecoveryEventListener> getEventListeners()


Copyright © 2012 GlassFish Community. All Rights Reserved.