A B C D E F G H I J K L M N O P Q R S T U V W X

N

NamedObject - Class in com.sun.jdmk
Deprecated. This class is kept as a utility class, though it is no longer used. It may not be supported in future releases.
NamedObject(ObjectName, Object) - Constructor for class com.sun.jdmk.NamedObject
Deprecated. Allows a named object to be created.
NamedObject(String, Object) - Constructor for class com.sun.jdmk.NamedObject
Deprecated. Allows a named object to be created.
newInstance(JMXServiceURL) - Static method in class com.sun.jdmk.remote.cascading.BasicMBeanServerConnectionFactory
Creates a new instance of the BasicMBeanServerConnectionFactory.
newInstance(JMXServiceURL, Map) - Static method in class com.sun.jdmk.remote.cascading.BasicMBeanServerConnectionFactory
Creates a new instance of the BasicMBeanServerConnectionFactory.
newInstance(JMXServiceURL, Map, Subject) - Static method in class com.sun.jdmk.remote.cascading.BasicMBeanServerConnectionFactory
Creates a new instance of the BasicMBeanServerConnectionFactory.
newInstance(JMXConnector) - Static method in class com.sun.jdmk.remote.cascading.BasicMBeanServerConnectionFactory
Creates a new instance of the BasicMBeanServerConnectionFactory.
newInstance(JMXConnector, Subject) - Static method in class com.sun.jdmk.remote.cascading.BasicMBeanServerConnectionFactory
Creates a new instance of the BasicMBeanServerConnectionFactory.
newInstance(MBeanServer) - Static method in class com.sun.jdmk.remote.cascading.LocalMBeanServerConnectionFactory
Creates a new instance of a LocalMBeanServerConnectionFactory.
newMBeanServer(String, MBeanServer, MBeanServerDelegate) - Method in class com.sun.jdmk.JdmkMBeanServerBuilder
 
newMBeanServerDelegate() - Method in class com.sun.jdmk.JdmkMBeanServerBuilder
 
newMibRequest(SnmpPdu, Vector, int, Object) - Static method in class com.sun.management.snmp.agent.SnmpMibAgent
This is a factory method for creating new SnmpMibRequest objects.
newMibRequest(SnmpEngine, SnmpPdu, Vector, int, Object, String, int, int, byte[], byte[]) - Static method in class com.sun.management.snmp.agent.SnmpMibAgent
This is a factory method for creating new SnmpMibRequest objects.
newSequenceNumber() - Method in class com.sun.jdmk.remote.cascading.proxy.ProxyCascadingAgent
Increments and returns this object's notification sequence number.
nextOid(long[], int) - Static method in class com.sun.management.snmp.SnmpCounter64
Scans an index OID, skips the counter value and returns the position of the next value.
nextOid(long[], int) - Static method in class com.sun.management.snmp.SnmpInt
Scans an index OID, skips the integer value and returns the position of the next value.
nextOid(long[], int) - Static method in class com.sun.management.snmp.SnmpIpAddress
Scans an index OID, skips the address value and returns the position of the next value.
nextOid(long[], int) - Static method in class com.sun.management.snmp.SnmpOid
Scans an index OID, skips the OID value and returns the position of the next value.
nextOid(long[], int) - Static method in class com.sun.management.snmp.SnmpString
Scans an index OID, skips the string value and returns the position of the next value.
nextOid(int, long[], int) - Static method in class com.sun.management.snmp.SnmpStringFixed
Scans an index OID, skip the string value and returns the position of the next value.
NO_CACHE_LIMIT - Static variable in interface com.sun.jdmk.comm.ClientNotificationHandler
Deprecated. This constant controls the cache behavior for notification forwarding.
noAccess - Static variable in exception com.sun.management.snmp.SnmpStatusException
Error code as defined in RFC 1448 for: noAccess.
noAuthNoPriv - Static variable in interface com.sun.management.snmp.SnmpDefinitions
Security level.
node - Variable in class com.sun.management.snmp.usm.usmmib.UsmStatsMeta
 
node - Variable in class com.sun.management.snmp.usm.usmmib.UsmUserEntryMeta
 
node - Variable in class com.sun.management.snmp.usm.usmmib.UsmUserMeta
 
