JavaTM 2 Platform
Standard Ed. 5.0
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

G

GAP_TOKEN - Static variable in exception org.ietf.jgss.GSSException
An expected per-message token was not received.
GapContent - Class in javax.swing.text
An implementation of the AbstractDocument.Content interface implemented using a gapped buffer similar to that used by emacs.
GapContent() - Constructor for class javax.swing.text.GapContent
Creates a new GapContent object.
GapContent(int) - Constructor for class javax.swing.text.GapContent
Creates a new GapContent object, with the initial size specified.
GARBAGE_COLLECTOR_MXBEAN_DOMAIN_TYPE - Static variable in class java.lang.management.ManagementFactory
The domain name and the type key property in the ObjectName for a GarbageCollectorMXBean.
GarbageCollectorMXBean - Interface in java.lang.management
The management interface for the garbage collection of the Java virtual machine.
GatheringByteChannel - Interface in java.nio.channels
A channel that can write bytes from a sequence of buffers.
GaugeMonitor - Class in javax.management.monitor
Defines a monitor MBean designed to observe the values of a gauge attribute.
GaugeMonitor() - Constructor for class javax.management.monitor.GaugeMonitor
Default constructor.
GaugeMonitorMBean - Interface in javax.management.monitor
Exposes the remote management interface of the gauge monitor MBean.
gc() - Method in interface java.lang.management.MemoryMXBean
Runs the garbage collector.
gc() - Method in class java.lang.Runtime
Runs the garbage collector.
gc() - Static method in class java.lang.System
Runs the garbage collector.
gcd(BigInteger) - Method in class java.math.BigInteger
Returns a BigInteger whose value is the greatest common divisor of abs(this) and abs(val).
GDAY - Static variable in class javax.xml.datatype.DatatypeConstants
Fully qualified name for W3C XML Schema 1.0 datatype gDay.
GE - Static variable in class javax.management.Query
A code representing the Query.geq(javax.management.ValueExp, javax.management.ValueExp) query.
GENERAL - Static variable in interface javax.swing.text.html.parser.DTDConstants
 
GENERAL_PUNCTUATION - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "General Punctuation" Unicode character block.
GeneralPath - Class in java.awt.geom
The GeneralPath class represents a geometric path constructed from straight lines, and quadratic and cubic (Bézier) curves.
GeneralPath() - Constructor for class java.awt.geom.GeneralPath
Constructs a new GeneralPath object.
GeneralPath(int) - Constructor for class java.awt.geom.GeneralPath
Constructs a new GeneralPath object with the specified winding rule to control operations that require the interior of the path to be defined.
GeneralPath(int, int) - Constructor for class java.awt.geom.GeneralPath
Constructs a new GeneralPath object with the specified winding rule and the specified initial capacity to store path coordinates.
GeneralPath(Shape) - Constructor for class java.awt.geom.GeneralPath
Constructs a new GeneralPath object from an arbitrary Shape object.
GeneralSecurityException - Exception in java.security
The GeneralSecurityException class is a generic security exception class that provides type safety for all the security-related exception classes that extend from it.
GeneralSecurityException() - Constructor for exception java.security.GeneralSecurityException
Constructs a GeneralSecurityException with no detail message.
GeneralSecurityException(String) - Constructor for exception java.security.GeneralSecurityException
Constructs a GeneralSecurityException with the specified detail message.
GeneralSecurityException(String, Throwable) - Constructor for exception java.security.GeneralSecurityException
Creates a GeneralSecurityException with the specified detail message and cause.
GeneralSecurityException(Throwable) - Constructor for exception java.security.GeneralSecurityException
Creates a GeneralSecurityException with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
generateCertificate(InputStream) - Method in class java.security.cert.CertificateFactory
Generates a certificate object and initializes it with the data read from the input stream inStream.
generateCertificates(InputStream) - Method in class java.security.cert.CertificateFactory
Returns a (possibly empty) collection view of the certificates read from the given input stream inStream.
generateCertPath(InputStream) - Method in class java.security.cert.CertificateFactory
Generates a CertPath object and initializes it with the data read from the InputStream inStream.
generateCertPath(InputStream, String) - Method in class java.security.cert.CertificateFactory
Generates a CertPath object and initializes it with the data read from the InputStream inStream.
generateCertPath(List<? extends Certificate>) - Method in class java.security.cert.CertificateFactory
Generates a CertPath object and initializes it with a List of Certificates.
generateCRL(InputStream) - Method in class java.security.cert.CertificateFactory
Generates a certificate revocation list (CRL) object and initializes it with the data read from the input stream inStream.
generateCRLs(InputStream) - Method in class java.security.cert.CertificateFactory
Returns a (possibly empty) collection view of the CRLs read from the given input stream inStream.
generateKey() - Method in class javax.crypto.KeyGenerator
Generates a secret key.
generateKeyPair() - Method in class java.security.KeyPairGenerator
Generates a key pair.
generateKeyPair() - Method in class java.security.KeyPairGeneratorSpi
Generates a key pair.
generateParameters() - Method in class java.security.AlgorithmParameterGenerator
Generates the parameters.
generatePrivate(KeySpec) - Method in class java.security.KeyFactory
Generates a private key object from the provided key specification (key material).
generatePublic(KeySpec) - Method in class java.security.KeyFactory
Generates a public key object from the provided key specification (key material).
generateSecret() - Method in class javax.crypto.KeyAgreement
Generates the shared secret and returns it in a new buffer.
generateSecret(byte[], int) - Method in class javax.crypto.KeyAgreement
Generates the shared secret, and places it into the buffer sharedSecret, beginning at offset inclusive.
generateSecret(String) - Method in class javax.crypto.KeyAgreement
Creates the shared secret and returns it as a SecretKey object of the specified algorithm.
generateSecret(KeySpec) - Method in class javax.crypto.SecretKeyFactory
Generates a SecretKey object from the provided key specification (key material).
generateSeed(int) - Method in class java.security.SecureRandom
Returns the given number of seed bytes, computed using the seed generation algorithm that this class uses to seed itself.
GENERIC_FAILURE - Static variable in class java.util.logging.ErrorManager
GENERIC_FAILURE is used for failure that don't fit into one of the other categories.
GenericArrayType - Interface in java.lang.reflect
GenericArrayType represents an array type whose component type is either a parameterized type or a type variable.
GenericDeclaration - Interface in java.lang.reflect
A common interface for all entities that declare type variables.
GenericSignatureFormatError - Error in java.lang.reflect
Thrown when a syntactically malformed signature attribute is encountered by a reflective method that needs to interpret the generic signature information for a type, method or constructor.
GenericSignatureFormatError() - Constructor for error java.lang.reflect.GenericSignatureFormatError
 
genExemptionBlob() - Method in class javax.crypto.ExemptionMechanism
Generates the exemption mechanism key blob.
genExemptionBlob(byte[]) - Method in class javax.crypto.ExemptionMechanism
Generates the exemption mechanism key blob, and stores the result in the output buffer.
genExemptionBlob(byte[], int) - Method in class javax.crypto.ExemptionMechanism
Generates the exemption mechanism key blob, and stores the result in the output buffer, starting at outputOffset inclusive.
genKeyPair() - Method in class java.security.KeyPairGenerator
Generates a key pair.
GEOMETRIC_SHAPES - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Geometric Shapes" Unicode character block.
GEORGIAN - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Georgian" Unicode character block.
geq(ValueExp, ValueExp) - Static method in class javax.management.Query
Returns a query expression that represents a "greater than or equal to" constraint on two values.
GERMAN - Static variable in class java.util.Locale
Useful constant for language.
GERMANY - Static variable in class java.util.Locale
Useful constant for country.
get(Object) - Method in class java.awt.RenderingHints
Returns the value to which the specified key is mapped.
get(Object) - Method in class java.beans.Encoder
Returns a tentative value for oldInstance in the environment created by this stream.
get(String, boolean) - Method in class java.io.ObjectInputStream.GetField
Get the value of the named boolean field from the persistent field.
get(String, byte) - Method in class java.io.ObjectInputStream.GetField
Get the value of the named byte field from the persistent field.
get(String, char) - Method in class java.io.ObjectInputStream.GetField
Get the value of the named char field from the persistent field.
get(String, short) - Method in class java.io.ObjectInputStream.GetField
Get the value of the named short field from the persistent field.
get(String, int) - Method in class java.io.ObjectInputStream.GetField
Get the value of the named int field from the persistent field.
get(String, long) - Method in class java.io.ObjectInputStream.GetField
Get the value of the named long field from the persistent field.
get(String, float) - Method in class java.io.ObjectInputStream.GetField
Get the value of the named float field from the persistent field.
get(String, double) - Method in class java.io.ObjectInputStream.GetField
Get the value of the named double field from the persistent field.
get(String, Object) - Method in class java.io.ObjectInputStream.GetField
Get the value of the named Object field from the persistent field.
get() - Method in class java.lang.ref.PhantomReference
Returns this reference object's referent.
get() - Method in class java.lang.ref.Reference
Returns this reference object's referent.
get() - Method in class java.lang.ref.SoftReference
Returns this reference object's referent.
get(Object, int) - Static method in class java.lang.reflect.Array
Returns the value of the indexed component in the specified array object.
get(Object) - Method in class java.lang.reflect.Field
Returns the value of the field represented by this Field, on the specified object.
get() - Method in class java.lang.ThreadLocal
Returns the value in the current thread's copy of this thread-local variable.
get(URI, Map<String, List<String>>) - Method in class java.net.CookieHandler
Gets all the applicable cookies from a cookie cache for the specified uri in the request header.
get(URI, String, Map<String, List<String>>) - Method in class java.net.ResponseCache
Retrieve the cached response based on the requesting uri, request method and request headers.
get() - Method in class java.nio.ByteBuffer
Relative get method.
get(int) - Method in class java.nio.ByteBuffer
Absolute get method.
get(byte[], int, int) - Method in class java.nio.ByteBuffer
Relative bulk get method.
get(byte[]) - Method in class java.nio.ByteBuffer
Relative bulk get method.
get() - Method in class java.nio.CharBuffer
Relative get method.
get(int) - Method in class java.nio.CharBuffer
Absolute get method.
get(char[], int, int) - Method in class java.nio.CharBuffer
Relative bulk get method.
get(char[]) - Method in class java.nio.CharBuffer
Relative bulk get method.
get() - Method in class java.nio.DoubleBuffer
Relative get method.
get(int) - Method in class java.nio.DoubleBuffer
Absolute get method.
get(double[], int, int) - Method in class java.nio.DoubleBuffer
Relative bulk get method.
get(double[]) - Method in class java.nio.DoubleBuffer
Relative bulk get method.
get() - Method in class java.nio.FloatBuffer
Relative get method.
get(int) - Method in class java.nio.FloatBuffer
Absolute get method.
get(float[], int, int) - Method in class java.nio.FloatBuffer
Relative bulk get method.
get(float[]) - Method in class java.nio.FloatBuffer
Relative bulk get method.
get() - Method in class java.nio.IntBuffer
Relative get method.
get(int) - Method in class java.nio.IntBuffer
Absolute get method.
get(int[], int, int) - Method in class java.nio.IntBuffer
Relative bulk get method.
get(int[]) - Method in class java.nio.IntBuffer
Relative bulk get method.
get() - Method in class java.nio.LongBuffer
Relative get method.
get(int) - Method in class java.nio.LongBuffer
Absolute get method.
get(long[], int, int) - Method in class java.nio.LongBuffer
Relative bulk get method.
get(long[]) - Method in class java.nio.LongBuffer
Relative bulk get method.
get() - Method in class java.nio.ShortBuffer
Relative get method.
get(int) - Method in class java.nio.ShortBuffer
Absolute get method.
get(short[], int, int) - Method in class java.nio.ShortBuffer
Relative bulk get method.
get(short[]) - Method in class java.nio.ShortBuffer
Relative bulk get method.
get() - Method in class java.rmi.MarshalledObject
Returns a new copy of the contained marshalledobject.
get(int) - Method in class java.util.AbstractList
Returns the element at the specified position in this list.
get(Object) - Method in class java.util.AbstractMap
Returns the value to which this map maps the specified key.
get(int) - Method in class java.util.AbstractSequentialList
Returns the element at the specified position in this list.
get(int) - Method in class java.util.ArrayList
Returns the element at the specified position in this list.
get(int) - Method in class java.util.BitSet
Returns the value of the bit with the specified index.
get(int, int) - Method in class java.util.BitSet
Returns a new BitSet composed of bits from this BitSet from fromIndex(inclusive) to toIndex(exclusive).
get(int) - Method in class java.util.Calendar
Returns the value of the given calendar field.
get() - Method in class java.util.concurrent.atomic.AtomicBoolean
Returns the current value.
get() - Method in class java.util.concurrent.atomic.AtomicInteger
Get the current value.
get(int) - Method in class java.util.concurrent.atomic.AtomicIntegerArray
Get the current value at position i.
get(T) - Method in class java.util.concurrent.atomic.AtomicIntegerFieldUpdater
Get the current value held in the field by the given object.
get() - Method in class java.util.concurrent.atomic.AtomicLong
Get the current value.
get(int) - Method in class java.util.concurrent.atomic.AtomicLongArray
Get the current value at position i.
get(T) - Method in class java.util.concurrent.atomic.AtomicLongFieldUpdater
Get the current value held in the field by the given object.
get(boolean[]) - Method in class java.util.concurrent.atomic.AtomicMarkableReference
Returns the current values of both the reference and the mark.
get() - Method in class java.util.concurrent.atomic.AtomicReference
Get the current value.
get(int) - Method in class java.util.concurrent.atomic.AtomicReferenceArray
Get the current value at position i.
get(T) - Method in class java.util.concurrent.atomic.AtomicReferenceFieldUpdater
Get the current value held in the field by the given object.
get(int[]) - Method in class java.util.concurrent.atomic.AtomicStampedReference
Returns the current values of both the reference and the stamp.
get(Object) - Method in class java.util.concurrent.ConcurrentHashMap
Returns the value to which the specified key is mapped in this table.
get(int) - Method in class java.util.concurrent.CopyOnWriteArrayList
Returns the element at the specified position in this list.
get() - Method in interface java.util.concurrent.Future
Waits if necessary for the computation to complete, and then retrieves its result.
get(long, TimeUnit) - Method in interface java.util.concurrent.Future
Waits if necessary for at most the given time for the computation to complete, and then retrieves its result, if available.
get() - Method in class java.util.concurrent.FutureTask
 
get(long, TimeUnit) - Method in class java.util.concurrent.FutureTask
 
get(Object) - Method in class java.util.Dictionary
Returns the value to which the key is mapped in this dictionary.
get(Object) - Method in class java.util.EnumMap
Returns the value to which this map maps the specified key, or null if this map contains no mapping for the specified key.
get(Object) - Method in class java.util.HashMap
Returns the value to which the specified key is mapped in this identity hash map, or null if the map contains no mapping for this key.
get(Object) - Method in class java.util.Hashtable
Returns the value to which the specified key is mapped in this hashtable.
get(Object) - Method in class java.util.IdentityHashMap
Returns the value to which the specified key is mapped in this identity hash map, or null if the map contains no mapping for this key.
get(Object) - Method in class java.util.jar.Attributes
Returns the value of the specified attribute name, or null if the attribute name was not found.
get(Object) - Method in class java.util.LinkedHashMap
Returns the value to which this map maps the specified key.
get(int) - Method in class java.util.LinkedList
Returns the element at the specified position in this list.
get(int) - Method in interface java.util.List
Returns the element at the specified position in this list.
get(Object) - Method in interface java.util.Map
Returns the value to which this map maps the specified key.
get(String, String) - Method in class java.util.prefs.AbstractPreferences
Implements the get method as per the specification in Preferences.get(String,String).
get(String, String) - Method in class java.util.prefs.Preferences
Returns the value associated with the specified key in this preference node.
get(Object) - Method in class java.util.TreeMap
Returns the value to which this map maps the specified key.
get(int) - Method in class java.util.Vector
Returns the element at the specified position in this Vector.
get(Object) - Method in class java.util.WeakHashMap
Returns the value to which the specified key is mapped in this weak hash map, or null if the map contains no mapping for this key.
get(String) - Method in class javax.accessibility.AccessibleRelationSet
Returns the relation that matches the specified key.
get(String) - Method in interface javax.management.openmbean.CompositeData
Returns the value of the item whose name is key.
get(String) - Method in class javax.management.openmbean.CompositeDataSupport
Returns the value of the item whose name is key.
get(Object[]) - Method in interface javax.management.openmbean.TabularData
Returns the CompositeData value whose index is key, or null if there is no value mapping to key, in this TabularData instance.
get(Object) - Method in class javax.management.openmbean.TabularDataSupport
This method simply calls get((Object[]) key).
get(Object[]) - Method in class javax.management.openmbean.TabularDataSupport
Returns the CompositeData value whose index is key, or null if there is no value mapping to key, in this TabularData instance.
get(int) - Method in class javax.naming.CompositeName
Retrieves a component of this composite name.
get(int) - Method in class javax.naming.CompoundName
Retrieves a component of this compound name.
get() - Method in interface javax.naming.directory.Attribute
Retrieves one of this attribute's values.
get(int) - Method in interface javax.naming.directory.Attribute
Retrieves the attribute value from the ordered list of attribute values.
get(String) - Method in interface javax.naming.directory.Attributes
Retrieves the attribute with the given attribute id from the attribute set.
get() - Method in class javax.naming.directory.BasicAttribute
Retrieves one of this attribute's values.
get(int) - Method in class javax.naming.directory.BasicAttribute
 
get(String) - Method in class javax.naming.directory.BasicAttributes
 
