com.latencybusters.lbm
Class LBMConfigOption

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

public class LBMConfigOption
extends java.lang.Object

LBM Configuration Option Class. This object holds configuration information in string format. This class is used to dump current configuration options that are set


Constructor Summary
LBMConfigOption(java.lang.String t, java.lang.String o, java.lang.String v)
          Instantiate an LBMConfigObjection using given attributes.
 
Method Summary
 java.lang.String getOptionName()
          Get the configuration option of this object.
 java.lang.String getType()
          Get the configuration type of this object.
 java.lang.String getValue()
          Get the configuration vlaue of this object.
 void setOptionName(java.lang.String o)
          Set the option name value of this configuration option.
 void setType(java.lang.String t)
          Set the type value of this configuration option.
 void setValue(java.lang.String v)
          Set the configuration option valuen.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LBMConfigOption

public LBMConfigOption(java.lang.String t,
                       java.lang.String o,
                       java.lang.String v)
Instantiate an LBMConfigObjection using given attributes. This structure is populated and returned via configDump() calls.

Parameters:
t - The type of option it will be (context, source, etc...).
o - The option name.
v - The assigned value of the option.
Method Detail

setType

public void setType(java.lang.String t)
Set the type value of this configuration option.

Parameters:
t - The type value to set.

setOptionName

public void setOptionName(java.lang.String o)
Set the option name value of this configuration option.

Parameters:
o - The type value to set.

setValue

public void setValue(java.lang.String v)
Set the configuration option valuen.

Parameters:
v - The value to set.

getType

public java.lang.String getType()
Get the configuration type of this object.

Returns:
Returns the configuration type of the object.

getOptionName

public java.lang.String getOptionName()
Get the configuration option of this object.

Returns:
Returns the configuration option of the object.

getValue

public java.lang.String getValue()
Get the configuration vlaue of this object.

Returns:
Returns the configuration value of the object.


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.