Serialized Form


Package org.jims.agent.exception

Class org.jims.agent.exception.CommandException extends java.lang.Exception implements Serializable

serialVersionUID: 3094904284760526855L

Class org.jims.agent.exception.JimsManagementException extends java.lang.Exception implements Serializable

serialVersionUID: 3417298666034491047L


Package org.jims.client.manager.core

Class org.jims.client.manager.core.CommunicationException extends java.lang.Exception implements Serializable


Package org.jims.client.manager.gui

Class org.jims.client.manager.gui.AboutDialog extends javax.swing.JDialog implements Serializable

serialVersionUID: 367968545975082260L

Serialized Fields

jContentPane

javax.swing.JPanel jContentPane

jButton

javax.swing.JButton jButton

northLabel

javax.swing.JLabel northLabel

mainText

javax.swing.JTextArea mainText

Class org.jims.client.manager.gui.ManagerWindow extends javax.swing.JFrame implements Serializable

serialVersionUID: -1067190727974399959L

Serialized Fields

jContentPane

javax.swing.JPanel jContentPane

mainWindowPanel

javax.swing.JPanel mainWindowPanel

bottomBox

javax.swing.Box bottomBox

bottomLabel1

javax.swing.JLabel bottomLabel1

bottomLabel2

javax.swing.JLabel bottomLabel2

mainSplit

javax.swing.JSplitPane mainSplit

leftPanel

org.jims.client.manager.gui.WindowLeftPanel leftPanel

rightPanel

org.jims.client.manager.gui.WindowRightPanel rightPanel

mnuMainMenu

MainMenuComponent mnuMainMenu

mainToolBar

MainToolbarComponent mainToolBar

managerDataModel

ManagerDataModel managerDataModel

Package org.jims.client.manager.gui.extension

Class org.jims.client.manager.gui.extension.CloseableTabbedPane extends javax.swing.JTabbedPane implements Serializable

serialVersionUID: 9076595150074802489L

Serialized Fields

listenerList

javax.swing.event.EventListenerList listenerList
The EventListenerList.


headerViewport

javax.swing.JViewport headerViewport
The viewport of the scrolled tabs.


normalCloseIcon

javax.swing.Icon normalCloseIcon
The normal closeicon.


hooverCloseIcon

javax.swing.Icon hooverCloseIcon
The closeicon when the mouse is over.


pressedCloseIcon

javax.swing.Icon pressedCloseIcon
The closeicon when the mouse is pressed.

Class org.jims.client.manager.gui.extension.ClusterList extends javax.swing.JList implements Serializable

Class org.jims.client.manager.gui.extension.ClusterTreeNode extends javax.swing.tree.DefaultMutableTreeNode implements Serializable

Class org.jims.client.manager.gui.extension.GridTree extends javax.swing.JTree implements Serializable

Class org.jims.client.manager.gui.extension.GridTreeCellRenderer extends javax.swing.tree.DefaultTreeCellRenderer implements Serializable

Serialized Fields

gridOpened

javax.swing.ImageIcon gridOpened

gridClosed

javax.swing.ImageIcon gridClosed

cluster

javax.swing.ImageIcon cluster

root

javax.swing.ImageIcon root

Class org.jims.client.manager.gui.extension.GridTreeNode extends javax.swing.tree.DefaultMutableTreeNode implements Serializable

Class org.jims.client.manager.gui.extension.PresentationTabbedPane extends CloseableTabbedPane implements Serializable

Class org.jims.client.manager.gui.extension.WNListCellRenderer extends javax.swing.DefaultListCellRenderer implements Serializable


Package org.jims.client.manager.gui.menu

Class org.jims.client.manager.gui.menu.ClusterTreePopupMenu extends javax.swing.JPopupMenu implements Serializable

Serialized Fields

userObject

java.lang.Object userObject

treeNode

javax.swing.tree.DefaultMutableTreeNode treeNode

mnuShowWNs

javax.swing.JMenuItem mnuShowWNs

Class org.jims.client.manager.gui.menu.GridTreePopupMenu extends javax.swing.JPopupMenu implements Serializable

Serialized Fields

mnuOpenGrid

javax.swing.JMenuItem mnuOpenGrid

userObject

java.lang.Object userObject

treeNode

javax.swing.tree.DefaultMutableTreeNode treeNode

mnuCloseGrid

javax.swing.JMenuItem mnuCloseGrid

Class org.jims.client.manager.gui.menu.MainMenuComponent extends javax.swing.JMenuBar implements Serializable

Serialized Fields

mnuGrid

javax.swing.JMenu mnuGrid

mnuCluster

javax.swing.JMenu mnuCluster

mnuWN

javax.swing.JMenu mnuWN

mnuHelp

javax.swing.JMenu mnuHelp

mnuManager

javax.swing.JMenu mnuManager

mnuItemExit

javax.swing.JMenuItem mnuItemExit

mnuConfig

javax.swing.JMenuItem mnuConfig

jMenuItem

javax.swing.JMenuItem jMenuItem

mnuOpenGrid

javax.swing.JMenuItem mnuOpenGrid

mnuCloseGrid

javax.swing.JMenuItem mnuCloseGrid

mnuReadWNs

javax.swing.JMenuItem mnuReadWNs

mnuWNOpenTab

javax.swing.JMenuItem mnuWNOpenTab

mnuWNShow

javax.swing.JMenuItem mnuWNShow

mnuWNOpenFrame

javax.swing.JMenuItem mnuWNOpenFrame

mnuView

javax.swing.JMenu mnuView

Class org.jims.client.manager.gui.menu.MainToolbarComponent extends javax.swing.JToolBar implements Serializable

Class org.jims.client.manager.gui.menu.ViewMenu extends javax.swing.JMenu implements Serializable

Class org.jims.client.manager.gui.menu.WNodeListPopupMenu extends javax.swing.JPopupMenu implements Serializable

Serialized Fields

mnuMonitor

javax.swing.JMenuItem mnuMonitor

model

WorkerNodeModel model

mnuOpenMonitorTab

javax.swing.JMenuItem mnuOpenMonitorTab

mnuOpenMonitorFrame

javax.swing.JMenuItem mnuOpenMonitorFrame

Package org.jims.client.manager.gui.specificview

Class org.jims.client.manager.gui.specificview.AbstractSpecificView extends javax.swing.JPanel implements Serializable

Serialized Fields

specificViewBox

javax.swing.Box specificViewBox

name

java.lang.String name

workerNodeModel

WorkerNodeModel workerNodeModel

wnLabel

javax.swing.JLabel wnLabel

masterWindow

javax.swing.JFrame masterWindow

viewStatusLabel

javax.swing.JLabel viewStatusLabel

Class org.jims.client.manager.gui.specificview.BarChartPanel extends StaticChartPanel implements Serializable

serialVersionUID: -135051100015878868L

Serialized Fields

dataset

org.jfree.data.category.DefaultCategoryDataset dataset

Class org.jims.client.manager.gui.specificview.ChartPanelImp extends AbstractSpecificView implements Serializable

serialVersionUID: 874500162541069815L

Serialized Fields

chartType

int chartType

attributeData

java.util.LinkedList<E> attributeData

chartPanel

javax.swing.JPanel chartPanel

Class org.jims.client.manager.gui.specificview.ConfigurationPanel extends AbstractSpecificView implements Serializable

Serialized Fields

configTextArea

javax.swing.JTextArea configTextArea

save

javax.swing.JButton save

backup

java.lang.String backup

fileName

java.lang.String fileName

Class org.jims.client.manager.gui.specificview.DefaultSpecificView extends AbstractSpecificView implements Serializable

Serialized Fields

verticalSplit

javax.swing.JSplitPane verticalSplit

horizontalSplit

javax.swing.JSplitPane horizontalSplit

expandBox

javax.swing.Box expandBox

specialPanel

MBEntrySpecialPanel specialPanel

mbTree

MBTree mbTree

scrollTree

javax.swing.JScrollPane scrollTree

contentPanel

MBContentPanel contentPanel

selListener

SelectionListener selListener

lastDividerLocation

int lastDividerLocation

selectedMBean

int selectedMBean

Class org.jims.client.manager.gui.specificview.DynamicChartPanel extends ChartPanelImp implements Serializable

Serialized Fields

interval

javax.swing.JTextField interval

maxItemCount

javax.swing.JTextField maxItemCount

applySettings

javax.swing.JButton applySettings

timeSeriesCollection

org.jfree.data.time.TimeSeriesCollection timeSeriesCollection

dataReader

org.jims.client.manager.gui.specificview.DynamicChartPanel.DataReader dataReader

readerDelay

int readerDelay

maxItems

int maxItems

Class org.jims.client.manager.gui.specificview.PieChartPanel extends StaticChartPanel implements Serializable

Serialized Fields

dataset

org.jfree.data.general.DefaultPieDataset dataset

Class org.jims.client.manager.gui.specificview.PresentationFrame extends javax.swing.JFrame implements Serializable

Serialized Fields

name

java.lang.String name

workerNodeModel

WorkerNodeModel workerNodeModel

parentWindow

ManagerWindow parentWindow

Class org.jims.client.manager.gui.specificview.StaticChartPanel extends ChartPanelImp implements Serializable

Serialized Fields

refresh

javax.swing.JButton refresh

Class org.jims.client.manager.gui.specificview.XYChartPanel extends DynamicChartPanel implements Serializable


Package org.jims.client.manager.gui.specificview.components

Class org.jims.client.manager.gui.specificview.components.CellRendererMoreClolumn extends javax.swing.JLabel implements Serializable

serialVersionUID: -5029665855199181422L

Class org.jims.client.manager.gui.specificview.components.CellRendererText extends javax.swing.JLabel implements Serializable

serialVersionUID: -5634659585333848392L

Class org.jims.client.manager.gui.specificview.components.CellRendererValue extends javax.swing.JLabel implements Serializable

serialVersionUID: 2784120760824790459L

Serialized Fields

model

AttributePresentationTableModel model

textLen

int textLen

text

java.lang.String text

foreground

java.awt.Color foreground

background

java.awt.Color background

extColumn

int extColumn

Class org.jims.client.manager.gui.specificview.components.InvokeButton extends javax.swing.JButton implements Serializable

Serialized Fields

parent

MBEntrySpecialPanel parent

frame

DefaultSpecificView frame

model

OperationPresentationTableModel model

row

int row

signature

java.lang.String[] signature

Class org.jims.client.manager.gui.specificview.components.MBContentPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

contentScrollPane

javax.swing.JScrollPane contentScrollPane

optionBox

javax.swing.Box optionBox

optionGroup

javax.swing.ButtonGroup optionGroup

refreshData

javax.swing.JButton refreshData

table

MBPresentationTable table

mbDesc

javax.swing.JLabel mbDesc

instance

MBContentPanel instance

optConstr

javax.swing.JRadioButton optConstr

optAll

javax.swing.JRadioButton optAll

optNotif

javax.swing.JRadioButton optNotif

optOper

javax.swing.JRadioButton optOper

optAttr

javax.swing.JRadioButton optAttr

viewReference

DefaultSpecificView viewReference

Class org.jims.client.manager.gui.specificview.components.MBEntrySpecialPanel extends javax.swing.JScrollPane implements Serializable

Serialized Fields

specialPanelScroll

javax.swing.JScrollPane specialPanelScroll

verticalBox

javax.swing.Box verticalBox

components

java.util.LinkedList<E> components

resultComponents

java.util.LinkedList<E> resultComponents

Class org.jims.client.manager.gui.specificview.components.MBPresentationTable extends javax.swing.JTable implements Serializable

