com.latencybusters.lbm
Class UMEDeregistrationCompleteInfo

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

public class UMEDeregistrationCompleteInfo
extends java.lang.Object

UME Registration Complete Info class. Contains extended information for UME receiver registration complete messages.

Since:
UME 2.0

Constructor Summary
UMEDeregistrationCompleteInfo()
          Creates a UMEDeregistrationCompleteInfo object and initializes fields to 0.
UMEDeregistrationCompleteInfo(int flags, long sequenceNumber)
          Creates a UMEDeregistrationCompleteInfo object and initializes fields to the supplied values.
 
Method Summary
 int flags()
          Get informational flags for this deregistration complete message.
 long sequenceNumber()
          Get starting sequence number for this deregistration complete message.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UMEDeregistrationCompleteInfo

public UMEDeregistrationCompleteInfo()
Creates a UMEDeregistrationCompleteInfo object and initializes fields to 0.


UMEDeregistrationCompleteInfo

public UMEDeregistrationCompleteInfo(int flags,
                                     long sequenceNumber)
                              throws LBMEInvalException
Creates a UMEDeregistrationCompleteInfo object and initializes fields to the supplied values.

Parameters:
flags - Informational flags.
sequenceNumber - Starting sequence number (must be >= 0).
Throws:
LBMEInvalException - if sequenceNumber < 0.
Since:
UME 2.0
Method Detail

flags

public int flags()
Get informational flags for this deregistration complete message.

Returns:
Flags.
Since:
UME 2.0

sequenceNumber

public long sequenceNumber()
Get starting sequence number for this deregistration complete message.

Returns:
Sequence number.
Since:
UME 2.0


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.