Package | Description |
---|---|
de.esprit.netsuite.client.abo.std |
Contains standard client ABOs
|
de.esprit.netsuite.netdata.agent.internal.abo |
Contains Agents for managing Alive Business Objects (ABOs)
|
de.esprit.netsuite.server.abo |
Contains server classes for working with Alive Business Objects (ABOs)
|
de.esprit.netsuite.server.abo.loadmeter |
Contains ABOs that measure the server load
|
de.esprit.netsuite.server.coserver |
Contains co-server related classes
|
Modifier and Type | Class and Description |
---|---|
class |
ServerStatisticABO
This ABO provides the server side singleton
ServerStatistic instance to clients. |
class |
SimpleTrackABO
This is a sample
AbstractSingletonABO for positioning a point within a rectangular area. |
class |
TankABO
This is a sample persistent
AliveBusinessObject built on a DBO_tnt_tank database record. |
Constructor and Description |
---|
ABOFetchAgent(ClientContext clientCtx,
boolean withLock,
java.lang.Class<? extends AbstractABO> aboClass,
java.lang.Object... pkValues) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDBRecordABO<C extends ClientContext,S extends ServerContext,I extends AliveBusinessObject>
This is a wrapper for an ABO instance which implements the
DBRecord interface and thus can be
handled by DBRecordTable , DBRecordList and other DBRecord capable classes. |
class |
AbstractPersistentABO<C extends ClientContext,S extends ServerContext,I extends AliveBusinessObject>
This is the base class for business objects based on a database persistent record.
|
class |
AbstractSingletonABO<C extends ClientContext,S extends ServerContext,I extends AbstractSingletonABO>
This is the base class for all Singleton ABOs.
|
Modifier and Type | Method and Description |
---|---|
<T extends AbstractSingletonABO> |
ABOServerCache.findCachedABO(java.lang.Class<? extends AbstractABO> aboClass)
Finds the according SingletonABO in the cache
|
Constructor and Description |
---|
ABOPrimaryKey(java.lang.Class<? extends AbstractABO> aboClass,
java.lang.Object... pkValues) |
SingletonPrimaryKey(java.lang.Class<? extends AbstractABO> aboClass) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractLoadMeterABO
This is the base class for all server statistics tracking ABOs.
|
class |
ClientMeterABO
This ABO measures the current client count
|
class |
MessageMeterABO
This ABO measures the current messages/min count
|
class |
RequestMeterABO
This ABO measures the current requests/min count
|
class |
TaskMeterABO
This ABO measures the number of tasks currently running
|
Modifier and Type | Class and Description |
---|---|
class |
CoServerConnectionABO
This ABO contains ever up to date information, which CoServers are connected.
|
Copyright © 2014 EsprIT-Systems. All Rights Reserved.