![]() | Overloaded. Initialize a new instance of the TipcCache class. |
![]() | Get the Version number. |
![]() | Determines whether the specified Object is equal to the current Object. |
![]() | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. |
![]() | Gets the Type of the current instance. |
![]() | GMDFinish: Performs clean up procedure required to when SmartCache
stops to cache GMD message for this RTclient. It sends a message to
smartcacheGroup to stop the GMD message caching.
|
![]() | GMDFlush: This function is used to flush the SmartCache for cached
messages from senders. This function sends a message to SmartCache
to delete cached messages for specified subject from specified RTclient.
The value reqSubj or reqSender (but not both) can be set to T_CACHE_FLUSH_ALL
to flush all the subjects or senders.
|
![]() | GMDInit: Performs initializations required to use SmartCache to cache GMD
message from this RTclient. This function must be called prior to any
other SmartCache API call and prior to parsing a configuration/command file.
It sends a message to smartcacheGroup to start the GMD message caching.
|
![]() | Overloaded. Requests all messages from the SmartCache daemon without any time contraints. The response messages will be automatically processed as they come in from SmartCache. If a connection to RTserver doesn't exist at this time, one will be created. |
![]() | Requests 'numMsgs' messages from the SmartCache daemon within 'deltaTime' number of seconds. The response message will be returned to the caller. If a connection to RTserver doesn't exist at this time, one will be created. |
![]() | Overloaded. Submits a message to the SmartCache daemon to start storing all messages being published to the given subject. If a connection to RTserver doesn't exist, one will be created. |
![]() | Submits a message to the SmartCache daemon to stop storing messages being published to the given subject. If a connection to RTserver doesn't exist, one will be created. |
![]() | Returns a String that represents the current Object. |
![]() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
![]() | Creates a shallow copy of the current Object. |
TipcCache Class | TIBCO.SMARTSOCKETS Namespace