get(int) - Method in class javax.naming.ldap.LdapName
Retrieves a component of this LDAP name as a string.
get(int) - Method in interface javax.naming.Name
Retrieves a component of this name.
get(String) - Method in class javax.naming.Reference
Retrieves the first address that has the address type 'addrType'.
get(int) - Method in class javax.naming.Reference
Retrieves the address at index posn.
get(Class<?>) - Method in interface javax.print.attribute.AttributeSet
Returns the attribute value which this attribute set contains in the given attribute category.
get(Class<?>) - Method in class javax.print.attribute.HashAttributeSet
Returns the attribute value which this attribute set contains in the given attribute category.
get(int) - Method in class javax.sound.midi.Track
Obtains the event at the specified index.
get(Object) - Method in class javax.swing.ActionMap
Returns the binding for key, messaging the parent ActionMap if the binding is not locally defined.
get(int) - Method in class javax.swing.DefaultListModel
Returns the element at the specified position in this list.
get(KeyStroke) - Method in class javax.swing.InputMap
Returns the binding for keyStroke, messaging the parent InputMap if the binding is not locally defined.
get(SynthContext, Object) - Method in class javax.swing.plaf.synth.SynthStyle
Getter for a region specific style property.
get(Object) - Method in class javax.swing.UIDefaults
Returns the value for key.
get(Object, Locale) - Method in class javax.swing.UIDefaults
Returns the value for key associated with the given locale.
get(Object) - Static method in class javax.swing.UIManager
Returns an object from the defaults table.
get(Object, Locale) - Static method in class javax.swing.UIManager
Returns an object from the defaults table that is appropriate for the given locale.
get2DigitYearStart() - Method in class java.text.SimpleDateFormat
Returns the beginning date of the 100-year period 2-digit years are interpreted as being within.
get_any() - Method in interface org.omg.CORBA.DynAny
Deprecated. Retrieves the org.omg.CORBA.Any contained in this DynAny object.
get_any() - Method in class org.omg.DynamicAny._DynAnyStub
Extracts an Any value contained in the Any represented by this DynAny.
get_any() - Method in class org.omg.DynamicAny._DynArrayStub
Extracts an Any value contained in the Any represented by this DynAny.
get_any() - Method in class org.omg.DynamicAny._DynEnumStub
Extracts an Any value contained in the Any represented by this DynAny.
get_any() - Method in class org.omg.DynamicAny._DynFixedStub
Extracts an Any value contained in the Any represented by this DynAny.
get_any() - Method in class org.omg.DynamicAny._DynSequenceStub
Extracts an Any value contained in the Any represented by this DynAny.
get_any() - Method in class org.omg.DynamicAny._DynStructStub
Extracts an Any value contained in the Any represented by this DynAny.
get_any() - Method in class org.omg.DynamicAny._DynUnionStub
Extracts an Any value contained in the Any represented by this DynAny.
get_any() - Method in class org.omg.DynamicAny._DynValueStub
Extracts an Any value contained in the Any represented by this DynAny.
get_any() - Method in interface org.omg.DynamicAny.DynAnyOperations
Extracts an Any value contained in the Any represented by this DynAny.
get_as_string() - Method in class org.omg.DynamicAny._DynEnumStub
Returns the value of the DynEnum as an IDL identifier.
get_as_string() - Method in interface org.omg.DynamicAny.DynEnumOperations
Returns the value of the DynEnum as an IDL identifier.
get_as_ulong() - Method in class org.omg.DynamicAny._DynEnumStub
Returns the value of the DynEnum as the enumerated value's ordinal value.
get_as_ulong() - Method in interface org.omg.DynamicAny.DynEnumOperations
Returns the value of the DynEnum as the enumerated value's ordinal value.
get_boolean() - Method in interface org.omg.CORBA.DynAny
Deprecated. Retrieves the boolean contained in this DynAny object.
get_boolean() - Method in class org.omg.DynamicAny._DynAnyStub
Extracts the boolean value from this DynAny.
get_boolean() - Method in class org.omg.DynamicAny._DynArrayStub
Extracts the boolean value from this DynAny.
get_boolean() - Method in class org.omg.DynamicAny._DynEnumStub
Extracts the boolean value from this DynAny.
get_boolean() - Method in class org.omg.DynamicAny._DynFixedStub
Extracts the boolean value from this DynAny.
get_boolean() - Method in class org.omg.DynamicAny._DynSequenceStub
Extracts the boolean value from this DynAny.
get_boolean() - Method in class org.omg.DynamicAny._DynStructStub
Extracts the boolean value from this DynAny.
get_boolean() - Method in class org.omg.DynamicAny._DynUnionStub
Extracts the boolean value from this DynAny.
get_boolean() - Method in class org.omg.DynamicAny._DynValueStub
Extracts the boolean value from this DynAny.
get_boolean() - Method in interface org.omg.DynamicAny.DynAnyOperations
Extracts the boolean value from this DynAny.
get_boxed_value() - Method in interface org.omg.DynamicAny.DynValueBoxOperations
Returns the boxed value as an Any.
get_boxed_value_as_dyn_any() - Method in interface org.omg.DynamicAny.DynValueBoxOperations
Returns the boxed value as a DynAny.
get_char() - Method in interface org.omg.CORBA.DynAny
Deprecated. Retrieves the char contained in this DynAny object.
get_char() - Method in class org.omg.DynamicAny._DynAnyStub
Extracts the char value from this DynAny.
get_char() - Method in class org.omg.DynamicAny._DynArrayStub
Extracts the char value from this DynAny.
get_char() - Method in class org.omg.DynamicAny._DynEnumStub
Extracts the char value from this DynAny.
get_char() - Method in class org.omg.DynamicAny._DynFixedStub
Extracts the char value from this DynAny.
get_char() - Method in class org.omg.DynamicAny._DynSequenceStub
Extracts the char value from this DynAny.
get_char() - Method in class org.omg.DynamicAny._DynStructStub
Extracts the char value from this DynAny.
get_char() - Method in class org.omg.DynamicAny._DynUnionStub
Extracts the char value from this DynAny.
get_char() - Method in class org.omg.DynamicAny._DynValueStub
Extracts the char value from this DynAny.
get_char() - Method in interface org.omg.DynamicAny.DynAnyOperations
Extracts the char value from this DynAny.
get_codebase(Object) - Method in class org.omg.CORBA_2_3.portable.Delegate
Returns the codebase for object reference provided.
get_compact_typecode() - Method in class org.omg.CORBA.TypeCode
Strips out all optional name and member name fields, but leaves all alias typecodes intact.
get_current() - Method in class org.omg.CORBA.ORB
Deprecated. use resolve_initial_references.
get_default_context() - Method in class org.omg.CORBA.ORB
Gets the default Context object.
get_discriminator() - Method in class org.omg.DynamicAny._DynUnionStub
Returns the current discriminator value.
get_discriminator() - Method in interface org.omg.DynamicAny.DynUnionOperations
Returns the current discriminator value.
get_domain_managers(Object) - Method in class org.omg.CORBA.portable.Delegate
Retrieves the DomainManagers of this object.
get_domain_policy(int) - Method in interface org.omg.CORBA.DomainManagerOperations
This returns the policy of the specified type for objects in this domain.
get_double() - Method in interface org.omg.CORBA.DynAny
Deprecated. Retrieves the double contained in this DynAny object.
get_double() - Method in class org.omg.DynamicAny._DynAnyStub
Extracts the double value from this DynAny.
get_double() - Method in class org.omg.DynamicAny._DynArrayStub
Extracts the double value from this DynAny.
get_double() - Method in class org.omg.DynamicAny._DynEnumStub
Extracts the double value from this DynAny.
get_double() - Method in class org.omg.DynamicAny._DynFixedStub
Extracts the double value from this DynAny.
get_double() - Method in class org.omg.DynamicAny._DynSequenceStub
Extracts the double value from this DynAny.
get_double() - Method in class org.omg.DynamicAny._DynStructStub
Extracts the double value from this DynAny.
get_double() - Method in class org.omg.DynamicAny._DynUnionStub
Extracts the double value from this DynAny.
get_double() - Method in class org.omg.DynamicAny._DynValueStub
Extracts the double value from this DynAny.
get_double() - Method in interface org.omg.DynamicAny.DynAnyOperations
Extracts the double value from this DynAny.
get_dyn_any() - Method in class org.omg.DynamicAny._DynAnyStub
Extracts the Any value contained in the Any represented by this DynAny and returns it wrapped into a new DynAny.
get_dyn_any() - Method in class org.omg.DynamicAny._DynArrayStub
Extracts the Any value contained in the Any represented by this DynAny and returns it wrapped into a new DynAny.
get_dyn_any() - Method in class org.omg.DynamicAny._DynEnumStub
Extracts the Any value contained in the Any represented by this DynAny and returns it wrapped into a new DynAny.
get_dyn_any() - Method in class org.omg.DynamicAny._DynFixedStub
Extracts the Any value contained in the Any represented by this DynAny and returns it wrapped into a new DynAny.
get_dyn_any() - Method in class org.omg.DynamicAny._DynSequenceStub
Extracts the Any value contained in the Any represented by this DynAny and returns it wrapped into a new DynAny.
get_dyn_any() - Method in class org.omg.DynamicAny._DynStructStub
Extracts the Any value contained in the Any represented by this DynAny and returns it wrapped into a new DynAny.
get_dyn_any() - Method in class org.omg.DynamicAny._DynUnionStub
Extracts the Any value contained in the Any represented by this DynAny and returns it wrapped into a new DynAny.
get_dyn_any() - Method in class org.omg.DynamicAny._DynValueStub
Extracts the Any value contained in the Any represented by this DynAny and returns it wrapped into a new DynAny.
get_dyn_any() - Method in interface org.omg.DynamicAny.DynAnyOperations
Extracts the Any value contained in the Any represented by this DynAny and returns it wrapped into a new DynAny.
get_effective_component(int) - Method in interface org.omg.PortableInterceptor.ClientRequestInfoOperations
Returns the IOP.TaggedComponent with the given ID from the profile selected for this request.
get_effective_components(int) - Method in interface org.omg.PortableInterceptor.ClientRequestInfoOperations
Returns an array of all tagged components with the given ID from the profile selected for this request.
get_effective_policy(int) - Method in interface org.omg.PortableInterceptor.IORInfoOperations
Allows an ORB service implementation to determine what server side policy of a particular type is in effect for an IOR being constructed.
get_elements() - Method in interface org.omg.CORBA.DynArray
Deprecated. Returns the value of all the elements of this array.
get_elements() - Method in interface org.omg.CORBA.DynSequence
Deprecated. Returns the value of every element in this sequence.
get_elements() - Method in class org.omg.DynamicAny._DynArrayStub
Returns the elements of the DynArray.
get_elements() - Method in class org.omg.DynamicAny._DynSequenceStub
Returns the elements of the sequence.
get_elements() - Method in interface org.omg.DynamicAny.DynArrayOperations
Returns the elements of the DynArray.
get_elements() - Method in interface org.omg.DynamicAny.DynSequenceOperations
Returns the elements of the sequence.
get_elements_as_dyn_any() - Method in class org.omg.DynamicAny._DynArrayStub
Returns the elements of the DynArray as DynAnys.
get_elements_as_dyn_any() - Method in class org.omg.DynamicAny._DynSequenceStub
Returns the DynAnys representing the elements of the sequence.
get_elements_as_dyn_any() - Method in interface org.omg.DynamicAny.DynArrayOperations
Returns the elements of the DynArray as DynAnys.
get_elements_as_dyn_any() - Method in interface org.omg.DynamicAny.DynSequenceOperations
Returns the DynAnys representing the elements of the sequence.
get_float() - Method in interface org.omg.CORBA.DynAny
Deprecated. Retrieves the float contained in this DynAny object.
get_float() - Method in class org.omg.DynamicAny._DynAnyStub
Extracts the float value from this DynAny.
get_float() - Method in class org.omg.DynamicAny._DynArrayStub
Extracts the float value from this DynAny.
get_float() - Method in class org.omg.DynamicAny._DynEnumStub
Extracts the float value from this DynAny.
get_float() - Method in class org.omg.DynamicAny._DynFixedStub
Extracts the float value from this DynAny.
get_float() - Method in class org.omg.DynamicAny._DynSequenceStub
Extracts the float value from this DynAny.
get_float() - Method in class org.omg.DynamicAny._DynStructStub
Extracts the float value from this DynAny.
get_float() - Method in class org.omg.DynamicAny._DynUnionStub
Extracts the float value from this DynAny.
get_float() - Method in class org.omg.DynamicAny._DynValueStub
Extracts the float value from this DynAny.
get_float() - Method in interface org.omg.DynamicAny.DynAnyOperations
Extracts the float value from this DynAny.
get_id() - Method in interface org.omg.CORBA.portable.BoxedValueHelper
 
