com.neeve.aep
Class AepEngineDescriptor.ChannelConfig

java.lang.Object
  extended by com.neeve.aep.AepEngineDescriptor.ChannelConfig
Enclosing class:
AepEngineDescriptor

public static final class AepEngineDescriptor.ChannelConfig
extends Object

Class describing configuration information for an AEP engine's channel.


Constructor Summary
AepEngineDescriptor.ChannelConfig()
           
 
Method Summary
static AepEngineDescriptor.ChannelConfig from(String str)
          Create from a channel configuration string.
 String getFilter()
          Get the channel filter, or null if unfiltered
 boolean getJoin()
          Same as getShouldJoin()
 boolean getShouldJoin()
          Get whether channel should be joined
 void setFilter(String filter)
          Set the channel filter, or null if unfiltered
 void setJoin(boolean shouldJoin)
          Same as setShouldJoin(boolean)
 void setShouldJoin(boolean shouldJoin)
          Set whether channel should be joined
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AepEngineDescriptor.ChannelConfig

public AepEngineDescriptor.ChannelConfig()
Method Detail

getShouldJoin

public final boolean getShouldJoin()
Get whether channel should be joined


setShouldJoin

public final void setShouldJoin(boolean shouldJoin)
Set whether channel should be joined


getJoin

public final boolean getJoin()
Same as getShouldJoin()


setJoin

public final void setJoin(boolean shouldJoin)
Same as setShouldJoin(boolean)


getFilter

public final String getFilter()
Get the channel filter, or null if unfiltered


setFilter

public final void setFilter(String filter)
Set the channel filter, or null if unfiltered


from

public static final AepEngineDescriptor.ChannelConfig from(String str)
Create from a channel configuration string.

Parameters:
str - A string of the form prop1=val1&...&propN=valN. This parameter can be null in which case an channel configuration object with default values is returned.

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2016 Neeve Research, LLC. All Rights Reserved.