com.filenet.bso.api.util
Class BsoPCH
java.lang.Object
|
+--com.filenet.bso.api.util.BsoPCH
- public class BsoPCH
- extends java.lang.Object
Provides static utility methods for reporting various statistics into
FileNET Performance Clearinghouse (PCH)/ P8 System Manager.
Constructor Summary |
BsoPCH(com.filenet.pch.Listener listener)
|
BsoPCH(java.lang.String app,
java.lang.String version)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OP_ADD
public static final int OP_ADD
OP_DELETE
public static final int OP_DELETE
OP_UPDATE
public static final int OP_UPDATE
pch
protected static BsoPCH pch
listener
protected com.filenet.pch.Listener listener
evSqlQuery
protected com.filenet.pch.Event evSqlQuery
acSqlQueryDuration
protected com.filenet.pch.Accumulator acSqlQueryDuration
evOp
protected com.filenet.pch.Event evOp
evAdd
protected com.filenet.pch.Event evAdd
evDelete
protected com.filenet.pch.Event evDelete
evUpdate
protected com.filenet.pch.Event evUpdate
acOpDuration
protected com.filenet.pch.Accumulator acOpDuration
evEmail
protected com.filenet.pch.Event evEmail
BsoPCH
public BsoPCH(com.filenet.pch.Listener listener)
BsoPCH
public BsoPCH(java.lang.String app,
java.lang.String version)
setup
protected void setup()
recordQueryImpl
public void recordQueryImpl(long duration)
recordOpImpl
public void recordOpImpl(long duration,
int type,
int num)
recordEmailImpl
public void recordEmailImpl(int num)
init
public static void init(java.lang.String app,
java.lang.String version)
init
public static void init(com.filenet.pch.Listener listener)
recordQuery
public static void recordQuery(long duration)
recordOp
public static void recordOp(long duration,
int type)
recordOp
public static void recordOp(long duration,
int type,
int num)
recordEmail
public static void recordEmail(int num)
Copyright ?2002 - 2005 FileNet Corporation. All rights reserved.