org.apache.activemq.broker.region.policy
Class LastImageSubscriptionRecoveryPolicy

java.lang.Object
  extended by org.apache.activemq.broker.region.policy.LastImageSubscriptionRecoveryPolicy
All Implemented Interfaces:
SubscriptionRecoveryPolicy, Service

public class LastImageSubscriptionRecoveryPolicy
extends java.lang.Object
implements SubscriptionRecoveryPolicy

This implementation of SubscriptionRecoveryPolicy will only keep the last message.

Version:
$Revision$

Constructor Summary
LastImageSubscriptionRecoveryPolicy()
           
 
Method Summary
 boolean add(ConnectionContext context, MessageReference node)
          A message was sent to the destination.
 Message[] browse(ActiveMQDestination destination)
           
 SubscriptionRecoveryPolicy copy()
          Used to copy the policy object.
 void recover(ConnectionContext context, Topic topic, Subscription sub)
          Let a subscription recover message held by the policy.
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LastImageSubscriptionRecoveryPolicy

public LastImageSubscriptionRecoveryPolicy()
Method Detail

add

public boolean add(ConnectionContext context,
                   MessageReference node)
            throws java.lang.Exception
Description copied from interface: SubscriptionRecoveryPolicy
A message was sent to the destination.

Specified by:
add in interface SubscriptionRecoveryPolicy
Returns:
true if successful
Throws:
java.lang.Exception

recover

public void recover(ConnectionContext context,
                    Topic topic,
                    Subscription sub)
             throws java.lang.Exception
Description copied from interface: SubscriptionRecoveryPolicy
Let a subscription recover message held by the policy.

Specified by:
recover in interface SubscriptionRecoveryPolicy
Throws:
java.lang.Exception

start

public void start()
           throws java.lang.Exception
Specified by:
start in interface Service
Throws:
java.lang.Exception

stop

public void stop()
          throws java.lang.Exception
Specified by:
stop in interface Service
Throws:
java.lang.Exception

browse

public Message[] browse(ActiveMQDestination destination)
                 throws java.lang.Exception
Specified by:
browse in interface SubscriptionRecoveryPolicy
Returns:
messages
Throws:
java.lang.Exception

copy

public SubscriptionRecoveryPolicy copy()
Description copied from interface: SubscriptionRecoveryPolicy
Used to copy the policy object.

Specified by:
copy in interface SubscriptionRecoveryPolicy


Copyright © 2010 Apache Software Foundation. All Rights Reserved.