public final class BeanStatistics extends SmfData
Modifier and Type | Field and Description |
---|---|
static int |
EJB_VERS
Constant: 0x01 = 1
|
static int |
EJBIDR
Constant: 0x73 = 115
|
Modifier and Type | Method and Description |
---|---|
static BeanStatistics |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
long |
ejbBeanActivations()
EJB_BEAN_ACTIVATIONS value.
|
long |
ejbBeanCreates()
EJB_BEAN_CREATES value.
|
long |
ejbBeanMethodCalls()
EJB_BEAN_METHOD_CALLS value.
|
String |
ejbBeanName()
EJB_BEAN_NAME value.
|
long |
ejbBeanPassivations()
EJB_BEAN_PASSIVATIONS value.
|
long |
ejbBeanRemoves()
EJB_BEAN_REMOVES value.
|
String |
ejbCorbaserverName()
EJB_CORBASERVER_NAME value.
|
String |
ejbDjarName()
EJB_DJAR_NAME value.
|
int |
ejbdsId()
EJBDS_ID value.
|
int |
ejbdsLen()
EJBDS_LEN value.
|
int |
ejbdsVers()
EJBDS_VERS value.
|
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public static final int EJBIDR
public static final int EJB_VERS
public int ejbdsLen()
public int ejbdsId()
public int ejbdsVers()
public String ejbBeanName()
public String ejbCorbaserverName()
public String ejbDjarName()
public long ejbBeanActivations()
public long ejbBeanPassivations()
public long ejbBeanCreates()
public long ejbBeanRemoves()
public long ejbBeanMethodCalls()
public static BeanStatistics create(byte[] Data, int offset, int length)
Data
- Array of bytes containing data for this sectionoffset
- Offset of this section in the datalength
- length of the sectionCopyright © 2020 Black Hill Software Pty Ltd. All rights reserved.