Uses of Class
org.glassfish.admin.amx.annotation.ManagedAttribute
-
Packages that use ManagedAttribute Package Description org.glassfish.admin.amx.base org.glassfish.admin.amx.core Core AMX api and utilities.org.glassfish.admin.amx.j2ee org.glassfish.admin.amx.logging org.glassfish.admin.amx.monitoring Top-level monitoring interfaces. -
-
Uses of ManagedAttribute in org.glassfish.admin.amx.base
Methods in org.glassfish.admin.amx.base with annotations of type ManagedAttribute Modifier and Type Method Description ObjectName[]Sample. getAllAMX()explicity getter using an array, must work through proxy codeString[]Pathnames. getAllPathnames()Object[]Sample. getAllSortsOfStuff()Attribute whose values will have a variety of types that should pass the AMXValidtorbooleanDomainRoot. getAMXReady()Poll to see if AMX is ready for use.StringRealms. getAnonymousUser()StringDomainRoot. getApplicationServerFullVersion()StringDomainRoot. getAppserverDomainName()Return the name of this appserver domain.BulkAccessDomainRoot. getBulkAccess()Map<ObjectName,List<String>>DomainRoot. getComplianceFailures()Return a Map of all non-compliant MBeans (MBeans might no longer be registered).StringDomainRoot. getConfigDir()StringDomainRoot. getDebugPort()StringRealms. getDefaultRealmName()AMXConfigProxyDomainRoot. getDomain()Get the DomainConfig.StringDomainRoot. getDomainDir()booleanMBeanTrackerMBean. getEmitMBeanStatus()ExtDomainRoot. getExt()Return theExtMBean, parent of top-level utility and specialty MBeans.String[]SystemInfo. getFeatureNames()Return all features names.AMXProxy[]Query. getGlobalSingletons()StringTools. getHierarchy()StringTools. getInfo()emit information about all MBeansStringDomainRoot. getInstallDir()StringDomainRoot. getInstanceRoot()AMXProxyDomainRoot. getJ2EEDomain()For module dependency reasons, the returned object must be cast to the appropriate type, as it cannot be used here.String[]RuntimeRoot. getJMXServiceURLs()LoggingDomainRoot. getLogging()MonitoringRootDomainRoot. getMonitoringRoot()PathnamesDomainRoot. getPathnames()Map<String,Long>SystemInfo. getPerformanceMillis()Return a Map keyed by an arbitrary String denoting some feature.String[]Realms. getPredefinedAuthRealmClassNames()QueryDomainRoot. getQueryMgr()String[]Realms. getRealmNames()get the names of all realmsRealmsExt. getRealms()StringRuntimeRoot. getRESTBaseURL()Return the base URL for use withRuntimeRoot.executeREST(java.lang.String).RuntimeRootDomainRoot. getRuntime()SampleDomainRoot. getSample()Map<String,ServerRuntime>RuntimeRoot. getServerRuntime()String[]RuntimeRoot. getSupportedCipherSuites()SystemInfoDomainRoot. getSystemInfo()ToolsDomainRoot. getTools()Return theToolsMBean.Object[]DomainRoot. getUptimeMillis()Return the time the domain admin server has been running.booleanRuntimeRoot. isStartedInDebugMode()voidRealms. setDefaultRealmName(String realmName)voidMBeanTrackerMBean. setEmitMBeanStatus(boolean emit) -
Uses of ManagedAttribute in org.glassfish.admin.amx.core
Methods in org.glassfish.admin.amx.core with annotations of type ManagedAttribute Modifier and Type Method Description ObjectName[]AMX_SPI. getChildren()Deprecated.If no children are possible (a leaf node), an AttributeNotFoundException should be thrown.StringAMX_SPI. getName()Deprecated.the unencoded name, which could differ from the value of the 'name' property in the ObjectNameObjectNameAMX_SPI. getParent()Deprecated.Return the ObjectName of the parent. -
Uses of ManagedAttribute in org.glassfish.admin.amx.j2ee
Methods in org.glassfish.admin.amx.j2ee with annotations of type ManagedAttribute Modifier and Type Method Description ObjectNameJ2EEDeployedObject. getCorrespondingConfig()ObjectNameJ2EEDomain. getCorrespondingConfig()ObjectNameJ2EEResource. getCorrespondingConfig()ObjectNameJ2EEServer. getCorrespondingConfig()ObjectNameJ2EEResource. getCorrespondingRef()String[]J2EEServer. getdeployedObjects()Note that the Attribute name is case-sensitive "deployedObjects" as defined by JSR 77.StringJ2EEDeployedObject. getdeploymentDescriptor()The deploymentDescriptor string must contain the original XML deployment descriptor that was created for this module during the deployment process.String[]EJBModule. getejbs()Note that the Attribute name is case-sensitive "servlets" as defined by JSR 77.StringJVM. getjavaVendor()Note that the Attribute name is case-sensitive "javaVendor" as defined by JSR 77.StringJVM. getjavaVersion()Note that the Attribute name is case-sensitive "javaVersion" as defined by JSR 77.String[]J2EEModule. getjavaVMs()Note that the Attribute name is case-sensitive "javaVM" as defined by JSR 77.String[]J2EEServer. getjavaVMs()In 8.1, there will only ever be one JVM for a J2EEServer.StringJCAResource. getjcaConnectionFactory()ObjectNameStringJCAConnectionFactory. getjcaManagedConnectionFactory()ObjectNameString[]JDBCResource. getjdbcDataSources()ObjectName[]StringJDBCDataSource. getjdbcDriver()ObjectNameStringJ2EEServer. getjvm()There is always a single JVM for a J2EEServer.String[]J2EEApplication. getmodules()StringJVM. getnode()Note that the Attribute name is case-sensitive "node" as defined by JSR 77.StringJ2EEManagedObject. getobjectName()The ObjectName of the J2EEManagedObject.String[]ResourceAdapterModule. getresourceAdapters()String[]J2EEServer. getresources()Note that the Attribute name is case-sensitive "resources" as defined by JSR 77.StringJ2EEDeployedObject. getserver()The J2EEServer this module is deployed on.String[]J2EEDomain. getservers()Note that the Attribute name is case-sensitive "servers" as defined by JSR 77.StringJ2EEServer. getserverVendor()Note that the Attribute name is case-sensitive "serverVendor" as defined by JSR 77.StringJ2EEServer. getserverVersion()Note that the Attribute name is case-sensitive "serverVersion" as defined by JSR 77.String[]WebModule. getservlets()Note that the Attribute name is case-sensitive "servlets" as defined by JSR 77.longStateManageable. getstartTime()The time that the managed object was started represented as a long which value is the number of milliseconds since January 1, 1970, 00:00:00.intStateManageable. getstate()The current state of this SMO.StatsStatisticsProvider. getStats()Return a Stats objectString[]EventProvider. gettypes()Note that the Attribute name is case-sensitive "types" as defined by JSR 77.booleanJ2EEManagedObject. iseventProvider()If true, indicates that the managed object provides event notification about events that occur on that object.booleanJ2EEManagedObject. isstateManageable()If true, indicates that this managed object implements the StateManageable model and is state manageable.booleanJ2EEManagedObject. isstatisticsProvider()If true, indicates that the managed object supports performance statistics and therefore implements the StatisticsProvider model. -
Uses of ManagedAttribute in org.glassfish.admin.amx.logging
Methods in org.glassfish.admin.amx.logging with annotations of type ManagedAttribute Modifier and Type Method Description Map<String,Number>[]LogAnalyzer. getErrorInfo()Get a summary of theLevel.SEVEREandLevel.WARNINGlog entries for the known history.longLogAnalyzer. getErrorStatisticsIntervalMinutes()intLogAnalyzer. getKeepErrorStatisticsForIntervals()String[]LogFileAccess. getLogFileKeys()Keys which may be used to specify which log file to access.String[]LogAnalyzer. getLoggerNames()Map<String,String>Logging. getLoggingAttributes()Gets the configuration properties for loggingMap<String,String>Logging. getLoggingProperties()Gets all the logging properties in the logging.properties filevoidLogAnalyzer. setErrorStatisticsIntervalMinutes(long minutes)Set the duration of an interval.voidLogAnalyzer. setKeepErrorStatisticsForIntervals(int numIntervals)Set the number of intervals error statistics should be maintained. -
Uses of ManagedAttribute in org.glassfish.admin.amx.monitoring
Methods in org.glassfish.admin.amx.monitoring with annotations of type ManagedAttribute Modifier and Type Method Description Map<String,ServerMon>MonitoringRoot. getServerMon()
-