Class org.jims.client.manager.gui.specificview.components.MBTree extends javax.swing.JTree implements Serializable

Class org.jims.client.manager.gui.specificview.components.MBTreeCellRenderer extends javax.swing.tree.DefaultTreeCellRenderer implements Serializable

Serialized Fields

domain

javax.swing.ImageIcon domain

mbean

javax.swing.ImageIcon mbean

Class org.jims.client.manager.gui.specificview.components.MenuVisualize extends javax.swing.JPopupMenu implements Serializable

Serialized Fields

contentPanel

MBContentPanel contentPanel

addTo

javax.swing.JMenu addTo

openNew

javax.swing.JMenu openNew

newLine

javax.swing.JMenuItem newLine

newPie

javax.swing.JMenuItem newPie

newBar

javax.swing.JMenuItem newBar

chartsAmount

int chartsAmount

Class org.jims.client.manager.gui.specificview.components.SpecialPanelAttribute extends SpecialPanelDefault implements Serializable

Class org.jims.client.manager.gui.specificview.components.SpecialPanelDefault extends javax.swing.JPanel implements Serializable

Class org.jims.client.manager.gui.specificview.components.SpecialPanelNotification extends SpecialPanelDefault implements Serializable

Class org.jims.client.manager.gui.specificview.components.SpecialPanelOperation extends SpecialPanelDefault implements Serializable

Class org.jims.client.manager.gui.specificview.components.TreeNodeDomain extends javax.swing.tree.DefaultMutableTreeNode implements Serializable

Class org.jims.client.manager.gui.specificview.components.TreeNodeMbean extends javax.swing.tree.DefaultMutableTreeNode implements Serializable


Package org.jims.client.manager.gui.specificview.model

Class org.jims.client.manager.gui.specificview.model.AllPresentationTableModel extends MBPresentationTableModel implements Serializable

serialVersionUID: -6717859410090130474L

Class org.jims.client.manager.gui.specificview.model.AttributePresentationTableModel extends MBPresentationTableModel implements Serializable

serialVersionUID: -6018637245494608495L

Serialized Fields

mBeanAttributes

javax.management.MBeanAttributeInfo[] mBeanAttributes

attributeValues

java.lang.Object[] attributeValues

isMore

boolean[] isMore

isArray

boolean[] isArray

Class org.jims.client.manager.gui.specificview.model.ConstructorPresentationTableModel extends MBPresentationTableModel implements Serializable

Serialized Fields

mBeanConstructors

javax.management.MBeanConstructorInfo[] mBeanConstructors

Class org.jims.client.manager.gui.specificview.model.MBPresentationTableModel extends javax.swing.table.AbstractTableModel implements Serializable

Serialized Fields

readTime

java.util.Date readTime

sgs

SGInvocationWrapper sgs

hostAddress

java.lang.String hostAddress

proxyAddress

java.lang.String proxyAddress

mbsIdentificator

java.lang.String mbsIdentificator

mbeanModel

MBeanModel mbeanModel

Class org.jims.client.manager.gui.specificview.model.NotificationPresentationTableModel extends MBPresentationTableModel implements Serializable

Serialized Fields

mBeanNotifications

javax.management.MBeanNotificationInfo[] mBeanNotifications

Class org.jims.client.manager.gui.specificview.model.OperationPresentationTableModel extends MBPresentationTableModel implements Serializable

Serialized Fields

mBeanOperations

javax.management.MBeanOperationInfo[] mBeanOperations

Package org.jims.client.manager.gui.util

Class org.jims.client.manager.gui.util.ProcessingPanel extends javax.swing.JDialog implements Serializable

Serialized Fields

jContentPane

javax.swing.JPanel jContentPane

progress

javax.swing.JProgressBar progress

outerPanel

javax.swing.JPanel outerPanel

innerPanel

javax.swing.JPanel innerPanel

jLabel

javax.swing.JLabel jLabel

labelTetxt

