|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.neeve.aep.AepEngineDescriptor.ChannelConfig
public static final class AepEngineDescriptor.ChannelConfig
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 |
---|
public AepEngineDescriptor.ChannelConfig()
Method Detail |
---|
public final boolean getShouldJoin()
public final void setShouldJoin(boolean shouldJoin)
public final boolean getJoin()
getShouldJoin()
public final void setJoin(boolean shouldJoin)
setShouldJoin(boolean)
public final String getFilter()
public final void setFilter(String filter)
public static final AepEngineDescriptor.ChannelConfig from(String str)
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.public String toString()
toString
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |