Uses of Class
org.jboss.weld.event.Status
-
Packages that use Status Package Description org.jboss.weld.event JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc. -
-
Uses of Status in org.jboss.weld.event
Methods in org.jboss.weld.event that return Status Modifier and Type Method Description static StatusStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static Status[]Status. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.jboss.weld.event with parameters of type Status Constructor Description TransactionSynchronizedRunnable(Runnable task, Status desiredStatus)
-