GenericEventGenChannelConfiguration Class

com.bea.wli.management.configuration
GenericEventGenChannelConfiguration Class

public abstract class GenericEventGenChannelConfiguration

    extends Object
    implements Serializable

Hierarchy
Object
  GenericEventGenChannelConfiguration
All Implemented Interfaces

Serializable

Constructor Summary

GenericEventGenChannelConfiguration()

Constructs a new GenericEventGenChannelConfiguration object.
 

Method Summary

public String
getChannel()
Return the channel name.
public String
getComment()
Return the description.
public String
getPublishAsUser()
Get the publishAsUser attribute
public void
setChannel(String channel)
Set the name of the channel.
public void
setComment(String comment)
Set a description for the channel rule.
public void
setPublishAsUser(String publishAsUser)
Set the publishAsUser attribute
public String
toString()
Returns a string representation of this channel.
 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
   

Constructor Detail

GenericEventGenChannelConfiguration

public GenericEventGenChannelConfiguration()
Constructs a new GenericEventGenChannelConfiguration object.
 

Method Detail

getChannel() Method

public String getChannel()
Return the channel name.

Returns

the name of the channel.

getComment() Method

public String getComment()
Return the description.


getPublishAsUser() Method

public String getPublishAsUser()
Get the publishAsUser attribute

Returns

publishAsUser attribute

setChannel(String) Method

public void setChannel(String channel)
Set the name of the channel. XEG messages are published to the channel specified by the channel name.

Parameters

channel
- the name to channel to set.

setComment(String) Method

public void setComment(String comment)
Set a description for the channel rule.

Parameters

comment
- the description of this channel.

setPublishAsUser(String) Method

public void setPublishAsUser(String publishAsUser)
Set the publishAsUser attribute

Parameters

publishAsUser
property to set

toString() Method

public String toString()
Returns a string representation of this channel.

Overrides
Object.toString()