java.lang.String labelTetxt

Package org.jims.client.manager.mbeanspecific

Class org.jims.client.manager.mbeanspecific.FileSystemStatisticsChartPanel extends BarChartPanel implements Serializable

Serialized Fields

previousSeries

java.lang.String[] previousSeries

Package org.jims.modules.discovery

Class org.jims.modules.discovery.CommunicationException extends javax.management.JMRuntimeException implements Serializable

serialVersionUID: 5701815015742248553L

Serialized Fields

target

java.lang.Throwable target

Package org.jims.modules.discovery.comm

Class org.jims.modules.discovery.comm.UnknownCommunicatorAddress extends java.lang.Object implements Serializable


Package org.jims.modules.discovery.query

Class org.jims.modules.discovery.query.Query extends java.lang.Object implements Serializable

Class org.jims.modules.discovery.query.QueryResponse extends java.lang.Object implements Serializable

Serialized Fields

host

java.lang.String host

inetAddress

java.net.InetAddress inetAddress

totalMemory

long totalMemory

freeMemory

long freeMemory

maxMemory

long maxMemory

OSVersion

java.lang.String OSVersion

OSArch

java.lang.String OSArch

OSName

java.lang.String OSName

javaVMVersion

java.lang.String javaVMVersion

javaVMName

java.lang.String javaVMName

javaVMVendor

java.lang.String javaVMVendor

serverVersion

java.lang.String serverVersion

Class org.jims.modules.discovery.query.Relation extends java.lang.Object implements Serializable

Serialized Fields

relation

int relation

Package org.jims.modules.discovery.querytool

Class org.jims.modules.discovery.querytool.QueryApp extends javax.swing.JFrame implements Serializable

Serialized Fields

jSplitPane1

javax.swing.JSplitPane jSplitPane1

jSplitPane2

javax.swing.JSplitPane jSplitPane2

propertyValue

javax.swing.JTextPane propertyValue

mScrollPane

javax.swing.JScrollPane mScrollPane

root

javax.swing.tree.DefaultMutableTreeNode root

matchedServers

javax.swing.JTree matchedServers

box4

javax.swing.Box box4

queryButton

javax.swing.JButton queryButton

component2

java.awt.Component component2

component1

java.awt.Component component1

jScrollPane1

javax.swing.JScrollPane jScrollPane1

box5

javax.swing.Box box5

component3

java.awt.Component component3

component4

java.awt.Component component4

component5

java.awt.Component component5

titledBorder1

javax.swing.border.TitledBorder titledBorder1

titledBorder2

javax.swing.border.TitledBorder titledBorder2

titledBorder3

javax.swing.border.TitledBorder titledBorder3

titledBorder4

javax.swing.border.TitledBorder titledBorder4

queryText

javax.swing.JTextArea queryText

titledBorder5

javax.swing.border.TitledBorder titledBorder5

box6

javax.swing.Box box6

component6

java.awt.Component component6

component7

java.awt.Component component7

qLabel

javax.swing.JLabel qLabel

Package org.jims.modules.discovery.service

Class org.jims.modules.discovery.service.DiscoveryClient extends java.lang.Object implements Serializable

Serialized Fields

multicastGroup

java.lang.String multicastGroup

multicastPort

int multicastPort

state

int state

timeOut

int timeOut

timeToLive

int timeToLive

pointToPointResponse

boolean pointToPointResponse

socket

java.net.MulticastSocket socket

inetAddress

java.net.InetAddress inetAddress

Class org.jims.modules.discovery.service.DiscoveryMonitor extends javax.management.NotificationBroadcasterSupport implements Serializable

Serialized Fields

multicastGroup

java.lang.String multicastGroup

multicastPort

int multicastPort

state

int state

socket

java.net.MulticastSocket socket

monitorThread

java.lang.Thread monitorThread

Class org.jims.modules.discovery.service.DiscoveryRequest extends java.lang.Object implements Serializable

