SmartSockets .NET Class Library

TipcCache Members

Public Instance Constructors

TipcCacheOverloaded. Initialize a new instance of the TipcCache class.

Public Instance Properties

Version Get the Version number.

Public Instance Methods

Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from 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.
GetType (inherited from Object)Gets the Type of the current instance.
GMDFinish 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 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 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.
requestMsgsOverloaded. 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.
requestMsgsRpc 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.
requestStartOverloaded. 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.
requestStop 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.
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

TipcCache Class | TIBCO.SMARTSOCKETS Namespace


Copyright © TIBCO Software Inc. All rights reserved