com.latencybusters.lbm
Class UMQMessageTotalLifetimeInfo

java.lang.Object
  extended by com.latencybusters.lbm.UMQMessageTotalLifetimeInfo

public class UMQMessageTotalLifetimeInfo
extends java.lang.Object


Constructor Summary
UMQMessageTotalLifetimeInfo()
          Creates a UMQMessageTotalLifetimeInfo with the total lifetime set to 0
UMQMessageTotalLifetimeInfo(long totalLifetime)
          Creates a UMQMessageTotalLifetimeInfo with the specified total lifetime
 
Method Summary
 void setTotalLifetime(long totalLifetime)
          Sets the total lifetime
 long totalLifetime()
          Returns the specified total lifetime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UMQMessageTotalLifetimeInfo

public UMQMessageTotalLifetimeInfo(long totalLifetime)
Creates a UMQMessageTotalLifetimeInfo with the specified total lifetime

Parameters:
totalLifetime - Total lifetime of the message.
Since:
UMQ 2.2

UMQMessageTotalLifetimeInfo

public UMQMessageTotalLifetimeInfo()
Creates a UMQMessageTotalLifetimeInfo with the total lifetime set to 0

Since:
UMQ 2.2
Method Detail

totalLifetime

public long totalLifetime()
Returns the specified total lifetime

Since:
UMQ 2.2

setTotalLifetime

public void setTotalLifetime(long totalLifetime)
Sets the total lifetime

Parameters:
totalLifetime - the new total lifetime
Since:
UMQ 2.2


All of the documentation and software included in this and any other Informatica Inc "Ultra Messaging" Release is Copyright (C) 2004-2014, Informatica Corporation. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted only as covered by the terms of a valid software license agreement with 29West Inc. Copyright © 2004-2014, Informatica, Inc. All Rights Reserved.