Serialized Fields

discoverCommunicators

boolean discoverCommunicators

selectedHost

java.net.InetAddress selectedHost

Class org.jims.modules.discovery.service.DiscoveryResponder extends java.lang.Object implements Serializable

Serialized Fields

ttl

int ttl

multicastPort

int multicastPort

multicastGroup

java.lang.String multicastGroup

userData

DiscoveryUserData userData

socket

java.net.MulticastSocket socket

responderThread

java.lang.Thread responderThread

state

int state

response

DiscoveryResponse response

Class org.jims.modules.discovery.service.DiscoveryResponderNotification extends javax.management.Notification implements Serializable

Serialized Fields

agentState

int agentState

agentDescription

DiscoveryResponse agentDescription

Class org.jims.modules.discovery.service.DiscoveryResponse extends java.lang.Object implements Serializable

serialVersionUID: 7526472295622776147L

Serialized Fields

host

java.lang.String host

address

java.net.InetAddress address

implementationName

java.lang.String implementationName

implementationVendor

java.lang.String implementationVendor

implementationVersion

java.lang.String implementationVersion

specificationName

java.lang.String specificationName

specificationVendor

java.lang.String specificationVendor

specificationVersion

java.lang.String specificationVersion

mbeanServerId

java.lang.String mbeanServerId

objectList

java.util.Hashtable<K,V> objectList

userData

DiscoveryUserData userData

Class org.jims.modules.discovery.service.DiscoveryUserData extends java.lang.Object implements Serializable

serialVersionUID: 7526472295622776143L

Serialized Fields

jmxAddress

java.lang.String jmxAddress

credentials

java.lang.String[] credentials

processPID

int processPID

description

java.lang.String description

persistMonitorData

boolean persistMonitorData

osInfo

java.lang.String[] osInfo

Package org.jims.modules.gds.dto

Class org.jims.modules.gds.dto.AYARequest extends Request implements Serializable

serialVersionUID: 3541908026820108621L

Serialized Fields

sitesList

Site[] sitesList

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class org.jims.modules.gds.dto.AYAResponse extends Response implements Serializable

serialVersionUID: -6884509446845859015L

Serialized Fields

sitesList

Site[] sitesList

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class org.jims.modules.gds.dto.HBRequest extends Request implements Serializable

serialVersionUID: 361037273103356414L

Serialized Fields

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class org.jims.modules.gds.dto.HBResponse extends Response implements Serializable

serialVersionUID: 4379549611005093203L

Serialized Fields

sitesList

Site[] sitesList

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class org.jims.modules.gds.dto.INORequest extends Request implements Serializable

serialVersionUID: -7511458010544360230L

Serialized Fields

initialSites

Site[] initialSites

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class org.jims.modules.gds.dto.INOResponse extends Response implements Serializable

serialVersionUID: 3219174861940489608L

Serialized Fields

sitesList

Site[] sitesList

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class org.jims.modules.gds.dto.Request extends java.lang.Object implements Serializable

serialVersionUID: -8409382363144502177L

Serialized Fields

destination

Site destination

source

Site source

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class org.jims.modules.gds.dto.Response extends java.lang.Object implements Serializable

serialVersionUID: 9125454504350396142L

Serialized Fields

code

int code

destination

Site destination

source

Site source

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Class org.jims.modules.gds.dto.Site extends java.lang.Object implements Serializable

serialVersionUID: -7579459781688035206L

Serialized Fields

SID

int SID

address

java.lang.String address

state

int state

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Package org.jims.modules.gds.exception

Class org.jims.modules.gds.exception.CodeException extends GDSException implements Serializable

Class org.jims.modules.gds.exception.ErrorException extends GDSException implements Serializable

Class org.jims.modules.gds.exception.GDSException extends java.lang.Exception implements Serializable

Class org.jims.modules.gds.exception.GDSResponseException extends GDSException implements Serializable

Serialized Fields

sourceSite

Site sourceSite

