Class BeanStatistics
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.cics.statistics.BeanStatistics
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic BeanStatistics
create
(byte[] Data, int offset, int length) create is intended for internal use only.long
EJB_BEAN_ACTIVATIONS value.long
EJB_BEAN_CREATES value.long
EJB_BEAN_METHOD_CALLS value.EJB_BEAN_NAME value.long
EJB_BEAN_PASSIVATIONS value.long
EJB_BEAN_REMOVES value.EJB_CORBASERVER_NAME value.EJB_DJAR_NAME value.int
ejbdsId()
EJBDS_ID value.int
ejbdsLen()
EJBDS_LEN value.int
EJBDS_VERS value.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Field Details
-
EJBIDR
public static final int EJBIDRConstant: 0x73 = 115- See Also:
-
EJB_VERS
public static final int EJB_VERSConstant: 0x01 = 1- See Also:
-
-
Method Details
-
ejbdsLen
public int ejbdsLen()EJBDS_LEN value.- Returns:
- int EJBDS_LEN value
-
ejbdsId
public int ejbdsId()EJBDS_ID value.- Returns:
- int EJBDS_ID value
-
ejbdsVers
public int ejbdsVers()EJBDS_VERS value.- Returns:
- int EJBDS_VERS value
-
ejbBeanName
EJB_BEAN_NAME value.- Returns:
- String EJB_BEAN_NAME value
-
ejbCorbaserverName
EJB_CORBASERVER_NAME value.- Returns:
- String EJB_CORBASERVER_NAME value
-
ejbDjarName
EJB_DJAR_NAME value.- Returns:
- String EJB_DJAR_NAME value
-
ejbBeanActivations
public long ejbBeanActivations()EJB_BEAN_ACTIVATIONS value.- Returns:
- long EJB_BEAN_ACTIVATIONS value
-
ejbBeanPassivations
public long ejbBeanPassivations()EJB_BEAN_PASSIVATIONS value.- Returns:
- long EJB_BEAN_PASSIVATIONS value
-
ejbBeanCreates
public long ejbBeanCreates()EJB_BEAN_CREATES value.- Returns:
- long EJB_BEAN_CREATES value
-
ejbBeanRemoves
public long ejbBeanRemoves()EJB_BEAN_REMOVES value.- Returns:
- long EJB_BEAN_REMOVES value
-
ejbBeanMethodCalls
public long ejbBeanMethodCalls()EJB_BEAN_METHOD_CALLS value.- Returns:
- long EJB_BEAN_METHOD_CALLS value
-
create
create is intended for internal use only. Instances of this section are created by the parent record or section.- Parameters:
Data
- Array of bytes containing data for this sectionoffset
- Offset of this section in the datalength
- length of the section
-