Serialized Form


Package org.ow2.jasmine.agent.server

Class org.ow2.jasmine.agent.server.Agent extends Object implements Serializable

serialVersionUID: 3670722052592266373L

Serialized Fields

systemProperties

org.ow2.jasmine.agent.common.discovery.SystemProperties systemProperties
The OS properties of the agent.


applicationDiscoveryServiceList

List<E> applicationDiscoveryServiceList
The map of all known application discovery services with the managed element type as key


jkManagerService

org.ow2.jasmine.agent.common.jk.JkManagerService jkManagerService
The jkmanager service of the agent if available


state

AgentState state
The Agent State


lastDiscovery

Date lastDiscovery
The date when the last discovery has been launched on this agent


applicationList

List<E> applicationList
The list of all the applications currently discovered


temp_applicationList

List<E> temp_applicationList
A temporary list to avoid re-initialize the true application list when a new discovery is launched


isDiscoveryRunning

Boolean isDiscoveryRunning
A boolean to know when a discovery is currently running on an agent.


agentId

String agentId
the id of the agent


Package org.ow2.jasmine.agent.server.event

Class org.ow2.jasmine.agent.server.event.AgentEvent extends Object implements Serializable

serialVersionUID: 1602925346884551471L

Serialized Fields

type

AgentEventType type
The type of the AgentEvent


agent

Agent agent
The agent concerned



Copyright © 2012 OW2 Consortium. All Rights Reserved.