sitesList

Site[] sitesList

Class org.jims.modules.gds.exception.LookingForGRException extends GDSResponseException implements Serializable

Class org.jims.modules.gds.exception.MySelfException extends GDSException implements Serializable

Serialized Fields

mySelf

Site mySelf

Class org.jims.modules.gds.exception.NoConnectionException extends GDSException implements Serializable

Class org.jims.modules.gds.exception.NoResponseException extends GDSException implements Serializable

Class org.jims.modules.gds.exception.NormalWorking extends GDSResponseException implements Serializable

Class org.jims.modules.gds.exception.NoSID extends GDSException implements Serializable

Class org.jims.modules.gds.exception.NoSitesException extends GDSException implements Serializable

Class org.jims.modules.gds.exception.NotGR extends GDSResponseException implements Serializable

Class org.jims.modules.gds.exception.NotRegistered extends GDSResponseException implements Serializable

Class org.jims.modules.gds.exception.ParametersException extends GDSException implements Serializable

Class org.jims.modules.gds.exception.RestartException extends GDSException implements Serializable

Class org.jims.modules.gds.exception.SIDException extends SiteException implements Serializable

Class org.jims.modules.gds.exception.SIDStateException extends SiteException implements Serializable

Class org.jims.modules.gds.exception.SiteException extends GDSException implements Serializable

Serialized Fields

site

Site site

Class org.jims.modules.gds.exception.StateException extends SiteException implements Serializable


Package org.jims.modules.gds.notification

Class org.jims.modules.gds.notification.ClusterAddedNotification extends ClusterNotification implements Serializable

serialVersionUID: 7388366133335221477L

Class org.jims.modules.gds.notification.ClusterNotification extends javax.management.Notification implements Serializable

serialVersionUID: 8233513305080049532L

Serialized Fields

site

Site site

Class org.jims.modules.gds.notification.ClusterRemovedNotification extends ClusterNotification implements Serializable

serialVersionUID: 8271735687209624670L

Class org.jims.modules.gds.notification.ClusterUpdatedNotification extends ClusterNotification implements Serializable

serialVersionUID: -2989523029206771285L

Class org.jims.modules.gds.notification.WorkerNodeAddedNotification extends WorkerNodeNotification implements Serializable

serialVersionUID: 94725735680991709L

Class org.jims.modules.gds.notification.WorkerNodeNotification extends javax.management.Notification implements Serializable

serialVersionUID: -4686191825413125704L

Serialized Fields

rmiConnectorInfo

RMIConnectorInfo rmiConnectorInfo

Class org.jims.modules.gds.notification.WorkerNodeRemovedNotification extends WorkerNodeNotification implements Serializable

serialVersionUID: -3257569493102179964L


Package org.jims.modules.linux

Class org.jims.modules.linux.NotificationProperties extends java.lang.Object implements Serializable

serialVersionUID: -7205546411735361775L

Serialized Fields

enabled

boolean enabled

x

int x

y

int y

attributeName

java.lang.String attributeName

attributeType

char attributeType

thresholdValue

double thresholdValue

comparison

char comparison

info

java.lang.String info

Class org.jims.modules.linux.SystemInformation extends javax.management.NotificationBroadcasterSupport implements Serializable

serialVersionUID: 1783095677450180179L

Serialized Fields

server

javax.management.MBeanServer server

myTimer

javax.management.timer.Timer myTimer

counter

long counter

seqNumber

long seqNumber

fileSystemStat

FileSystemStatistics fileSystemStat

mBeanEnabledNotificationsCounter

int mBeanEnabledNotificationsCounter

mBeanNotificationsProperties

java.util.HashMap<K,V> mBeanNotificationsProperties

timerPeriod

int timerPeriod

mem

long mem

maxmem

long maxmem

memsh

long memsh

membuf

long membuf

memch

long memch

maxswp

long maxswp

swp

long swp

fileSystemStatistics

java.lang.String[] fileSystemStatistics

