当前页面:
在线文档首页 >
Java 2 SDK v1.4.2, Java 2 SDK 英文文档
X-Index (Java 2 Platform SE v1.4.2) - Java 2 SDK v1.4.2, Java 2 SDK 英文文档
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 _
X
- X500Principal - class javax.security.auth.x500.X500Principal.
- This class represents an X.500
Principal
. - X500Principal(String) -
Constructor for class javax.security.auth.x500.X500Principal
- Creates an
X500Principal
from a string representation of
an X.500 distinguished name (ex:
"CN=Duke, OU=JavaSoft, O=Sun Microsystems, C=US").
- X500Principal(byte[]) -
Constructor for class javax.security.auth.x500.X500Principal
- Creates an
X500Principal
from a distinguished name in
ASN.1 DER encoded form.
- X500Principal(InputStream) -
Constructor for class javax.security.auth.x500.X500Principal
- Creates an
X500Principal
from an InputStream
containing the distinguished name in ASN.1 DER encoded form.
- X500PrivateCredential - class javax.security.auth.x500.X500PrivateCredential.
- This class represents an
X500PrivateCredential
. - X500PrivateCredential(X509Certificate, PrivateKey) -
Constructor for class javax.security.auth.x500.X500PrivateCredential
- Creates an X500PrivateCredential that associates an X.509 certificate,
a private key and the KeyStore alias.
- X500PrivateCredential(X509Certificate, PrivateKey, String) -
Constructor for class javax.security.auth.x500.X500PrivateCredential
- Creates an X500PrivateCredential that associates an X.509 certificate,
a private key and the KeyStore alias.
- X509CRL - class java.security.cert.X509CRL.
-
Abstract class for an X.509 Certificate Revocation List (CRL).
- X509CRL() -
Constructor for class java.security.cert.X509CRL
- Constructor for X.509 CRLs.
- X509CRLEntry - class java.security.cert.X509CRLEntry.
- Abstract class for a revoked certificate in a CRL (Certificate
Revocation List).
- X509CRLEntry() -
Constructor for class java.security.cert.X509CRLEntry
-
- X509CRLSelector - class java.security.cert.X509CRLSelector.
- A
CRLSelector
that selects X509CRLs
that
match all specified criteria. - X509CRLSelector() -
Constructor for class java.security.cert.X509CRLSelector
- Creates an
X509CRLSelector
.
- X509CertSelector - class java.security.cert.X509CertSelector.
- A
CertSelector
that selects X509Certificates
that
match all specified criteria. - X509CertSelector() -
Constructor for class java.security.cert.X509CertSelector
- Creates an
X509CertSelector
.
- X509Certificate - class java.security.cert.X509Certificate.
-
Abstract class for X.509 certificates.
- X509Certificate() -
Constructor for class java.security.cert.X509Certificate
- Constructor for X.509 certificates.
- X509Certificate - class javax.security.cert.X509Certificate.
- Abstract class for X.509 v1 certificates.
- X509Certificate() -
Constructor for class javax.security.cert.X509Certificate
-
- X509EncodedKeySpec - class java.security.spec.X509EncodedKeySpec.
- This class represents the ASN.1 encoding of a public key,
encoded according to the ASN.1 type
SubjectPublicKeyInfo
. - X509EncodedKeySpec(byte[]) -
Constructor for class java.security.spec.X509EncodedKeySpec
- Creates a new X509EncodedKeySpec with the given encoded key.
- X509Extension - interface java.security.cert.X509Extension.
- Interface for an X.509 extension.
- X509KeyManager - interface javax.net.ssl.X509KeyManager.
- Instances of this interface manage which X509 certificate-based
key pairs are used to authenticate the local side of a secure
socket.
- X509TrustManager - interface javax.net.ssl.X509TrustManager.
- Instance of this interface manage which X509 certificates
may be used to authenticate the remote side of a secure
socket.
- XAConnection - interface javax.sql.XAConnection.
- An object that provides support for distributed
transactions.
- XADataSource - interface javax.sql.XADataSource.
- A factory for
XAConnection
objects that is used internally. - XAER_ASYNC -
Static variable in class javax.transaction.xa.XAException
- There is an asynchronous operation already outstanding.
- XAER_DUPID -
Static variable in class javax.transaction.xa.XAException
- The XID already exists.
- XAER_INVAL -
Static variable in class javax.transaction.xa.XAException
- Invalid arguments were given.
- XAER_NOTA -
Static variable in class javax.transaction.xa.XAException
- The XID is not valid.
- XAER_OUTSIDE -
Static variable in class javax.transaction.xa.XAException
- The resource manager is doing work outside a global transaction.
- XAER_PROTO -
Static variable in class javax.transaction.xa.XAException
- Routine was invoked in an inproper context.
- XAER_RMERR -
Static variable in class javax.transaction.xa.XAException
- A resource manager error has occurred in the transaction branch.
- XAER_RMFAIL -
Static variable in class javax.transaction.xa.XAException
- Resource manager is unavailable.
- XAException - exception javax.transaction.xa.XAException.
- The XAException is thrown by the Resource Manager (RM) to inform the
Transaction Manager of an error encountered by the involved transaction.
- XAException() -
Constructor for class javax.transaction.xa.XAException
- Create an XAException.
- XAException(String) -
Constructor for class javax.transaction.xa.XAException
- Create an XAException with a given string.
- XAException(int) -
Constructor for class javax.transaction.xa.XAException
- Create an XAException with a given error code.
- XAResource - interface javax.transaction.xa.XAResource.
- The XAResource interface is a Java mapping of the industry standard
XA interface based on the X/Open CAE Specification (Distributed
Transaction Processing: The XA Specification).
- XA_HEURCOM -
Static variable in class javax.transaction.xa.XAException
- The transaction branch has been heuristically committed.
- XA_HEURHAZ -
Static variable in class javax.transaction.xa.XAException
- The transaction branch may have been heuristically completed.
- XA_HEURMIX -
Static variable in class javax.transaction.xa.XAException
- The transaction branch has been heuristically committed and
rolled back.
- XA_HEURRB -
Static variable in class javax.transaction.xa.XAException
- The transaction branch has been heuristically rolled back.
- XA_NOMIGRATE -
Static variable in class javax.transaction.xa.XAException
- Resumption must occur where the suspension occurred.
- XA_OK -
Static variable in interface javax.transaction.xa.XAResource
- The transaction work has been prepared normally.
- XA_RBBASE -
Static variable in class javax.transaction.xa.XAException
- The inclusive lower bound of the rollback codes.
- XA_RBCOMMFAIL -
Static variable in class javax.transaction.xa.XAException
- Indicates that the rollback was caused by a communication failure.
- XA_RBDEADLOCK -
Static variable in class javax.transaction.xa.XAException
- A deadlock was detected.
- XA_RBEND -
Static variable in class javax.transaction.xa.XAException
- The inclusive upper bound of the rollback error code.
- XA_RBINTEGRITY -
Static variable in class javax.transaction.xa.XAException
- A condition that violates the integrity of the resource was detected.
- XA_RBOTHER -
Static variable in class javax.transaction.xa.XAException
- The resource manager rolled back the transaction branch for a reason
not on this list.
- XA_RBPROTO -
Static variable in class javax.transaction.xa.XAException
- A protocol error occurred in the resource manager.
- XA_RBROLLBACK -
Static variable in class javax.transaction.xa.XAException
- Indicates that the rollback was caused by an unspecified reason.
- XA_RBTIMEOUT -
Static variable in class javax.transaction.xa.XAException
- A transaction branch took too long.
- XA_RBTRANSIENT -
Static variable in class javax.transaction.xa.XAException
- May retry the transaction branch.
- XA_RDONLY -
Static variable in class javax.transaction.xa.XAException
- The transaction branch was read-only and has been committed.
- XA_RDONLY -
Static variable in interface javax.transaction.xa.XAResource
- The transaction branch has been read-only and has been committed.
- XA_RETRY -
Static variable in class javax.transaction.xa.XAException
- Routine returned with no effect and may be reissued.
- XMLDecoder - class java.beans.XMLDecoder.
- The
XMLDecoder
class is used to read XML documents
created using the XMLEncoder
and is used just like
the ObjectInputStream
. - XMLDecoder(InputStream) -
Constructor for class java.beans.XMLDecoder
- Creates a new input stream for reading archives
created by the
XMLEncoder
class.
- XMLDecoder(InputStream, Object) -
Constructor for class java.beans.XMLDecoder
- Creates a new input stream for reading archives
created by the
XMLEncoder
class.
- XMLDecoder(InputStream, Object, ExceptionListener) -
Constructor for class java.beans.XMLDecoder
- Creates a new input stream for reading archives
created by the
XMLEncoder
class.
- XMLEncoder - class java.beans.XMLEncoder.
- The
XMLEncoder
class is a complementary alternative to
the ObjectOutputStream
and can used to generate
a textual representation of a JavaBean in the same
way that the ObjectOutputStream
can
be used to create binary representation of Serializable
objects. - XMLEncoder(OutputStream) -
Constructor for class java.beans.XMLEncoder
- Creates a new output stream for sending JavaBeans
to the stream
out
using an XML encoding.
- XMLFilter - interface org.xml.sax.XMLFilter.
- Interface for an XML filter.
- XMLFilterImpl - class org.xml.sax.helpers.XMLFilterImpl.
- Base class for deriving an XML filter.
- XMLFilterImpl() -
Constructor for class org.xml.sax.helpers.XMLFilterImpl
- Construct an empty XML filter, with no parent.
- XMLFilterImpl(XMLReader) -
Constructor for class org.xml.sax.helpers.XMLFilterImpl
- Construct an XML filter with the specified parent.
- XMLFormatter - class java.util.logging.XMLFormatter.
- Format a LogRecord into a standard XML format.
- XMLFormatter() -
Constructor for class java.util.logging.XMLFormatter
-
- XMLNS -
Static variable in class org.xml.sax.helpers.NamespaceSupport
- The XML Namespace as a constant.
- XMLReader - interface org.xml.sax.XMLReader.
- Interface for reading an XML document using callbacks.
- XMLReaderAdapter - class org.xml.sax.helpers.XMLReaderAdapter.
- Adapt a SAX2 XMLReader as a SAX1 Parser.
- XMLReaderAdapter() -
Constructor for class org.xml.sax.helpers.XMLReaderAdapter
- Create a new adapter.
- XMLReaderAdapter(XMLReader) -
Constructor for class org.xml.sax.helpers.XMLReaderAdapter
- Create a new adapter.
- XMLReaderFactory - class org.xml.sax.helpers.XMLReaderFactory.
- Factory for creating an XML reader.
- XOR -
Static variable in class java.awt.AlphaComposite
- Porter-Duff Source Xor Destination rule.
- X_AXIS -
Static variable in class javax.swing.BoxLayout
- Specifies that components should be laid out left to right.
- X_AXIS -
Static variable in class javax.swing.text.View
- Axis for format/break operations.
- Xid - interface javax.transaction.xa.Xid.
- The Xid interface is a Java mapping of the X/Open transaction identifier
XID structure.
- Xor -
Static variable in class java.awt.AlphaComposite
AlphaComposite
object that implements the opaque XOR rule
with an alpha of 1.0f.
- x -
Variable in class java.awt.Event
- The x coordinate of the event.
- x -
Variable in class java.awt.Point
- The x coordinate.
- x -
Variable in class java.awt.Rectangle
- The x coordinate of the
Rectangle
.
- x -
Variable in class java.awt.geom.Arc2D.Double
- The x coordinate of the upper left corner of the arc.
- x -
Variable in class java.awt.geom.Arc2D.Float
- The x coordinate of the upper left corner of the arc.
- x -
Variable in class java.awt.geom.Ellipse2D.Double
- The x coordinate of the upper left corner of this
Ellipse2D
.
- x -
Variable in class java.awt.geom.Ellipse2D.Float
- The x coordinate of the upper left corner of this
Ellipse2D
.
- x -
Variable in class java.awt.geom.Point2D.Double
- The X coordinate of this
Point2D
.
- x -
Variable in class java.awt.geom.Point2D.Float
- The X coordinate of this
Point2D
.
- x -
Variable in class java.awt.geom.Rectangle2D.Double
- The x coordinate of this
Rectangle2D
.
- x -
Variable in class java.awt.geom.Rectangle2D.Float
- The x coordinate of this
Rectangle2D
.
- x -
Variable in class java.awt.geom.RoundRectangle2D.Double
- The X coordinate of this
RoundRectangle2D
.
- x -
Variable in class java.awt.geom.RoundRectangle2D.Float
- The X coordinate of this
RoundRectangle2D
.
- x1 -
Variable in class java.awt.geom.CubicCurve2D.Double
- The X coordinate of the start point
of the cubic curve segment.
- x1 -
Variable in class java.awt.geom.CubicCurve2D.Float
- The X coordinate of the start point
of the cubic curve segment.
- x1 -
Variable in class java.awt.geom.Line2D.Double
- The X coordinate of the start point of the line segment.
- x1 -
Variable in class java.awt.geom.Line2D.Float
- The X coordinate of the start point of the line segment.
- x1 -
Variable in class java.awt.geom.QuadCurve2D.Double
- The x coordinate of the start point of the quadratic curve
segment.
- x1 -
Variable in class java.awt.geom.QuadCurve2D.Float
- The x coordinate of the start point of the quadratic curve
segment.
- x2 -
Variable in class java.awt.geom.CubicCurve2D.Double
- The X coordinate of the end point
of the cubic curve segment.
- x2 -
Variable in class java.awt.geom.CubicCurve2D.Float
- The X coordinate of the end point
of the cubic curve segment.
- x2 -
Variable in class java.awt.geom.Line2D.Double
- The X coordinate of the end point of the line segment.
- x2 -
Variable in class java.awt.geom.Line2D.Float
- The X coordinate of the end point of the line segment.
- x2 -
Variable in class java.awt.geom.QuadCurve2D.Double
- The x coordinate of the end point of the quadratic curve
segment.
- x2 -
Variable in class java.awt.geom.QuadCurve2D.Float
- The x coordinate of the end point of the quadratic curve
segment.
- xPositionForValue(int) -
Method in class javax.swing.plaf.basic.BasicSliderUI
-
- xor(BigInteger) -
Method in class java.math.BigInteger
- Returns a BigInteger whose value is (this ^ val).
- xor(BitSet) -
Method in class java.util.BitSet
- Performs a logical XOR of this bit set with the bit set
argument.
- xpoints -
Variable in class java.awt.Polygon
- The array of x coordinates.
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 _
Submit a bug or feature
For further API reference and developer documentation, see Java 2 SDK SE Developer Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples. Copyright 2003 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.