| FRAMES NO FRAMES | |||||||
| |||||||
| SUMMARY: IMPORT | CONSTANT | FIELD | ACTION | DETAIL: IMPORT | CONSTANT | FIELD | ACTION | ||||||
| Action summary | |
|---|---|
boolean | static canParse(string s)Check if the string argument can be parsed as a channel. |
com.apama.Channel | static parse(string s)Parse a string as a channel. |
com.apama.Channel | clone()Create a deep copy of this channel. |
boolean | empty()Check if this channel contains a valid destination (this is a legacy alias for the isEmpty() method). |
integer | hash()Get an integer hash representation of the underlying object. |
boolean | isEmpty()Check if this channel contains a valid destination. |
string | toString()Convert the channel to a string. |
| Action detail |
|---|
boolean static canParse(string s)Check if the string argument can be parsed as a channel.
com.apama.Channel static parse(string s)Parse a string as a channel.
com.apama.Channel clone()Create a deep copy of this channel.
boolean empty()Check if this channel contains a valid destination (this is a legacy alias for the isEmpty() method).
integer hash()Get an integer hash representation of the underlying object.
boolean isEmpty()Check if this channel contains a valid destination.
string toString()Convert the channel to a string.
| FRAMES NO FRAMES | |||||||
| |||||||
| SUMMARY: IMPORT | CONSTANT | FIELD | ACTION | DETAIL: IMPORT | CONSTANT | FIELD | ACTION | ||||||