fileSystemStatisticsExt

java.lang.String[] fileSystemStatisticsExt

fileSystemStatisticeValues

double[][] fileSystemStatisticeValues

iomap

java.lang.String iomap

l1m

float l1m

l5m

float l5m

l15m

float l15m

uptime

float uptime

itime

float itime

cpuinf

java.lang.String cpuinf

model

java.lang.String model

ncpus

long ncpus

ncpusSet

boolean ncpusSet

type

java.lang.String type

ndisks

long ndisks

nproc

long nproc

rproc

long rproc

averageUser

long averageUser

averageNice

long averageNice

averageSystem

long averageSystem

averageIdle

long averageIdle

averageIowait

long averageIowait

averageIrq

long averageIrq

averageSoftirq

long averageSoftirq

firstLoad

boolean firstLoad

lastNcpuIt

long[] lastNcpuIt

lastNcpuUt

long[] lastNcpuUt

lastNcpuUtn

long[] lastNcpuUtn

lastNcpuSt

long[] lastNcpuSt

lastNcpuIowait

long[] lastNcpuIowait

lastNcpuIrqt

long[] lastNcpuIrqt

lastNcpuSoftirqt

long[] lastNcpuSoftirqt

lastIt

long lastIt

lastUt

long lastUt

lastUtn

long lastUtn

lastSt

long lastSt

lastIowait

long lastIowait

lastIrqt

long lastIrqt

lastSoftirqt

long lastSoftirqt

ver

java.lang.String ver

cline

java.lang.String cline

user

long user
Parameters read from /proc/stat


nice

long nice

system

long system

idle

long idle

iowait

long iowait

irq

long irq

softirq

long softirq

ncpuUser

long[] ncpuUser

ncpuNice

long[] ncpuNice

ncpuSystem

long[] ncpuSystem

ncpuIdle

long[] ncpuIdle

ncpuIowait

long[] ncpuIowait

ncpuIrq

long[] ncpuIrq

ncpuSoftirq

long[] ncpuSoftirq

averageNcpuUser

long[] averageNcpuUser

averageNcpuNice

long[] averageNcpuNice

averageNcpuSystem

long[] averageNcpuSystem

averageNcpuIdle

long[] averageNcpuIdle

averageNcpuIowait

long[] averageNcpuIowait

averageNcpuIrq

long[] averageNcpuIrq

averageNcpuSoftirq

long[] averageNcpuSoftirq

Package org.jims.modules.sg.service.exception

Class org.jims.modules.sg.service.exception.SoapGatewayException extends java.lang.Exception implements Serializable

serialVersionUID: -7640739943053134328L

Serialized Fields

__equalsCalc

java.lang.Object __equalsCalc

__hashCodeCalc

boolean __hashCodeCalc

Package org.jims.modules.sg.service.manager

Class org.jims.modules.sg.service.manager.RMIConnectorInfo extends java.lang.Object implements Serializable

serialVersionUID: -3178896852846226531L

Serialized Fields

heartBeatRetries

int heartBeatRetries
Count of retries until removing connection from pool


userData

DiscoveryUserData userData
extra information about monitored application


Package org.jims.modules.sg.service.utils

Class org.jims.modules.sg.service.utils.MBSInfo extends java.lang.Object implements Serializable

serialVersionUID: -6308896861403086030L

Serialized Fields

jmxConnectorAddress

java.lang.String jmxConnectorAddress
Whole address of JMX server connector


prefix

java.lang.String prefix
prefix: service


type

java.lang.String type
type: jmx


connectorType

java.lang.String connectorType
Connector type: rmi


ipAddress

java.lang.String ipAddress
ipAddress: host IP address


port

java.lang.Integer port
port: port where MBServer connector is listening, typically 1099


transport

java.lang.String transport
transport: jrmp


stub

java.lang.String stub
stub: serialized class of RMI stub (RMIConnectorServer)



Copyright ? 2007. All Rights Reserved.