| Method | Arguments | Return | Throws Exception
 | 
|---|
| new | ( event_type_name ) | Aw::EventType | YES | 
|---|
| DESTROY | ( ) | void | NO | 
|---|
| delete | ( ) | void | NO | 
|---|
| getErrorRequestTo errorRequestTo
 | ( [ to ] ) 
 The errorRequestsTofield is set if atovalue 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 nextPublishfield is set if a(time_t) timevalue is passed.  The current value is returned. | time_t | NO | 
|---|
| getPublishInterval publishInterval
 | ( [ interval ] ) 
 The publishIntervalfield is set if aintervalvalue is passed.  The current value is returned. | Number | NO | 
|---|
| getReplyName replyName
 | ( [ name ] ) 
 The replyNamefield is set if anamevalue is passed.  The current value is returned. | String | NO | 
|---|
| getSubscriptionFilter subscriptionFilter
 | ( [ filter ] ) 
 The subscriptionFilterfield is set if afiltervalue is passed.  The current value is returned. Should Aw::Filter also be accepted? | String | NO | 
|---|
| hasReply | ( ) | Boolean | NO | 
|---|
| isAutoCleanup | ( ) | Boolean | NO | 
|---|
| isPublish | ( [ boolean ] ) 
 The isPublishfield is set if abooleanvalue is passed.  The current value is returned. | Boolean | NO | 
|---|
| isPublishReply publishReply
 | ( [ boolean ] ) 
 The isPublishReplyfield is set if abooleanvalue 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 publishIntervalis incremented by theintervalvalue 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 0 : No warnings (quiet mode)level. 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 stringif passed, otherwise current err is converted to string. | void | YES | 
|---|