silk.performer
Class ShmCounter


java.lang.Object

  extended bysilk.performer.ShmCounter


public class ShmCounter
extends java.lang.Object

Internally used for Oracle Forms replay.


Constructor Summary
ShmCounter(SilkPerformer perf)
          Internally used for Oracle Forms replay.
 
Method Summary
 int ShmDecStateConnectedSockets()
          Internally used for Oracle Forms replay.
 int ShmDecStateOutstandingResponses()
          Internally used for Oracle Forms replay.
 void ShmIncBytesReceived(int iBytes)
          Internally used for Oracle Forms replay.
 void ShmIncBytesSent(int iBytes)
          Internally used for Oracle Forms replay.
 int ShmIncCountConnect()
          Internally used for Oracle Forms replay.
 int ShmIncCountConnectFailure()
          Internally used for Oracle Forms replay.
 int ShmIncCountConnectRetry()
          Internally used for Oracle Forms replay.
 int ShmIncCountCookieRecv()
          Internally used for Oracle Forms replay.
 int ShmIncCountCookieSend(int iCookies)
          Internally used for Oracle Forms replay.
 int ShmIncCountError()
          Internally used for Oracle Forms replay.
 int ShmIncCountHttpAuthentication()
          Internally used for Oracle Forms replay.
 int ShmIncCountHttpHit()
          Internally used for Oracle Forms replay.
 int ShmIncCountHttpPage()
          Internally used for Oracle Forms replay.
 int ShmIncCountHttpRedirection()
          Internally used for Oracle Forms replay.
 int ShmIncCountRequest()
          Internally used for Oracle Forms replay.
 int ShmIncCountRequestFailure()
          Internally used for Oracle Forms replay.
 int ShmIncCountResponse()
          Internally used for Oracle Forms replay.
 int ShmIncCountResponseFailure()
          Internally used for Oracle Forms replay.
 int ShmIncStateConnectedSockets()
          Internally used for Oracle Forms replay.
 int ShmIncStateOutstandingResponses()
          Internally used for Oracle Forms replay.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShmCounter


public ShmCounter(SilkPerformer perf)
Internally used for Oracle Forms replay.

Method Detail

ShmIncCountError


public int ShmIncCountError()
                     throws SilkPerformerException
Internally used for Oracle Forms replay.

Throws:
SilkPerformerException

ShmIncBytesReceived


public void ShmIncBytesReceived(int iBytes)
                         throws SilkPerformerException
Internally used for Oracle Forms replay.

Throws:
SilkPerformerException

ShmIncBytesSent


public void ShmIncBytesSent(int iBytes)
                     throws SilkPerformerException
Internally used for Oracle Forms replay.

Throws:
SilkPerformerException

ShmIncStateConnectedSockets


public int ShmIncStateConnectedSockets()
                                throws SilkPerformerException
Internally used for Oracle Forms replay.

Throws:
SilkPerformerException

ShmDecStateConnectedSockets


public int ShmDecStateConnectedSockets()
                                throws SilkPerformerException
Internally used for Oracle Forms replay.

Throws:
SilkPerformerException

ShmIncCountCookieSend


public int ShmIncCountCookieSend(int iCookies)
                          throws SilkPerformerException
Internally used for Oracle Forms replay.

Throws:
SilkPerformerException

ShmIncCountCookieRecv


public int ShmIncCountCookieRecv()
                          throws SilkPerformerException
Internally used for Oracle Forms replay.

Throws:
SilkPerformerException

ShmIncStateOutstandingResponses


public int ShmIncStateOutstandingResponses()
                                    throws SilkPerformerException
Internally used for Oracle Forms replay.

Throws:
SilkPerformerException

ShmDecStateOutstandingResponses


public int ShmDecStateOutstandingResponses()
                                    throws SilkPerformerException
Internally used for Oracle Forms replay.

Throws:
SilkPerformerException

ShmIncCountConnect


public int ShmIncCountConnect()
                       throws SilkPerformerException
Internally used for Oracle Forms replay.

Throws:
SilkPerformerException

ShmIncCountConnectFailure


public int ShmIncCountConnectFailure()
                              throws SilkPerformerException
Internally used for Oracle Forms replay.

Throws:
SilkPerformerException

ShmIncCountConnectRetry


public int ShmIncCountConnectRetry()
                            throws SilkPerformerException
Internally used for Oracle Forms replay.

Throws:
SilkPerformerException

ShmIncCountHttpRedirection


public int ShmIncCountHttpRedirection()
                               throws SilkPerformerException
Internally used for Oracle Forms replay.

Throws:
SilkPerformerException

ShmIncCountHttpAuthentication


public int ShmIncCountHttpAuthentication()
                                  throws SilkPerformerException
Internally used for Oracle Forms replay.

Throws:
SilkPerformerException

ShmIncCountHttpHit


public int ShmIncCountHttpHit()
                       throws SilkPerformerException
Internally used for Oracle Forms replay.

Throws:
SilkPerformerException

ShmIncCountHttpPage


public int ShmIncCountHttpPage()
                        throws SilkPerformerException
Internally used for Oracle Forms replay.

Throws:
SilkPerformerException

ShmIncCountRequest


public int ShmIncCountRequest()
                       throws SilkPerformerException
Internally used for Oracle Forms replay.

Throws:
SilkPerformerException

ShmIncCountRequestFailure


public int ShmIncCountRequestFailure()
                              throws SilkPerformerException
Internally used for Oracle Forms replay.

Throws:
SilkPerformerException

ShmIncCountResponse


public int ShmIncCountResponse()
                        throws SilkPerformerException
Internally used for Oracle Forms replay.

Throws:
SilkPerformerException

ShmIncCountResponseFailure


public int ShmIncCountResponseFailure()
                               throws SilkPerformerException
Internally used for Oracle Forms replay.

Throws:
SilkPerformerException