Plumtree Portal UI  
 

PTPerfCounters Methods

The methods of the PTPerfCounters class are listed below. For a complete list of PTPerfCounters class members, see the PTPerfCounters Members topic.

Public Instance Methods

DecrementCounter Decrement the performance counter. If there is an exception, shuts down all future logging for this instance. The passed integer must be of the enum PORTALPAGESPERF_COUNTERS.
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.
GetOpenSessions 
GetSessionCounterID Gets the integer for the counter for session total
GetType (inherited from Object)Gets the Type of the current instance.
IncrementCounter Increment the performance counter. If there is an exception, shuts down all future logging for this instance. The passed integer must be of the enum PORTALPAGESPERF_COUNTERS.
Init Initialize the performance counter object. If there is an exception, shuts down all future logging for this instance.
IsDisabled Checks that the perf counter interface is not disabled This occurs if an exception is thrown
IsInitialized Checks that the perf counter interface is initialized
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

PTPerfCounters Class | com.plumtree.portaluiinfrastructure.statichelpers Namespace