applis.ejb.perfs
Class PerfsClient

java.lang.Object
  |
  +--applis.ejb.perfs.PerfsClient

public class PerfsClient
extends java.lang.Object


Field Summary
static int TX_CLIENT
           
static int TX_CONTAINER
           
static int TX_NONE
           
 
Constructor Summary
PerfsClient()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TX_CLIENT

public static int TX_CLIENT

TX_CONTAINER

public static int TX_CONTAINER

TX_NONE

public static int TX_NONE
Constructor Detail

PerfsClient

public PerfsClient()
Method Detail

main

public static void main(java.lang.String[] args)