get_id() - Method in class org.omg.CORBA.StringValueHelper
 
get_id() - Method in class org.omg.CORBA.WStringValueHelper
 
get_interface_def(Object) - Method in class org.omg.CORBA.portable.Delegate
Return an InterfaceDef for the object reference provided.
get_interface_def(Servant) - Method in interface org.omg.PortableServer.portable.Delegate
This operation returns an object in the Interface Repository which provides type information that may be useful to a program.
get_length() - Method in class org.omg.DynamicAny._DynSequenceStub
Returns the current length of the sequence.
get_length() - Method in interface org.omg.DynamicAny.DynSequenceOperations
Returns the current length of the sequence.
get_long() - Method in interface org.omg.CORBA.DynAny
Deprecated. Retrieves the int contained in this DynAny object.
get_long() - Method in class org.omg.DynamicAny._DynAnyStub
Extracts the integer value from this DynAny.
get_long() - Method in class org.omg.DynamicAny._DynArrayStub
Extracts the integer value from this DynAny.
get_long() - Method in class org.omg.DynamicAny._DynEnumStub
Extracts the integer value from this DynAny.
get_long() - Method in class org.omg.DynamicAny._DynFixedStub
Extracts the integer value from this DynAny.
get_long() - Method in class org.omg.DynamicAny._DynSequenceStub
Extracts the integer value from this DynAny.
get_long() - Method in class org.omg.DynamicAny._DynStructStub
Extracts the integer value from this DynAny.
get_long() - Method in class org.omg.DynamicAny._DynUnionStub
Extracts the integer value from this DynAny.
get_long() - Method in class org.omg.DynamicAny._DynValueStub
Extracts the integer value from this DynAny.
get_long() - Method in interface org.omg.DynamicAny.DynAnyOperations
Extracts the integer value from this DynAny.
get_longlong() - Method in interface org.omg.CORBA.DynAny
Deprecated. Retrieves the long contained in this DynAny object.
get_longlong() - Method in class org.omg.DynamicAny._DynAnyStub
Extracts the long value from this DynAny.
get_longlong() - Method in class org.omg.DynamicAny._DynArrayStub
Extracts the long value from this DynAny.
get_longlong() - Method in class org.omg.DynamicAny._DynEnumStub
Extracts the long value from this DynAny.
get_longlong() - Method in class org.omg.DynamicAny._DynFixedStub
Extracts the long value from this DynAny.
get_longlong() - Method in class org.omg.DynamicAny._DynSequenceStub
Extracts the long value from this DynAny.
get_longlong() - Method in class org.omg.DynamicAny._DynStructStub
Extracts the long value from this DynAny.
get_longlong() - Method in class org.omg.DynamicAny._DynUnionStub
Extracts the long value from this DynAny.
get_longlong() - Method in class org.omg.DynamicAny._DynValueStub
Extracts the long value from this DynAny.
get_longlong() - Method in interface org.omg.DynamicAny.DynAnyOperations
Extracts the long value from this DynAny.
get_members() - Method in interface org.omg.CORBA.DynStruct
Deprecated. Returns an array containing all the members of the stored struct.
get_members() - Method in interface org.omg.CORBA.DynValue
Deprecated. Returns an array containing all the members of the value object stored in this DynValue.
get_members() - Method in class org.omg.DynamicAny._DynStructStub
Returns a sequence of NameValuePairs describing the name and the value of each member in the struct associated with a DynStruct object.
get_members() - Method in class org.omg.DynamicAny._DynValueStub
Returns a sequence of NameValuePairs describing the name and the value of each member in the value type.
get_members() - Method in interface org.omg.DynamicAny.DynStructOperations
Returns a sequence of NameValuePairs describing the name and the value of each member in the struct associated with a DynStruct object.
get_members() - Method in interface org.omg.DynamicAny.DynValueOperations
Returns a sequence of NameValuePairs describing the name and the value of each member in the value type.
get_members_as_dyn_any() - Method in class org.omg.DynamicAny._DynStructStub
Returns a sequence of NameDynAnyPairs describing the name and the value of each member in the struct associated with a DynStruct object.
get_members_as_dyn_any() - Method in class org.omg.DynamicAny._DynValueStub
Returns a sequence of NameDynAnyPairs describing the name and the value of each member in the value type.
get_members_as_dyn_any() - Method in interface org.omg.DynamicAny.DynStructOperations
Returns a sequence of NameDynAnyPairs describing the name and the value of each member in the struct associated with a DynStruct object.
get_members_as_dyn_any() - Method in interface org.omg.DynamicAny.DynValueOperations
Returns a sequence of NameDynAnyPairs describing the name and the value of each member in the value type.
get_next_response() - Method in class org.omg.CORBA.ORB
Gets the next Request instance for which a response has been received.
get_object_id() - Method in interface org.omg.PortableServer.CurrentOperations
Returns the ObjectId identifying the object in whose context it is called.
get_octet() - Method in interface org.omg.CORBA.DynAny
Deprecated. Retrieves the byte contained in this DynAny object.
get_octet() - Method in class org.omg.DynamicAny._DynAnyStub
Extracts the byte value from this DynAny.
get_octet() - Method in class org.omg.DynamicAny._DynArrayStub
Extracts the byte value from this DynAny.
get_octet() - Method in class org.omg.DynamicAny._DynEnumStub
Extracts the byte value from this DynAny.
get_octet() - Method in class org.omg.DynamicAny._DynFixedStub
Extracts the byte value from this DynAny.
get_octet() - Method in class org.omg.DynamicAny._DynSequenceStub
Extracts the byte value from this DynAny.
get_octet() - Method in class org.omg.DynamicAny._DynStructStub
Extracts the byte value from this DynAny.
get_octet() - Method in class org.omg.DynamicAny._DynUnionStub
Extracts the byte value from this DynAny.
get_octet() - Method in class org.omg.DynamicAny._DynValueStub
Extracts the byte value from this DynAny.
get_octet() - Method in interface org.omg.DynamicAny.DynAnyOperations
Extracts the byte value from this DynAny.
get_POA() - Method in interface org.omg.PortableServer.CurrentOperations
Returns reference to the POA implementing the object in whose context it is called.
get_policy(Object, int) - Method in class org.omg.CORBA.portable.Delegate
Returns the Policy object of the specified type which applies to this object.
get_primitive_tc(TCKind) - Method in class org.omg.CORBA.ORB
Retrieves the TypeCode object that represents the given primitive IDL type.
get_reference() - Method in interface org.omg.CORBA.DynAny
Deprecated. Retrieves the org.omg.CORBA.Other contained in this DynAny object.
get_reference() - Method in class org.omg.DynamicAny._DynAnyStub
Extracts the reference to a CORBA Object from this DynAny.
get_reference() - Method in class org.omg.DynamicAny._DynArrayStub
Extracts the reference to a CORBA Object from this DynAny.
get_reference() - Method in class org.omg.DynamicAny._DynEnumStub
Extracts the reference to a CORBA Object from this DynAny.
get_reference() - Method in class org.omg.DynamicAny._DynFixedStub
Extracts the reference to a CORBA Object from this DynAny.
get_reference() - Method in class org.omg.DynamicAny._DynSequenceStub
Extracts the reference to a CORBA Object from this DynAny.
get_reference() - Method in class org.omg.DynamicAny._DynStructStub
Extracts the reference to a CORBA Object from this DynAny.
get_reference() - Method in class org.omg.DynamicAny._DynUnionStub
Extracts the reference to a CORBA Object from this DynAny.
get_reference() - Method in class org.omg.DynamicAny._DynValueStub
Extracts the reference to a CORBA Object from this DynAny.
get_reference() - Method in interface org.omg.DynamicAny.DynAnyOperations
Extracts the reference to a CORBA Object from this DynAny.
get_reply_service_context(int) - Method in interface org.omg.PortableInterceptor.RequestInfoOperations
Returns a copy of the service context with the given ID that is associated with the reply.
get_request_policy(int) - Method in interface org.omg.PortableInterceptor.ClientRequestInfoOperations
Returns the given policy in effect for this operation.
get_request_service_context(int) - Method in interface org.omg.PortableInterceptor.RequestInfoOperations
Returns a copy of the service context with the given ID that is associated with the request.
get_response() - Method in class org.omg.CORBA.Request
Allows the user to access the response for the invocation triggered earlier with the send_deferred method.
get_servant() - Method in interface org.omg.PortableServer.POAOperations
This operation returns the default servant associated with the POA.
get_servant_manager() - Method in interface org.omg.PortableServer.POAOperations
If the ServantRetentionPolicy of the POA is RETAIN, then the ServantManager argument (imgr) shall support the ServantActivator interface.
get_server_policy(int) - Method in interface org.omg.PortableInterceptor.ServerRequestInfoOperations
Returns the policy in effect for this operation for the given policy type.
get_service_information(short, ServiceInformationHolder) - Method in class org.omg.CORBA.ORB
Used to obtain information about CORBA facilities and services that are supported by this ORB.
get_short() - Method in interface org.omg.CORBA.DynAny
Deprecated. Retrieves the short contained in this DynAny object.
get_short() - Method in class org.omg.DynamicAny._DynAnyStub
Extracts the short value from this DynAny.
get_short() - Method in class org.omg.DynamicAny._DynArrayStub
Extracts the short value from this DynAny.
get_short() - Method in class org.omg.DynamicAny._DynEnumStub
Extracts the short value from this DynAny.
get_short() - Method in class org.omg.DynamicAny._DynFixedStub
Extracts the short value from this DynAny.
get_short() - Method in class org.omg.DynamicAny._DynSequenceStub
Extracts the short value from this DynAny.
get_short() - Method in class org.omg.DynamicAny._DynStructStub
Extracts the short value from this DynAny.
get_short() - Method in class org.omg.DynamicAny._DynUnionStub
Extracts the short value from this DynAny.
get_short() - Method in class org.omg.DynamicAny._DynValueStub
Extracts the short value from this DynAny.
get_short() - Method in interface org.omg.DynamicAny.DynAnyOperations
Extracts the short value from this DynAny.
get_slot(int) - Method in interface org.omg.PortableInterceptor.CurrentOperations
Retrieves the slot data the application set in PICurrent via get_slot.
get_slot(int) - Method in interface org.omg.PortableInterceptor.RequestInfoOperations
Returns the data from the given slot of the PortableInterceptor.Current that is in the scope of the request.
get_state() - Method in interface org.omg.PortableServer.POAManagerOperations
This operation returns the state of the POA manager.
get_string() - Method in interface org.omg.CORBA.DynAny
Deprecated. Retrieves the String contained in this DynAny object.
get_string() - Method in class org.omg.DynamicAny._DynAnyStub
Extracts the string value from this DynAny.
get_string() - Method in class org.omg.DynamicAny._DynArrayStub
Extracts the string value from this DynAny.
get_string() - Method in class org.omg.DynamicAny._DynEnumStub
Extracts the string value from this DynAny.
get_string() - Method in class org.omg.DynamicAny._DynFixedStub
Extracts the string value from this DynAny.
get_string() - Method in class org.omg.DynamicAny._DynSequenceStub
Extracts the string value from this DynAny.
get_string() - Method in class org.omg.DynamicAny._DynStructStub
Extracts the string value from this DynAny.
get_string() - Method in class org.omg.DynamicAny._DynUnionStub
Extracts the string value from this DynAny.
get_string() - Method in class org.omg.DynamicAny._DynValueStub
Extracts the string value from this DynAny.
get_string() - Method in interface org.omg.DynamicAny.DynAnyOperations
Extracts the string value from this DynAny.
get_typecode() - Method in interface org.omg.CORBA.DynAny
Deprecated. Retrieves the org.omg.CORBA.TypeCode contained in this DynAny object.
get_typecode() - Method in class org.omg.DynamicAny._DynAnyStub
Extracts the TypeCode object from this DynAny.
get_typecode() - Method in class org.omg.DynamicAny._DynArrayStub
Extracts the TypeCode object from this DynAny.
get_typecode() - Method in class org.omg.DynamicAny._DynEnumStub
Extracts the TypeCode object from this DynAny.
get_typecode() - Method in class org.omg.DynamicAny._DynFixedStub
Extracts the TypeCode object from this DynAny.
get_typecode() - Method in class org.omg.DynamicAny._DynSequenceStub
Extracts the TypeCode object from this DynAny.
get_typecode() - Method in class org.omg.DynamicAny._DynStructStub
Extracts the TypeCode object from this DynAny.
get_typecode() - Method in class org.omg.DynamicAny._DynUnionStub
Extracts the TypeCode object from this DynAny.
get_typecode() - Method in class org.omg.DynamicAny._DynValueStub
Extracts the TypeCode object from this DynAny.
get_typecode() - Method in interface org.omg.DynamicAny.DynAnyOperations
Extracts the TypeCode object from this DynAny.
get_ulong() - Method in interface org.omg.CORBA.DynAny
Deprecated. Retrieves the int contained in this DynAny object.
get_ulong() - Method in class org.omg.DynamicAny._DynAnyStub
Extracts the integer value from this DynAny.
get_ulong() - Method in class org.omg.DynamicAny._DynArrayStub
Extracts the integer value from this DynAny.
get_ulong() - Method in class org.omg.DynamicAny._DynEnumStub
Extracts the integer value from this DynAny.
get_ulong() - Method in class org.omg.DynamicAny._DynFixedStub
Extracts the integer value from this DynAny.
get_ulong() - Method in class org.omg.DynamicAny._DynSequenceStub
Extracts the integer value from this DynAny.
get_ulong() - Method in class org.omg.DynamicAny._DynStructStub
Extracts the integer value from this DynAny.
get_ulong() - Method in class org.omg.DynamicAny._DynUnionStub
Extracts the integer value from this DynAny.
get_ulong() - Method in class org.omg.DynamicAny._DynValueStub
Extracts the integer value from this DynAny.
get_ulong() - Method in interface org.omg.DynamicAny.DynAnyOperations
Extracts the integer value from this DynAny.
get_ulonglong() - Method in interface org.omg.CORBA.DynAny
Deprecated. Retrieves the long contained in this DynAny object.
get_ulonglong() - Method in class org.omg.DynamicAny._DynAnyStub
Extracts the long value from this DynAny.
get_ulonglong() - Method in class org.omg.DynamicAny._DynArrayStub
Extracts the long value from this DynAny.
get_ulonglong() - Method in class org.omg.DynamicAny._DynEnumStub
Extracts the long value from this DynAny.
get_ulonglong() - Method in class org.omg.DynamicAny._DynFixedStub
Extracts the long value from this DynAny.
get_ulonglong() - Method in class org.omg.DynamicAny._DynSequenceStub
Extracts the long value from this DynAny.
get_ulonglong() - Method in class org.omg.DynamicAny._DynStructStub
Extracts the long value from this DynAny.
get_ulonglong() - Method in class org.omg.DynamicAny._DynUnionStub
Extracts the long value from this DynAny.
get_ulonglong() - Method in class org.omg.DynamicAny._DynValueStub
Extracts the long value from this DynAny.
get_ulonglong() - Method in interface org.omg.DynamicAny.DynAnyOperations
Extracts the long value from this DynAny.
get_ushort() - Method in interface org.omg.CORBA.DynAny
Deprecated. Retrieves the short contained in this DynAny object.
get_ushort() - Method in class org.omg.DynamicAny._DynAnyStub
Extracts the short value from this DynAny.
get_ushort() - Method in class org.omg.DynamicAny._DynArrayStub
Extracts the short value from this DynAny.
get_ushort() - Method in class org.omg.DynamicAny._DynEnumStub
Extracts the short value from this DynAny.
get_ushort() - Method in class org.omg.DynamicAny._DynFixedStub
Extracts the short value from this DynAny.
get_ushort() - Method in class org.omg.DynamicAny._DynSequenceStub
Extracts the short value from this DynAny.
get_ushort() - Method in class org.omg.DynamicAny._DynStructStub
Extracts the short value from this DynAny.
get_ushort() - Method in class org.omg.DynamicAny._DynUnionStub
Extracts the short value from this DynAny.
get_ushort() - Method in class org.omg.DynamicAny._DynValueStub
Extracts the short value from this DynAny.
get_ushort() - Method in interface org.omg.DynamicAny.DynAnyOperations
Extracts the short value from this DynAny.
get_val() - Method in interface org.omg.CORBA.DynAny
Deprecated. Retrieves the java.io.Serializable object contained in this DynAny object.
get_val() - Method in class org.omg.DynamicAny._DynAnyStub
Extracts a Serializable object from this DynAny.
get_val() - Method in class org.omg.DynamicAny._DynArrayStub
Extracts a Serializable object from this DynAny.
get_val() - Method in class org.omg.DynamicAny._DynEnumStub
Extracts a Serializable object from this DynAny.
get_val() - Method in class org.omg.DynamicAny._DynFixedStub
Extracts a Serializable object from this DynAny.
get_val() - Method in class org.omg.DynamicAny._DynSequenceStub
Extracts a Serializable object from this DynAny.
get_val() - Method in class org.omg.DynamicAny._DynStructStub
Extracts a Serializable object from this DynAny.
get_val() - Method in class org.omg.DynamicAny._DynUnionStub
Extracts a Serializable object from this DynAny.
get_val() - Method in class org.omg.DynamicAny._DynValueStub
Extracts a Serializable object from this DynAny.
get_val() - Method in interface org.omg.DynamicAny.DynAnyOperations
Extracts a Serializable object from this DynAny.
get_value() - Method in interface org.omg.CORBA.DynFixed
Deprecated. Returns the value of the fixed type represented in this DynFixed object.
get_value() - Method in class org.omg.DynamicAny._DynFixedStub
Returns the value of a DynFixed.
get_value() - Method in interface org.omg.DynamicAny.DynFixedOperations
Returns the value of a DynFixed.
get_value_def(String) - Method in class org.omg.CORBA_2_3.ORB
 
get_values(String, int, String) - Method in class org.omg.CORBA.Context
Retrieves the NamedValue objects whose name field matches the given name or name pattern.
get_wchar() - Method in interface org.omg.CORBA.DynAny
Deprecated. Retrieves the char contained in this DynAny object.
get_wchar() - Method in class org.omg.DynamicAny._DynAnyStub
Extracts the long value from this DynAny.
get_wchar() - Method in class org.omg.DynamicAny._DynArrayStub
Extracts the long value from this DynAny.
get_wchar() - Method in class org.omg.DynamicAny._DynEnumStub
Extracts the long value from this DynAny.
get