com.wewebu.ow.server.app
Enum OwUserOperationEvent.OwUserOperationType

java.lang.Object
  extended by java.lang.Enum<OwUserOperationEvent.OwUserOperationType>
      extended by com.wewebu.ow.server.app.OwUserOperationEvent.OwUserOperationType
All Implemented Interfaces:
Serializable, Comparable<OwUserOperationEvent.OwUserOperationType>
Enclosing class:
OwUserOperationEvent

public static enum OwUserOperationEvent.OwUserOperationType
extends Enum<OwUserOperationEvent.OwUserOperationType>

Operation Types


Enum Constant Summary
LOGIN
           
LOGOUT
           
START
           
STOP
           
 
Method Summary
 void fire(OwUserOperationDispatch executor_p, OwBaseUserInfo userInfo_p, String eventSource_p)
           
 void fireAndForget(OwUserOperationDispatch executor_p, OwBaseUserInfo userInfo_p, String eventSource_p)
           
static OwUserOperationEvent.OwUserOperationType valueOf(String name)
          Returns the enum constant of this type with the specified name.
static OwUserOperationEvent.OwUserOperationType[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

LOGIN

public static final OwUserOperationEvent.OwUserOperationType LOGIN

LOGOUT

public static final OwUserOperationEvent.OwUserOperationType LOGOUT

START

public static final OwUserOperationEvent.OwUserOperationType START

STOP

public static final OwUserOperationEvent.OwUserOperationType STOP
Method Detail

values

public static OwUserOperationEvent.OwUserOperationType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (OwUserOperationEvent.OwUserOperationType c : OwUserOperationEvent.OwUserOperationType.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static OwUserOperationEvent.OwUserOperationType valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null

fire

public void fire(OwUserOperationDispatch executor_p,
                 OwBaseUserInfo userInfo_p,
                 String eventSource_p)
          throws OwException
Throws:
OwException

fireAndForget

public void fireAndForget(OwUserOperationDispatch executor_p,
                          OwBaseUserInfo userInfo_p,
                          String eventSource_p)


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.