com.latencybusters.lbm
Class LBMSourceChannelInfo

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

public class LBMSourceChannelInfo
extends java.lang.Object

Class representing a source channel.


Constructor Summary
LBMSourceChannelInfo(LBMSource source, long channel_number)
          Instantiate an LBM Source Channel Info object associated with a given source.
 
Method Summary
 void close()
          Reclaim resources associated with the underlying LBM data structures once the channel info object will no longer be used.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LBMSourceChannelInfo

public LBMSourceChannelInfo(LBMSource source,
                            long channel_number)
                     throws LBMException
Instantiate an LBM Source Channel Info object associated with a given source. The application is responsible for calling close() or LBMSource.deleteChannel on any LBMSourceChannelInfo object allocated via the LBMSourceChannelInfo constructor or the LBMSource.createChannel method once it is no longer being used. Failure to do so will result in unmanaged resources not being reclaimed.

Parameters:
source - The LBM Source that will be used to send messages on the channel to be created.
channel_number - A channel number in the range 0-4294967295.
Throws:
LBMException
Method Detail

close

public void close()
           throws LBMException
Reclaim resources associated with the underlying LBM data structures once the channel info object will no longer be used.

Throws:
LBMException


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.