org.jboss.util.state
Class Test

java.lang.Object
  extended byorg.jboss.util.state.Test

public class Test
extends Object

???

Version:
$Revision: 1.4 $
Author:
Jason Dillon

Constructor Summary
Test()
           
 
Method Summary
static boolean canSerialize(Serializable obj)
           
static void dumpState()
           
static void dumpState(State state)
           
static void dumpStates(Set set)
           
static void main(String[] args)
           
static StateMachine.Model makeClone()
           
static void test(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Test

public Test()
Method Detail

makeClone

public static StateMachine.Model makeClone()

canSerialize

public static boolean canSerialize(Serializable obj)

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception

dumpState

public static void dumpState(State state)

dumpStates

public static void dumpStates(Set set)

test

public static void test(String name)

dumpState

public static void dumpState()


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.