Uses of Class
com.hack23.cia.model.api.application.events.MonitorOperationType

Packages that use MonitorOperationType
Package Description
com.hack23.cia.model.api.application.events Provides... 
com.hack23.cia.model.api.application.factory   
com.hack23.cia.model.impl.application.events.admin Provides... 
com.hack23.cia.service.api.monitoring Provides... 
com.hack23.cia.web.api.monitoring Provides... 
 

Uses of MonitorOperationType in com.hack23.cia.model.api.application.events
 

Methods in com.hack23.cia.model.api.application.events that return MonitorOperationType
Modifier and Type Method and Description
static MonitorOperationType MonitorOperationType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MonitorOperationType[] MonitorOperationType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of MonitorOperationType in com.hack23.cia.model.api.application.factory
 

Methods in com.hack23.cia.model.api.application.factory with parameters of type MonitorOperationType
Modifier and Type Method and Description
 ActionEvent ApplicationEventsModelFactory.createMonitorActionEvent(Date date, MonitorOperationType operation)
          Creates a new ApplicationEventsModel object.
 

Uses of MonitorOperationType in com.hack23.cia.model.impl.application.events.admin
 

Methods in com.hack23.cia.model.impl.application.events.admin that return MonitorOperationType
Modifier and Type Method and Description
 MonitorOperationType MonitorActionEvent.getOperation()
          Gets the operation.
 

Methods in com.hack23.cia.model.impl.application.events.admin with parameters of type MonitorOperationType
Modifier and Type Method and Description
 void MonitorActionEvent.setOperation(MonitorOperationType operation)
          Sets the operation.
 

Constructors in com.hack23.cia.model.impl.application.events.admin with parameters of type MonitorOperationType
Constructor and Description
MonitorActionEvent(Date createdDate, MonitorOperationType operation)
          Instantiates a new monitor action event.
 

Uses of MonitorOperationType in com.hack23.cia.service.api.monitoring
 

Methods in com.hack23.cia.service.api.monitoring that return MonitorOperationType
Modifier and Type Method and Description
 MonitorOperationType MonitorRequest.getOperation()
          Gets the operation.
 

Constructors in com.hack23.cia.service.api.monitoring with parameters of type MonitorOperationType
Constructor and Description
MonitorRequest(Long userSessionId, MonitorOperationType operation)
          Instantiates a new monitor request.
 

Uses of MonitorOperationType in com.hack23.cia.web.api.monitoring
 

Methods in com.hack23.cia.web.api.monitoring that return MonitorOperationType
Modifier and Type Method and Description
 MonitorOperationType MonitorAdminAction.getOperation()
          Gets the operation.
 

Constructors in com.hack23.cia.web.api.monitoring with parameters of type MonitorOperationType
Constructor and Description
MonitorAdminAction(MonitorOperationType operation)
          Instantiates a new monitor admin action.
 



Copyright © 2008-2010 www.hack23.com. All Rights Reserved.