public class JtaBB extends Blackboard
| Modifier and Type | Field and Description |
|---|---|
static JtaBB |
bbInstance |
static int |
COUNTER |
static java.lang.String |
dbTableName |
static int |
NUM_CREATE |
static int |
NUM_GET |
static int |
NUM_UPDATE |
counterNames, GemFire, RMI| Constructor and Description |
|---|
JtaBB()
Zero-arg constructor for remote method invocations.
|
JtaBB(java.lang.String name,
java.lang.String type)
Creates a sample blackboard using the specified name and transport type.
|
| Modifier and Type | Method and Description |
|---|---|
static JtaBB |
getBB()
Get the JtaBB
|
static long |
incrementCounter(java.lang.String counterName,
int counter)
Increments the counter with the given name
|
createSharedCounters, createSharedLock, createSharedMap, getCounterNames, getSharedCounter, getSharedCounters, getSharedLock, getSharedMap, print, printSharedCounters, printSharedMappublic static int NUM_CREATE
public static int NUM_UPDATE
public static int NUM_GET
public static int COUNTER
public static JtaBB bbInstance
public static java.lang.String dbTableName
public JtaBB()
public JtaBB(java.lang.String name,
java.lang.String type)
public static JtaBB getBB()
public static long incrementCounter(java.lang.String counterName,
int counter)
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.