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

F

factory - Variable in class com.sun.management.snmp.agent.SnmpMibTable
The entry factory
fetchAny() - Method in class com.sun.management.snmp.BerDecoder
Fetch an ANY value.
fetchAny(int) - Method in class com.sun.management.snmp.BerDecoder
Fetch an ANY value with a specific tag.
fetchInteger() - Method in class com.sun.management.snmp.BerDecoder
Fetch an integer.
fetchInteger(int) - Method in class com.sun.management.snmp.BerDecoder
Fetch an integer with the specified tag.
fetchIntegerAsLong() - Method in class com.sun.management.snmp.BerDecoder
Fetch an integer and return a long value.
fetchIntegerAsLong(int) - Method in class com.sun.management.snmp.BerDecoder
Fetch an integer with the specified tag and return a long value.
fetchNull() - Method in class com.sun.management.snmp.BerDecoder
Fetch a NULL value.
fetchNull(int) - Method in class com.sun.management.snmp.BerDecoder
Fetch a NULL value with a specified tag.
fetchOctetString() - Method in class com.sun.management.snmp.BerDecoder
Fetch an octet string.
fetchOctetString(int) - Method in class com.sun.management.snmp.BerDecoder
Fetch an octet string with a specified tag.
fetchOid() - Method in class com.sun.management.snmp.BerDecoder
Fetch an object identifier.
fetchOid(int) - Method in class com.sun.management.snmp.BerDecoder
Fetch an object identifier with a specified tag.
finalize() - Method in class com.sun.management.comm.SnmpAdaptorServer
Finalizer of the SNMP protocol adaptor objects.
finalize() - Method in class com.sun.management.comm.SnmpInformRequest
Finalizer of the SnmpInformRequest objects.
finalize() - Method in class com.sun.management.snmp.manager.SnmpSession
Finalizer of the SnmpSession objects.
findClass(String, ClassLoader) - Method in interface com.sun.jdmk.MBeanInstantiator
Gets the class for the specified class name using the MBean Interceptor's classloader
findClass(String, ObjectName) - Method in interface com.sun.jdmk.MBeanInstantiator
Gets the class for the specified class name using the specified class loader
findClass(String, ClassLoader) - Method in class com.sun.jdmk.MBeanInstantiatorImpl
Deprecated.  
findClass(String, ObjectName) - Method in class com.sun.jdmk.MBeanInstantiatorImpl
Deprecated.  
findClassForPrim(String) - Static method in class com.sun.jdmk.MetaDataImpl
Deprecated. Get the class of the constructed type corresponding to the given primitive type
findClassWithDefaultLoaderRepository(String) - Method in interface com.sun.jdmk.MBeanInstantiator
Loads the class with the specified name using this object's Default Loader Repository.
findClassWithDefaultLoaderRepository(String) - Method in class com.sun.jdmk.MBeanInstantiatorImpl
Deprecated.  
findCommunicators() - Method in class com.sun.jdmk.discovery.DiscoveryClient
Discovers all Java DMK agents and associated communicators (adaptors or connectors).
findCommunicators(String) - Method in class com.sun.jdmk.discovery.DiscoveryClient
Discovers all Java DMK agents and associated communicators (adaptors or connectors) present on an host.
findCommunicators() - Method in interface com.sun.jdmk.discovery.DiscoveryClientMBean
Discovers all Java DMK agents and associated communicators (adaptors or connectors).
findCommunicators(String) - Method in interface com.sun.jdmk.discovery.DiscoveryClientMBean
Discovers all Java DMK agents and associated communicators (adaptors or connectors) present on an host.
findConstructor(Class, Class[]) - Static method in class com.sun.jdmk.MetaDataImpl
Deprecated. Finds a specific constructor of a class Returns the requested constructor or null if not found
findGetter(Class, String) - Static method in class com.sun.jdmk.MetaDataImpl
Deprecated. Finds the getter of a specific attribute in an object.
findMBeanServers() - Method in class com.sun.jdmk.discovery.DiscoveryClient
Discovers all Java DMK agents.
findMBeanServers(String) - Method in class com.sun.jdmk.discovery.DiscoveryClient
Discovers whether Java DMK agents with a DiscoveryResponder registered in any MBean server is on a host.
findMBeanServers() - Method in interface com.sun.jdmk.discovery.DiscoveryClientMBean
Discovers all Java DMK agents.
findMBeanServers(String) - Method in interface com.sun.jdmk.discovery.DiscoveryClientMBean
Discovers whether Java DMK agents with a DiscoveryResponder registered in any MBean server is on a host.
findMethod(Class, String, Class[]) - Static method in class com.sun.jdmk.MetaDataImpl
Deprecated. Finds a specific method of an object.
findMethod(Class, String) - Static method in class com.sun.jdmk.MetaDataImpl
Deprecated. Finds a specific method of an object without knowing the parameter types.
findMethod(Class, String, int) - Static method in class com.sun.jdmk.MetaDataImpl
Deprecated. Finds a specific method of an object given the number of parameters.
findPrimForClass(Object) - Static method in class com.sun.jdmk.MetaDataImpl
Deprecated. Get the class of the primitive type corresponding to the given constructed object.
findSetter(Class, String, Class) - Static method in class com.sun.jdmk.MetaDataImpl
Deprecated. Finds the setter of a specific attribute in an object.
findSetter(Class, String) - Static method in class com.sun.jdmk.MetaDataImpl
Deprecated. Finds the setter of a specific attribute without knowing its type.
findSignatureClasses(String[], ClassLoader) - Method in interface com.sun.jdmk.MBeanInstantiator
Return an array of Class corresponding to the given signature, using the specified class loader.
findSignatureClasses(String[], ClassLoader) - Method in class com.sun.jdmk.MBeanInstantiatorImpl
Deprecated.  
fixPduOnError() - Method in class com.sun.management.snmp.manager.SnmpRequest
Returns true if the PDU should be fixed for recoverable error.
fixTooBigError() - Method in class com.sun.management.snmp.manager.SnmpRequest
Returns true if the request should be retried for SnmpTooBig error.
flags - Variable in exception com.sun.management.snmp.SnmpSecurityException
The current flags.
floatValue() - Method in class com.sun.jdmk.UnsignedLong
Return the representable float that is nearest to this unsigned number.
forward(SnmpPdu) - Method in interface com.sun.management.snmp.agent.SnmpRequestForwarder
This method is called by the adaptor when a request is received for an engine id that is handled by this SnmpRequestForwarder
forwardAsNotificationOriginator() - Method in class com.sun.management.snmp.agent.SnmpTrapForwarder
By default a trap is sent as a notification originator.
forwardAsProxy() - Method in class com.sun.management.snmp.agent.SnmpTrapForwarder
By default a trap is sent as a notification originator.
ForwardingMBeanServerInterceptor - Class in com.sun.jdmk.interceptor
An MBeanServerInterceptor that forwards every request unchanged to another MBeanServerInterceptor.
ForwardingMBeanServerInterceptor() - Constructor for class com.sun.jdmk.interceptor.ForwardingMBeanServerInterceptor
Create a new ForwardingMBeanServerInterceptor that initially forwards its requests to nobody.
forwardSetRequestOnCheck(boolean) - Method in class com.sun.management.snmp.agent.SnmpProxy
By default, set requests are forwarded when set(SnmpMibRequest request) is called.

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.