Method | Arguments | Return | Throws Exception |
new | ( event_type_name ) | Aw::EventType | YES |
DESTROY | ( ) | void | NO |
delete | ( ) | void | NO |
getErrorRequestTo errorRequestTo | ( [ to ] )
The errorRequestsTo field is set if a to value is passed. The current value is returned. | String | NO |
getInfoSets infoSets | ( ) | awVector * | NO |
getMaxResults maxResults | ( ) | Number | NO |
getName name | ( ) | String | NO |
getNextPublish nextPublish | ( [ time ] )
The nextPublish field is set if a (time_t) time value is passed. The current value is returned. | time_t | NO |
getPublishInterval publishInterval | ( [ interval ] )
The publishInterval field is set if a interval value is passed. The current value is returned. | Number | NO |
getReplyName replyName | ( [ name ] )
The replyName field is set if a name value is passed. The current value is returned. | String | NO |
getSubscriptionFilter subscriptionFilter | ( [ filter ] )
The subscriptionFilter field is set if a filter value is passed. The current value is returned. Should Aw::Filter also be accepted? | String | NO |
hasReply | ( ) | Boolean | NO |
isAutoCleanup | ( ) | Boolean | NO |
isPublish | ( [ boolean ] )
The isPublish field is set if a boolean value is passed. The current value is returned. | Boolean | NO |
isPublishReply publishReply | ( [ boolean ] )
The isPublishReply field is set if a boolean value is passed. The current value is returned. | Boolean | NO |
needsAck | ( ) | Boolean | NO |
newSubscription | ( client ) | Boolean | YES |
setErrorRequestTo | ( to ) | void | NO |
setNextPublish | ( ) | void | NO |
setPublishInterval | ( [ interval ] )
The publishInterval is incremented by the interval value if passed or with the default value of 15. | Number | NO |
setPublishReply | ( publishReply ) | void | NO |
setReply | ( replyName ) | void | NO |
setSubscriptionFilter | ( filter ) | void | NO |
Inherited Methods |
err | ( ) | Boolean | YES |
errmsg | ( ) | String | YES |
error | ( ) | Aw::Error | NO |
hello | ( )
Returns the string "hello". Useful for debugging. | String | NO |
getWarn | ( )
Returns current warn level . | Number | NO |
setWarn | ( level )
Sets new warn level . 0 : No warnings (quiet mode) 1 : Terse (uses awErrorToString) 2 : Verbose (uses awErrorToCompleteString)The Aw extensions must be compiled with AWXS_WARNS defined. | void | NO |
warn | ( [string] )
Warn message is string if passed, otherwise current err is converted to string. | void | YES |