nodeId - Variable in class com.sun.management.snmp.agent.SnmpMibTable
The id of the contained entry object.
noGroupName - Static variable in interface com.sun.management.snmp.SnmpDefinitions
Error that is returned by VACM.
NON_VOLATILE - Static variable in interface com.sun.management.snmp.usm.SnmpUsmLcd
Means that the data stored is permanent.
nonRepeaters - Variable in class com.sun.management.snmp.SnmpPduBulk
The non-repeaters value.
noSuchContext - Static variable in interface com.sun.management.snmp.SnmpDefinitions
Error that is returned by VACM.
noSuchInstance - Static variable in exception com.sun.management.snmp.SnmpStatusException
Error code for reporting a no such instance error.
noSuchInstance - Static variable in class com.sun.management.snmp.SnmpVarBind
Error code value as defined in RFC 1448 for: noSuchInstance.
noSuchInstanceException - Static variable in class com.sun.management.snmp.agent.SnmpMibNode
Contains a predefined exception that is often fired when an object is not found in the MIB.
noSuchName - Static variable in exception com.sun.management.snmp.SnmpStatusException
Error code as defined in RFC 1448 for: noSuchName.
noSuchNameException - Static variable in class com.sun.management.snmp.agent.SnmpMibNode
 
noSuchObject - Static variable in exception com.sun.management.snmp.SnmpStatusException
Error code for reporting a no such object error.
noSuchObject - Static variable in class com.sun.management.snmp.SnmpVarBind
Error code value as defined in RFC 1448 for: noSuchObject.
noSuchObjectException - Static variable in class com.sun.management.snmp.agent.SnmpMibNode
 
noSuchView - Static variable in interface com.sun.management.snmp.SnmpDefinitions
Error that is returned by VACM.
not() - Method in class com.sun.jdmk.UnsignedLong
Return an UnsignedLong that is the bitwise not of this, equal to 264 - 1 - this.
NotificationBroadcasterProxy - Interface in com.sun.jdmk
Deprecated. MBean proxies should be generated using MBeanServerInvocationHandler.newProxyInstance. The interface NotificationBroadcasterProxy may be removed in a future version of Java DMK.
NotificationRegistration - Interface in com.sun.jdmk
This interface specifies the methods to add or to remove a notification listener to an MBean via a MBean server (remote or local).
NotificationRequestMessage - Class in javax.management.remote.message
Message that requests received notifications.
NotificationRequestMessage(long, int, long) - Constructor for class javax.management.remote.message.NotificationRequestMessage
Constructs a NotificationRequestMessage object.
NotificationResponseMessage - Class in javax.management.remote.message
Message that transports one or more notifications emitted from an MBean server through a connector server to listeners in a remote client.
NotificationResponseMessage(Object) - Constructor for class javax.management.remote.message.NotificationResponseMessage
Constructs a NotificationResponseMessage object.
notifyClient() - Method in class com.sun.management.comm.SnmpInformRequest
Notifies the registered client about the completion of an operation.
notifyClient() - Method in class com.sun.management.snmp.manager.SnmpRequest
Notifies the registered client about the completion of an operation.
notInService - Static variable in class com.sun.management.snmp.EnumRowStatus
This value corresponds to the notInService RowStatus, as defined in RFC 2579 from SMIv2: notInService indicates that the conceptual row exists in the agent, but is unavailable for use by the managed device; notInService has no implication regarding the internal consistency of the row, availability of resources, or consistency with the current state of the managed device;
notInView - Static variable in interface com.sun.management.snmp.SnmpDefinitions
Error that is returned by VACM.
notReady - Static variable in class com.sun.management.snmp.EnumRowStatus
This value corresponds to the notReady RowStatus, as defined in RFC 2579 from SMIv2: notReady indicates that the conceptual row exists in the agent, but is missing information necessary in order to be available for use by the managed device (i.e., one or more required columns in the conceptual row have not been instantiated);
NsapTag - Static variable in interface com.sun.management.snmp.SnmpDataTypeEnums
ASN.1 tag for representing an Nsap as defined in RFC 1902.
NullTag - Static variable in class com.sun.management.snmp.BerDecoder
 
NullTag - Static variable in class com.sun.management.snmp.BerEncoder
 
NullTag - Static variable in interface com.sun.management.snmp.SnmpDataTypeEnums
ASN.1 tag for representing the null type.

Open Source build 02
opendmk-1.0-b02 2007.10.01_19:17:46_MEST
A B C D E F G H I J K L M N O P Q R S T U V W X
Copyright 1998-2007 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.