Package org.apache.ofbiz.webapp.control
Class ConfigXMLReader.Event
java.lang.Object
org.apache.ofbiz.webapp.control.ConfigXMLReader.Event
- Enclosing class:
- ConfigXMLReader
-
Constructor Details
-
Event
Instantiates a new Event.- Parameters:
eventElement
- the event element
-
Event
Instantiates a new Event.- Parameters:
type
- the typepath
- the pathinvoke
- the invokeglobalTransaction
- the global transaction
-
-
Method Details
-
getMetrics
Gets metrics.- Returns:
- the metrics
-
isGlobalTransaction
public boolean isGlobalTransaction()Is global transaction boolean.- Returns:
- the boolean
-
getTransactionTimeout
public int getTransactionTimeout()Gets transaction timeout.- Returns:
- the transaction timeout
-
getType
Gets type.- Returns:
- the type
-
getPath
Gets path.- Returns:
- the path
-
getInvoke
Gets invoke.- Returns:
- the invoke
-