com.latencybusters.lbm
Class LBMContextEvent

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

public class LBMContextEvent
extends java.lang.Object

Encapsulates LBM Context Events


Constructor Summary
LBMContextEvent()
           
 
Method Summary
 java.lang.String dataString()
          Data string associated with this event.
 UMQContextEventRegistrationCompleteInfo registrationCompleteInfo()
          Registration complete info object associated with this event.
 UMQContextEventRegistrationSuccessInfo registrationSuccessInfo()
          Registration success info object associated with this event.
 int type()
          LBM Context Event Type
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LBMContextEvent

public LBMContextEvent()
Method Detail

type

public int type()
LBM Context Event Type

Returns:
LBM Context Event type
Since:
UME 3.0
See Also:
LBM

dataString

public java.lang.String dataString()
Data string associated with this event. This event may not be valid for all event types.

Returns:
Data string
Since:
UME 3.0
See Also:
LBM

registrationSuccessInfo

public UMQContextEventRegistrationSuccessInfo registrationSuccessInfo()
Registration success info object associated with this event. This event may not be valid for all event types.

Returns:
UMQContextEventRegistrationSuccessInfo object
Since:
UME 3.0
See Also:
LBM

registrationCompleteInfo

public UMQContextEventRegistrationCompleteInfo registrationCompleteInfo()
Registration complete info object associated with this event. This event may not be valid for all event types.

Returns:
UMQContextEventRegistrationCompleteInfo object
Since:
UME 3.0
See Also:
LBM


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.