|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Package org.jini.rio.boot |
|---|
| Class org.jini.rio.boot.ActivateWrapper extends Object implements Serializable |
|---|
serialVersionUID: 1L
| Serialization Methods |
|---|
private Object writeReplace()
throws ObjectStreamException
ObjectStreamException| Serialized Fields |
|---|
Object impl
| Class org.jini.rio.boot.ActivateWrapper.ActivateDesc extends Object implements Serializable |
|---|
serialVersionUID: 1L
| Serialized Fields |
|---|
String className
URL[] importLocation
URL[] exportLocation
URL[] commonJARs
String policy
MarshalledObject data
| Package org.jini.rio.core |
|---|
| Class org.jini.rio.core.Association extends Object implements Serializable |
|---|
serialVersionUID: 1L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
IOException
ClassNotFoundException| Serialized Fields |
|---|
int state
AssociationDescriptor aDesc
| Class org.jini.rio.core.AssociationDescriptor extends Object implements Serializable |
|---|
serialVersionUID: 1L
| Serialized Fields |
|---|
AssociationType type
String[] interfaceNames
String name
String operationalStringName
ClassBundle fdhBundle
String[] groups
LookupLocator[] lookupLocators
boolean matchOnName
String propertyName
String[] configArgs
| Class org.jini.rio.core.AssociationType extends Object implements Serializable |
|---|
serialVersionUID: 1L
| Serialized Fields |
|---|
int type
| Class org.jini.rio.core.ClassBundle extends Object implements Serializable |
|---|
serialVersionUID: 1L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream oStream)
throws IOException,
ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream oStream)
throws IOException
IOException| Serialized Fields |
|---|
String className
String codebase
List jarNames
List jarResources
Map sharedComponents
Map methodClassTable
Map methodObjectTable
boolean computeHttpMD
String algorithm
Map httpmdResourceMap
| Class org.jini.rio.core.GenericCostModel extends Object implements Serializable |
|---|
serialVersionUID: 1L
| Serialized Fields |
|---|
double costPerUnit
String description
Set timeBoundaries
| Class org.jini.rio.core.JSBControlException extends Exception implements Serializable |
|---|
serialVersionUID: 2L
| Class org.jini.rio.core.JSBInstantiationException extends Exception implements Serializable |
|---|
serialVersionUID: 1L
| Serialized Fields |
|---|
boolean unInstantiable
| Class org.jini.rio.core.MeasuredResource extends Object implements Serializable |
|---|
serialVersionUID: 1L
| Serialized Fields |
|---|
String identifier
double value
ThresholdValues tValues
| Class org.jini.rio.core.OperationalStringException extends Exception implements Serializable |
|---|
serialVersionUID: 1L
| Class org.jini.rio.core.ResourceCost extends Object implements Serializable |
|---|
serialVersionUID: 1L
| Serialized Fields |
|---|
String resourceName
Date date
String costModelDescription
double cost
double units
| Class org.jini.rio.core.ResourceCostModel.TimeBoundary extends Object implements Serializable |
|---|
serialVersionUID: 1L
| Serialized Fields |
|---|
long boundary
int type
double multiplier
| Class org.jini.rio.core.Schedule extends Object implements Serializable |
|---|
serialVersionUID: 2L
| Serialized Fields |
|---|
int month
int day
int hour
int minute
long duration
long repeatCount
long repeatInterval
boolean useDayOfMonth
boolean useToday
boolean useCurrentHour
| Class org.jini.rio.core.ServiceBeanConfig extends Object implements Serializable |
|---|
serialVersionUID: 1L
| Serialized Fields |
|---|
Map initParameters
Map configParms
String[] configArgs
| Class org.jini.rio.core.ServiceBeanInstance extends Object implements Serializable |
|---|
serialVersionUID: 1L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
IOException
ClassNotFoundException| Serialized Fields |
|---|
Uuid sbID
MarshalledInstance mi
ServiceBeanConfig sbConfig
String hostAddress
| Class org.jini.rio.core.ServiceElement extends Object implements Serializable |
|---|
serialVersionUID: 1L
| Serialized Fields |
|---|
int provisionType
ServiceBeanConfig sbConfig
AssociationDescriptor[] associations
ClassBundle componentBundle
ClassBundle[] exportBundles
Collection provisionableCapabilities
ServiceLevelAgreements slAgreements
boolean matchOnName
boolean autoAdvertise
boolean discoPool
int planned
int maxPerMachine
int actual
String[] machineCluster
ClassBundle fdhBundle
| Class org.jini.rio.core.ServiceLevelAgreements extends Object implements Serializable |
|---|
serialVersionUID: 1L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream oStream)
throws IOException,
ClassNotFoundException
IOException
ClassNotFoundException| Serialized Fields |
|---|
List systemCapabilities
List systemRequirements
Map systemThresholds
List serviceSLAs
| Class org.jini.rio.core.ServiceLevelAgreements.SystemRequirement extends Object implements Serializable |
|---|
serialVersionUID: 1L
| Serialized Fields |
|---|
String name
String className
Map attributes
SoftwareLoad softwareLoad
URL[] location
| Class org.jini.rio.core.SLA extends ThresholdValues implements Serializable |
|---|
serialVersionUID: 1L
| Serialized Fields |
|---|
String[] configArgs
String identifier
WatchDescriptor[] watchDescriptors
| Class org.jini.rio.core.ThresholdValues extends Object implements Serializable |
|---|
serialVersionUID: 1L
| Serialized Fields |
|---|
double highThreshold
double lowThreshold
double currentHighThreshold
double currentLowThreshold
long breachedCount
long clearedCount
| Class org.jini.rio.core.ZeroCostModel extends Object implements Serializable |
|---|
serialVersionUID: 1L
| Package org.jini.rio.core.provision |
|---|
| Class org.jini.rio.core.provision.ServiceProvisionEvent extends RemoteEvent implements Serializable |
|---|
serialVersionUID: 1L
| Serialized Fields |
|---|
ServiceElement svcElement
OperationalStringManager opStringManager
| Class org.jini.rio.core.provision.ServiceRecord extends Object implements Serializable |
|---|
serialVersionUID: 1L
| Serialized Fields |
|---|
Uuid uuid
String hostName
Date instantiated
Date updated
Date discarded
ServiceElement sElem
int type
List resourceCosts
| Class org.jini.rio.core.provision.ServiceStatement extends Object implements Serializable |
|---|
serialVersionUID: 1L
| Serialized Fields |
|---|
ServiceElement sElem
Map serviceRecords
| Class org.jini.rio.core.provision.SoftwareDownloadRecord extends Object implements Serializable |
|---|
serialVersionUID: 1L
| Serialized Fields |
|---|
URL location
String path
String name
boolean unarchived
Date downloadDate
int downloadedSize
int extractedSize
long downloadTime
long unarchiveTime
| Class org.jini.rio.core.provision.SoftwareLoad extends Object implements Serializable |
|---|
serialVersionUID: 1L
| Serialized Fields |
|---|
boolean removeOnDestroy
SoftwareLoad.SoftwareDownloadAttributes softwareDownload
SoftwareLoad.PostInstallAttributes postInstall
| Class org.jini.rio.core.provision.SoftwareLoad.PostInstallAttributes extends Object implements Serializable |
|---|
serialVersionUID: 1L
| Serialized Fields |
|---|
SoftwareLoad.SoftwareDownloadAttributes postInstallDownload
String executionTarget
boolean removeOnCompletion
| Class org.jini.rio.core.provision.SoftwareLoad.SoftwareDownloadAttributes extends Object implements Serializable |
|---|
serialVersionUID: -6064568477619251345L
| Serialized Fields |
|---|
URL location
String installRoot
boolean unarchive
| Package org.jini.rio.cybernode |
|---|
| Class org.jini.rio.cybernode.CybernodeAdminProxy extends ServiceAdminProxy implements Serializable |
|---|
serialVersionUID: 2L
| Class org.jini.rio.cybernode.CybernodeImpl_Stub extends RemoteStub implements Serializable |
|---|
serialVersionUID: 2L
| Class org.jini.rio.cybernode.CybernodePermission extends AccessPermission implements Serializable |
|---|
serialVersionUID: 2L
| Package org.jini.rio.entry |
|---|
| Class org.jini.rio.entry.ApplianceInfo extends AbstractEntry implements Serializable |
|---|
serialVersionUID: 1L
| Serialized Fields |
|---|
String osName
String osVersion
String arch
String jvmVendor
String jvmVersion
String hostName
String hostAddress
| Class org.jini.rio.entry.BasicStatus extends Status implements Serializable |
|---|
serialVersionUID: 1L
| Class org.jini.rio.entry.ComputeResourceUtilization extends AbstractEntry implements Serializable |
|---|
serialVersionUID: 1L
| Serialized Fields |
|---|
String description
String hostName
String address
Double utilization
MeasuredResource components, representing a
snapshot of the depletion-oriented resources of the compute resource
Map utilizationMap
| Class org.jini.rio.entry.OperationalStringEntry extends AbstractEntry implements Serializable |
|---|
serialVersionUID: 1L
| Serialized Fields |
|---|
String name
| Class org.jini.rio.entry.StandardServiceType extends ServiceType implements Serializable |
|---|
serialVersionUID: 1L
| Serialized Fields |
|---|
String name
String description
URL iconURL
| Package org.jini.rio.event |
|---|
| Class org.jini.rio.event.BasicEventConsumer_Stub extends RemoteStub implements Serializable |
|---|
serialVersionUID: 2L
| Class org.jini.rio.event.EventDescriptor extends AbstractEntry implements Serializable |
|---|
serialVersionUID: 1L
| Serialized Fields |
|---|
Class eventClass
Long eventID
| Class org.jini.rio.event.NoEventConsumerException extends Exception implements Serializable |
|---|
serialVersionUID: 1L
| Class org.jini.rio.event.RemotePropertyChangeEvent extends RemoteServiceEvent implements Serializable |
|---|
serialVersionUID: 1L
| Serialized Fields |
|---|
PropertyChangeEvent event
| Class org.jini.rio.event.RemoteServiceEvent extends RemoteEvent implements Serializable |
|---|
serialVersionUID: 1L
| Package org.jini.rio.log |
|---|
| Class org.jini.rio.log.LoggerConfig extends Object implements Serializable |
|---|
serialVersionUID: 1L
| Serialized Fields |
|---|
String loggerName
Level level
boolean useParentHandlers
String resourceBundleName
LoggerConfig.LogHandlerConfig[] handlers
| Class org.jini.rio.log.LoggerConfig.FormalArgument extends Object implements Serializable |
|---|
serialVersionUID: 1L
| Serialized Fields |
|---|
String dataType
String value
| Class org.jini.rio.log.LoggerConfig.LogHandlerConfig extends Object implements Serializable |
|---|
serialVersionUID: 1L
| Serialized Fields |
|---|
String handlerClassName
String formatterClassName
Level level
Map handlerArgs
List handlerArgList
| Package org.jini.rio.monitor |
|---|
| Class org.jini.rio.monitor.ProvisionFailureEvent extends RemoteServiceEvent implements Serializable |
|---|
serialVersionUID: 1L
| Serialized Fields |
|---|
Throwable exception
ServiceElement sElem
String reason
Date date
| Class org.jini.rio.monitor.ProvisionMonitor.PeerInfo extends Object implements Serializable |
|---|
serialVersionUID: 2L
| Serialized Fields |
|---|
ProvisionMonitor service
Integer backupCount
String address
Long id
| Class org.jini.rio.monitor.ProvisionMonitorAdminProxy extends ServiceAdminProxy implements Serializable |
|---|
serialVersionUID: 2L
| Class org.jini.rio.monitor.ProvisionMonitorEvent extends RemoteServiceEvent implements Serializable |
|---|
serialVersionUID: 1L
| Serialized Fields |
|---|
int action
String opStringName
ServiceElement sElem
OperationalString opString
Object[] redeploymentParms
ServiceBeanInstance instance
| Class org.jini.rio.monitor.ProvisionMonitorImpl_Stub extends RemoteStub implements Serializable |
|---|
serialVersionUID: 2L
| Class org.jini.rio.monitor.ProvisionMonitorImpl$OpStringManager_Stub extends RemoteStub implements Serializable |
|---|
serialVersionUID: 2L
| Class org.jini.rio.monitor.ProvisionMonitorPermission extends AccessPermission implements Serializable |
|---|
serialVersionUID: 2L
| Class org.jini.rio.monitor.RecordHolder extends Object implements Serializable |
|---|
serialVersionUID: 1L
| Serialized Fields |
|---|
int action
OperationalString opstring
| Class org.jini.rio.monitor.ServiceChannel.ServiceChannelEvent extends EventObject implements Serializable |
|---|
| Serialized Fields |
|---|
ServiceElement element
ServiceBeanInstance instance
int type
| Package org.jini.rio.opstring |
|---|
| Class org.jini.rio.opstring.OpString extends Object implements Serializable |
|---|
serialVersionUID: 1L
| Serialized Fields |
|---|
String name
ArrayList services
ArrayList nestedOpStrings
int deployedStatus
URL loadedFrom
Schedule schedule
| Package org.jini.rio.qos |
|---|
| Class org.jini.rio.qos.RelocationPolicyHandler_Stub extends RemoteStub implements Serializable |
|---|
serialVersionUID: 2L
| Class org.jini.rio.qos.ResourceCapability extends Object implements Serializable |
|---|
serialVersionUID: 1L
| Serialized Fields |
|---|
PlatformCapability[] platformCapabilities
MeasuredResource[] measuredResources
String address
String hostName
boolean persistentProvisioning
| Class org.jini.rio.qos.ScalingPolicyHandler_Stub extends RemoteStub implements Serializable |
|---|
serialVersionUID: 2L
| Class org.jini.rio.qos.SLAPolicyEvent extends EventObject implements Serializable |
|---|
| Serialized Fields |
|---|
SLA sla
String message
Object resultant
long when
SLAThresholdEvent slaThresholdEvent
| Class org.jini.rio.qos.SLAThresholdEvent extends ThresholdEvent implements Serializable |
|---|
serialVersionUID: 1L
| Serialized Fields |
|---|
ServiceElement sElem
String slaPolicyHandlerDescription
String hostAddress
Date date
ServiceBeanInstance instance
| Package org.jini.rio.qos.capability |
|---|
| Class org.jini.rio.qos.capability.PlatformCapability extends Object implements Serializable |
|---|
serialVersionUID: 1L
| Serialized Fields |
|---|
int type
Hashtable capabilities
String description
SoftwareLoad softwareLoad
List downloadRecords
String path
ResourceCostModel costModel
| Package org.jini.rio.qos.capability.connectivity |
|---|
| Class org.jini.rio.qos.capability.connectivity.ConnectivityCapability extends PlatformCapability implements Serializable |
|---|
serialVersionUID: 1L
| Class org.jini.rio.qos.capability.connectivity.TCPConnectivity extends ConnectivityCapability implements Serializable |
|---|
serialVersionUID: 1L
| Package org.jini.rio.qos.capability.enterprise |
|---|
| Class org.jini.rio.qos.capability.enterprise.ApplicationServerSupport extends PlatformCapability implements Serializable |
|---|
serialVersionUID: 4780640888837958987L
| Class org.jini.rio.qos.capability.enterprise.DatabaseSupport extends PlatformCapability implements Serializable |
|---|
serialVersionUID: 1L
| Class org.jini.rio.qos.capability.enterprise.WebServerSupport extends PlatformCapability implements Serializable |
|---|
serialVersionUID: 1L
| Package org.jini.rio.qos.capability.software |
|---|
| Class org.jini.rio.qos.capability.software.J2EESupport extends PlatformCapability implements Serializable |
|---|
serialVersionUID: 1L
| Class org.jini.rio.qos.capability.software.J2MESupport extends PlatformCapability implements Serializable |
|---|
serialVersionUID: 1L
| Class org.jini.rio.qos.capability.software.J2SESupport extends PlatformCapability implements Serializable |
|---|
serialVersionUID: 1L
| Class org.jini.rio.qos.capability.software.NativeLibrarySupport extends PlatformCapability implements Serializable |
|---|
serialVersionUID: 1L
| Class org.jini.rio.qos.capability.software.RioSupport extends PlatformCapability implements Serializable |
|---|
serialVersionUID: 1L
| Class org.jini.rio.qos.capability.software.SoftwareSupport extends PlatformCapability implements Serializable |
|---|
serialVersionUID: 1L
| Package org.jini.rio.qos.capability.system |
|---|
| Class org.jini.rio.qos.capability.system.ByteOrientedDevice extends PlatformCapability implements Serializable |
|---|
| Class org.jini.rio.qos.capability.system.Memory extends ByteOrientedDevice implements Serializable |
|---|
serialVersionUID: 1L
| Class org.jini.rio.qos.capability.system.ProcessorArchitecture extends PlatformCapability implements Serializable |
|---|
serialVersionUID: 1L
| Class org.jini.rio.qos.capability.system.RMIActivation extends PlatformCapability implements Serializable |
|---|
serialVersionUID: 1L
| Class org.jini.rio.qos.capability.system.StorageCapability extends ByteOrientedDevice implements Serializable |
|---|
serialVersionUID: 1L
| Package org.jini.rio.qos.measurable.cpu |
|---|
| Class org.jini.rio.qos.measurable.cpu.CalculableCPU extends Calculable implements Serializable |
|---|
serialVersionUID: 1L
| Package org.jini.rio.qos.measurable.disk |
|---|
| Class org.jini.rio.qos.measurable.disk.CalculableDiskSpace extends Calculable implements Serializable |
|---|
serialVersionUID: 1L
| Serialized Fields |
|---|
double capacity
double available
| Package org.jini.rio.qos.measurable.memory |
|---|
| Class org.jini.rio.qos.measurable.memory.CalculableMemory extends Calculable implements Serializable |
|---|
serialVersionUID: 1L
| Serialized Fields |
|---|
double totalMemory
double usedMemory
| Package org.jini.rio.resources.persistence |
|---|
| Class org.jini.rio.resources.persistence.CorruptedStoreException extends StoreException implements Serializable |
|---|
serialVersionUID: 2L
| Class org.jini.rio.resources.persistence.StoreConflictException extends StoreException implements Serializable |
|---|
serialVersionUID: 2L
| Class org.jini.rio.resources.persistence.StoreException extends Exception implements Serializable |
|---|
serialVersionUID: 2L
| Serialized Fields |
|---|
Throwable nestedException
null.
| Package org.jini.rio.resources.resource |
|---|
| Class org.jini.rio.resources.resource.ResourceUnavailableException extends Exception implements Serializable |
|---|
serialVersionUID: 1L
| Package org.jini.rio.resources.servicecore |
|---|
| Class org.jini.rio.resources.servicecore.AbstractProxy extends Object implements Serializable |
|---|
serialVersionUID: 2L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
InvalidObjectException - if the state of the
deserialized instance of this class is found to be invalid.
IOException
ClassNotFoundException
private void readObjectNoData()
throws ObjectStreamException
InvalidObjectException - to indicate that there was
no data in the stream during deserialization of an instance of this
class; declaring that something is wrong.
ObjectStreamException| Serialized Fields |
|---|
Remote server
Uuid uuid
| Class org.jini.rio.resources.servicecore.ConstrainableServiceAdminProxy extends ServiceAdminProxy implements Serializable |
|---|
serialVersionUID: 2L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
InvalidObjectException - if any of the
requirements for trust verification (as detailed in the
class description) are not satisfied.
IOException
ClassNotFoundException| Serialized Fields |
|---|
MethodConstraints constraints
| Class org.jini.rio.resources.servicecore.LandlordLessor_Stub extends RemoteStub implements Serializable |
|---|
serialVersionUID: 2L
| Class org.jini.rio.resources.servicecore.ServiceAdminImpl_Stub extends RemoteStub implements Serializable |
|---|
serialVersionUID: 2L
| Class org.jini.rio.resources.servicecore.ServiceAdminProxy extends Object implements Serializable |
|---|
serialVersionUID: 2L
| Serialization Methods |
|---|
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
InvalidObjectException - if the state of the
deserialized instance of this class is found to be invalid.
IOException
ClassNotFoundException
private void readObjectNoData()
throws ObjectStreamException
InvalidObjectException - to indicate that there was
no data in the stream during deserialization of an instance of this
class; declaring that something is wrong.
ObjectStreamException| Serialized Fields |
|---|
ServiceAdmin serviceAdmin
Uuid uuid
| Package org.jini.rio.resources.serviceui |
|---|
| Class org.jini.rio.resources.serviceui.UIComponentFactory extends Object implements Serializable |
|---|
serialVersionUID: 1L
| Serialized Fields |
|---|
String className
URL[] exportURL
| Class org.jini.rio.resources.serviceui.UIDialogFactory extends Object implements Serializable |
|---|
serialVersionUID: 1L
| Serialized Fields |
|---|
String className
URL[] exportURL
| Class org.jini.rio.resources.serviceui.UIFrameFactory extends Object implements Serializable |
|---|
| Serialized Fields |
|---|
String className
URL[] exportURL
| Class org.jini.rio.resources.serviceui.UIWindowFactory extends Object implements Serializable |
|---|
| Serialized Fields |
|---|
String className
URL[] exportURL
| Package org.jini.rio.watch |
|---|
| Class org.jini.rio.watch.AccumulatorViewer extends JPanel implements Serializable |
|---|
serialVersionUID: 1L
| Serialized Fields |
|---|
Watchable service
WatchDataSource[] watchDataSources
String[] wdsIDs
CalculableViewable defaultDataView
CalculableViewable dataView
JTree tree
DefaultMutableTreeNode root
JComponent graphPanel
org.jini.rio.watch.AccumulatorViewer.GridBagPanel slidersPanel
JSlider startSl
JSlider stopSl
int startSliderValue
int stopSliderValue
boolean paintFlag
ClassLoader loader
JSplitPane mainSplitPane
Timer autoRefresh
ChangeListener sliderListener
| Class org.jini.rio.watch.Calculable extends Object implements Serializable |
|---|
serialVersionUID: 1L
| Serialized Fields |
|---|
String id
double value
long when
| Class org.jini.rio.watch.CalculableDisplayAttributes extends Object implements Serializable |
|---|
serialVersionUID: 1L
| Serialized Fields |
|---|
String yLegend
FontDescriptor yLegendFont
int yScale
NumberFormat yFormat
String xLegend
FontDescriptor xLegendFont
int xScale
NumberFormat xFormat
String title
FontDescriptor titleFont
Class calculableClass
| Class org.jini.rio.watch.FontDescriptor extends Object implements Serializable |
|---|
serialVersionUID: 1L
| Serialized Fields |
|---|
int style
int size
String name
| Class org.jini.rio.watch.ThresholdEvent extends RemoteServiceEvent implements Serializable |
|---|
serialVersionUID: 1L
| Serialized Fields |
|---|
Calculable calculable
ThresholdValues thresholdValues
int type
| Class org.jini.rio.watch.WatchDataSourceImpl_Stub extends RemoteStub implements Serializable |
|---|
serialVersionUID: 2L
| Class org.jini.rio.watch.WatchDescriptor extends Object implements Serializable |
|---|
serialVersionUID: 1L
| Serialized Fields |
|---|
String name
String type
String property
long period
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||