com.latencybusters.lbm
Class LBMSourceEventFlightSizeNotification

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

public class LBMSourceEventFlightSizeNotification
extends java.lang.Object

LBM Source Event Flight Size Notification class. Contains type and state of current flight size

Since:
UME 3.1

Constructor Summary
LBMSourceEventFlightSizeNotification(int type, int state)
          Creates an LBMSourceEventFlightSizeNotification with fields initialized to the given values.
 
Method Summary
 int state()
          Get state.
 int type()
          Get type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LBMSourceEventFlightSizeNotification

public LBMSourceEventFlightSizeNotification(int type,
                                            int state)
Creates an LBMSourceEventFlightSizeNotification with fields initialized to the given values.

Parameters:
type - type of flight size in question.
state - current state (over or under).
Since:
UME 3.1
Method Detail

type

public int type()
Get type.

Returns:
type of flight size.
Since:
UME 3.1

state

public int state()
Get state.

Returns:
state of flight size.
Since:
UME 3.1


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.