当前页面:
在线文档首页 >
Java Platform, Enterprise Edition v1.4 API Specifications
Index (Java 2 Platform Ent. Ed. v1.4) - Java Platform, Enterprise Edition v1.4 API Specifications
A B C D E F G H I J K L M N O P Q R S T U V W X _
A
- ACTION -
Static variable in class javax.management.MBeanOperationInfo
- Indicates that the operation is a write-like,
and would modify the MBean in some way, typically by writing some value
or changing a configuration.
- ACTION_INFO -
Static variable in class javax.management.MBeanOperationInfo
- Indicates that the operation is both read-like and write-like.
- ADDED -
Static variable in class javax.mail.event.MessageCountEvent
- The messages were added to their folder
- ADDRESS_LINES_SLOT -
Static variable in interface javax.xml.registry.infomodel.Slot
- Name for pre-defined Slot used in PostalAddress by JAXR UDDI provider.
- ALERT -
Static variable in class javax.mail.event.StoreEvent
- Indicates that this message is an ALERT.
- ALL -
Static variable in class javax.mail.internet.MimeUtility
-
- ALLOWED_CLASSNAMES -
Static variable in class javax.management.openmbean.OpenType
- List of the fully qualified names of the Java classes allowed for open data values.
- AND_ALL_KEYS -
Static variable in interface javax.xml.registry.FindQualifier
-
- ANSWERED -
Static variable in class javax.mail.Flags.Flag
- This message has been answered.
- APPLICATION -
Static variable in class javax.servlet.jsp.PageContext
- Name used to store ServletContext in PageContext name table.
- APPLICATION_SCOPE -
Static variable in class javax.servlet.jsp.PageContext
- Application scope: named reference remains available in the
ServletContext until it is reclaimed.
- ASSOCIATION -
Static variable in interface javax.xml.registry.LifeCycleManager
-
- ATOM -
Static variable in class javax.mail.internet.HeaderTokenizer.Token
- Token type indicating an ATOM.
- ATTACHMENT -
Static variable in interface javax.mail.Part
- This part should be presented as an attachment.
- ATTRIBUTE_CHANGE -
Static variable in class javax.management.AttributeChangeNotification
- Notification type which indicates that the observed MBean attribute value has changed.
- AT_BEGIN -
Static variable in class javax.servlet.jsp.tagext.VariableInfo
- Scope information that scripting variable is visible after start tag.
- AT_END -
Static variable in class javax.servlet.jsp.tagext.VariableInfo
- Scope information that scripting variable is visible after end tag.
- AUDITABLE_EVENT -
Static variable in interface javax.xml.registry.LifeCycleManager
-
- AUTHORIZED_NAME_SLOT -
Static variable in interface javax.xml.registry.infomodel.Slot
- Name for pre-defined Slot used in Organization and ClassificationScheme by JAXR UDDI provider.
- AUTO_ACKNOWLEDGE -
Static variable in interface javax.jms.Session
- With this acknowledgment mode, the session automatically acknowledges
a client's receipt of a message either when the session has successfully
returned from a call to
receive
or when the message
listener the session has called to process the message successfully
returns.
- AccessLocalException - exception javax.ejb.AccessLocalException.
- An AccessLocalException is thrown to indicate that the caller does not
have permission to call the method.
- AccessLocalException() -
Constructor for class javax.ejb.AccessLocalException
- Constructs an AccessLocalException with no detail message.
- AccessLocalException(String) -
Constructor for class javax.ejb.AccessLocalException
- Constructs an AccessLocalException with the specified
detail message.
- AccessLocalException(String, Exception) -
Constructor for class javax.ejb.AccessLocalException
- Constructs an AccessLocalException with the specified
detail message and a nested exception.
- ActionType - class javax.enterprise.deploy.shared.ActionType.
- Class ActionTypes defines enumeration values for the J2EE
DeploymentStatus actions.
- ActionType(int) -
Constructor for class javax.enterprise.deploy.shared.ActionType
- Construct a new enumeration value with the given integer value.
- ActivationDataFlavor - class javax.activation.ActivationDataFlavor.
- The ActivationDataFlavor class is a special subclass of
java.awt.datatransfer.DataFlavor
. - ActivationDataFlavor(Class, String, String) -
Constructor for class javax.activation.ActivationDataFlavor
- Construct a DataFlavor that represents an arbitrary
Java object.
- ActivationDataFlavor(Class, String) -
Constructor for class javax.activation.ActivationDataFlavor
- Construct a DataFlavor that represents a MimeType.
- ActivationDataFlavor(String, String) -
Constructor for class javax.activation.ActivationDataFlavor
- Construct a DataFlavor that represents a MimeType.
- ActivationSpec - interface javax.resource.spi.ActivationSpec.
- This interface serves as a marker.
- Address - class javax.mail.Address.
- This abstract class models the addresses in a message.
- Address() -
Constructor for class javax.mail.Address
-
- AddressException - exception javax.mail.internet.AddressException.
- The exception thrown when a wrongly formatted address is encountered.
- AddressException() -
Constructor for class javax.mail.internet.AddressException
- Constructs an AddressException with no detail message.
- AddressException(String) -
Constructor for class javax.mail.internet.AddressException
- Constructs an AddressException with the specified detail message.
- AddressException(String, String) -
Constructor for class javax.mail.internet.AddressException
- Constructs an AddressException with the specified detail message
and reference info.
- AddressException(String, String, int) -
Constructor for class javax.mail.internet.AddressException
- Constructs an AddressException with the specified detail message
and reference info.
- AddressStringTerm - class javax.mail.search.AddressStringTerm.
- This abstract class implements string comparisons for Message
addresses.
- AddressStringTerm(String) -
Constructor for class javax.mail.search.AddressStringTerm
- Constructor.
- AddressTerm - class javax.mail.search.AddressTerm.
- This class implements Message Address comparisons.
- AddressTerm(Address) -
Constructor for class javax.mail.search.AddressTerm
-
- AndTerm - class javax.mail.search.AndTerm.
- This class implements the logical AND operator on individual
SearchTerms.
- AndTerm(SearchTerm, SearchTerm) -
Constructor for class javax.mail.search.AndTerm
- Constructor that takes two terms.
- AndTerm(SearchTerm[]) -
Constructor for class javax.mail.search.AndTerm
- Constructor that takes an array of SearchTerms.
- ApplicationServerInternalException - exception javax.resource.spi.ApplicationServerInternalException.
- An
ApplicationServerInternalException
is thrown
by an application
server to indicate error conditions specific to an application server.
- ApplicationServerInternalException() -
Constructor for class javax.resource.spi.ApplicationServerInternalException
- Constructs a new instance with null as its detail message.
- ApplicationServerInternalException(String) -
Constructor for class javax.resource.spi.ApplicationServerInternalException
- Constructs a new instance with the specified detail message.
- ApplicationServerInternalException(Throwable) -
Constructor for class javax.resource.spi.ApplicationServerInternalException
- Constructs a new throwable with the specified cause.
- ApplicationServerInternalException(String, Throwable) -
Constructor for class javax.resource.spi.ApplicationServerInternalException
- Constructs a new throwable with the specified detail message and cause.
- ApplicationServerInternalException(String, String) -
Constructor for class javax.resource.spi.ApplicationServerInternalException
- Constructs a new throwable with the specified detail message and
an error code.
- ArrayType - class javax.management.openmbean.ArrayType.
- The
ArrayType
class is the open type class whose instances describe
all open data values which are n-dimensional arrays of open data values. - ArrayType(int, OpenType) -
Constructor for class javax.management.openmbean.ArrayType
- Constructs an ArrayType instance describing open data values which are
arrays with dimension dimension of elements whose open type is elementType.
- Association - interface javax.xml.registry.infomodel.Association.
- A RegistryObject instance may be associated with zero or more RegistryObject instances.
- AttachmentPart - class javax.xml.soap.AttachmentPart.
- A single attachment to a
SOAPMessage
object. - AttachmentPart() -
Constructor for class javax.xml.soap.AttachmentPart
-
- Attribute - class javax.management.Attribute.
- Represents an MBean attribute by associating its name with its value.
- Attribute(String, Object) -
Constructor for class javax.management.Attribute
- Constructs an Attribute object which associates the given attribute name with the given value.
- AttributeChangeNotification - class javax.management.AttributeChangeNotification.
- Provides definitions of the attribute change notifications sent by MBeans.
- AttributeChangeNotification(Object, long, long, String, String, String, Object, Object) -
Constructor for class javax.management.AttributeChangeNotification
- Constructs an attribute change notification object.
- AttributeChangeNotificationFilter - class javax.management.AttributeChangeNotificationFilter.
- This class implements of the
NotificationFilter
interface for the attribute change notification
.
- AttributeChangeNotificationFilter() -
Constructor for class javax.management.AttributeChangeNotificationFilter
-
- AttributeList - class javax.management.AttributeList.
- Represents a list of values for attributes of an
MBean.
- AttributeList() -
Constructor for class javax.management.AttributeList
- Constructs an empty
AttributeList
.
- AttributeList(int) -
Constructor for class javax.management.AttributeList
- Constructs an empty
AttributeList
with the initial capacity specified.
- AttributeList(AttributeList) -
Constructor for class javax.management.AttributeList
- Constructs an
AttributeList
containing the elements of the AttributeList
specified,
in the order in which they are returned by the AttributeList
's iterator.
- AttributeNotFoundException - exception javax.management.AttributeNotFoundException.
- The specified attribute does not exist or cannot be retrieved.
- AttributeNotFoundException() -
Constructor for class javax.management.AttributeNotFoundException
- Default constructor.
- AttributeNotFoundException(String) -
Constructor for class javax.management.AttributeNotFoundException
- Constructor that allows a specific error message to be specified.
- AttributeValueExp - class javax.management.AttributeValueExp.
- Represents attributes used as arguments to relational constraints.
- AttributeValueExp() -
Constructor for class javax.management.AttributeValueExp
- Deprecated. An instance created with this constructor cannot be
used in a query.
- AttributeValueExp(String) -
Constructor for class javax.management.AttributeValueExp
- Creates a new
AttributeValueExp
representing the
specified object attribute, named attr.
- AuditableEvent - interface javax.xml.registry.infomodel.AuditableEvent.
- AuditableEvent instances provide a long term record of events that effect a
change of state in a RegistryObject.
- AuthenticationFailedException - exception javax.mail.AuthenticationFailedException.
- This exception is thrown when the connect method on a Store or
Transport object fails due to an authentication failure (e.g.,
bad user name or password).
- AuthenticationFailedException() -
Constructor for class javax.mail.AuthenticationFailedException
- Constructor
- AuthenticationFailedException(String) -
Constructor for class javax.mail.AuthenticationFailedException
- Constructor
- Authenticator - class javax.mail.Authenticator.
- The class Authenticator represents an object that knows how to obtain
authentication for a network connection.
- Authenticator() -
Constructor for class javax.mail.Authenticator
-
- acknowledge() -
Method in interface javax.jms.Message
- Acknowledges all consumed messages of the session of this consumed
message.
- add(FetchProfile.Item) -
Method in class javax.mail.FetchProfile
- Add the given special item as one of the attributes to
be prefetched.
- add(String) -
Method in class javax.mail.FetchProfile
- Add the specified header-field to the list of attributes
to be prefetched.
- add(Flags.Flag) -
Method in class javax.mail.Flags
- Add the specified system flag to this Flags object.
- add(String) -
Method in class javax.mail.Flags
- Add the specified user flag to this Flags object.
- add(Flags) -
Method in class javax.mail.Flags
- Add all the flags in the given Flags object to this
Flags object.
- add(Attribute) -
Method in class javax.management.AttributeList
- Adds the
Attribute
specified as the last element of the list.
- add(int, Attribute) -
Method in class javax.management.AttributeList
- Inserts the attribute specified as an element at the position specified.
- add(Role) -
Method in class javax.management.relation.RoleList
- Adds the Role specified as the last element of the list.
- add(int, Role) -
Method in class javax.management.relation.RoleList
- Inserts the role specified as an element at the position specified.
- add(RoleUnresolved) -
Method in class javax.management.relation.RoleUnresolvedList
- Adds the RoleUnresolved specified as the last element of the list.
- add(int, RoleUnresolved) -
Method in class javax.management.relation.RoleUnresolvedList
- Inserts the unresolved role specified as an element at the position
specified.
- addAll(AttributeList) -
Method in class javax.management.AttributeList
- Appends all the elements in the
AttributeList
specified to the end
of the list, in the order in which they are returned by the Iterator of
the AttributeList
specified.
- addAll(int, AttributeList) -
Method in class javax.management.AttributeList
- Inserts all of the elements in the
AttributeList
specified into this
list, starting at the specified position, in the order in which they
are returned by the Iterator of the AttributeList
specified.
- addAll(RoleList) -
Method in class javax.management.relation.RoleList
- Appends all the elements in the RoleList specified to the end
of the list, in the order in which they are returned by the Iterator of
the RoleList specified.
- addAll(int, RoleList) -
Method in class javax.management.relation.RoleList
- Inserts all of the elements in the RoleList specified into this
list, starting at the specified position, in the order in which they are
returned by the Iterator of the RoleList specified.
- addAll(RoleUnresolvedList) -
Method in class javax.management.relation.RoleUnresolvedList
- Appends all the elements in the RoleUnresolvedList specified to the end
of the list, in the order in which they are returned by the Iterator of
the RoleUnresolvedList specified.
- addAll(int, RoleUnresolvedList) -
Method in class javax.management.relation.RoleUnresolvedList
- Inserts all of the elements in the RoleUnresolvedList specified into
this list, starting at the specified position, in the order in which
they are returned by the Iterator of the RoleUnresolvedList specified.
- addAssociation(Association) -
Method in interface javax.xml.registry.infomodel.RegistryObject
- Adds specified Association to use this object as source.
- addAssociations(Collection) -
Method in interface javax.xml.registry.infomodel.RegistryObject
- Adds specified Associations to use this object as source.
- addAttachmentPart(AttachmentPart) -
Method in class javax.xml.soap.SOAPMessage
- Adds the given
AttachmentPart
object to this SOAPMessage
object.
- addAttribute(Name, String) -
Method in interface javax.xml.soap.SOAPElement
- Adds an attribute with the specified name and value to this
SOAPElement
object.
- addAttributeChangeNotificationListener(NotificationListener, String, Object) -
Method in interface javax.management.modelmbean.ModelMBeanNotificationBroadcaster
- Registers an object which implements the NotificationListener interface as a listener.
- addAttributeChangeNotificationListener(NotificationListener, String, Object) -
Method in class javax.management.modelmbean.RequiredModelMBean
-
- addBody() -
Method in interface javax.xml.soap.SOAPEnvelope
- Creates a
SOAPBody
object and sets it as the
SOAPBody
object for this SOAPEnvelope
object.
- addBodyElement(Name) -
Method in interface javax.xml.soap.SOAPBody
- Creates a new
SOAPBodyElement
object with the
specified name and adds it to this SOAPBody
object.
- addBodyPart(BodyPart) -
Method in class javax.mail.Multipart
- Adds a Part to the multipart.
- addBodyPart(BodyPart, int) -
Method in class javax.mail.Multipart
- Adds a BodyPart at position
index
.
- addChildConcept(Concept) -
Method in interface javax.xml.registry.infomodel.ClassificationScheme
- Adds a child Concept.
- addChildConcept(Concept) -
Method in interface javax.xml.registry.infomodel.Concept
- Adds a child Concept.
- addChildConcepts(Collection) -
Method in interface javax.xml.registry.infomodel.ClassificationScheme
- Adds a Collection of Concept children.
- addChildConcepts(Collection) -
Method in interface javax.xml.registry.infomodel.Concept
- Adds a Collection of Concept children.
- addChildElement(Name) -
Method in interface javax.xml.soap.SOAPElement
- Creates a new
SOAPElement
object initialized with the
given Name
object and adds the new element to this
SOAPElement
object.
- addChildElement(String) -
Method in interface javax.xml.soap.SOAPElement
- Creates a new
SOAPElement
object initialized with the
specified local name and adds the new element to this
SOAPElement
object.
- addChildElement(String, String) -
Method in interface javax.xml.soap.SOAPElement
- Creates a new
SOAPElement
object initialized with the
specified local name and prefix and adds the new element to this
SOAPElement
object.
- addChildElement(String, String, String) -
Method in interface javax.xml.soap.SOAPElement
- Creates a new
SOAPElement
object initialized with the
specified local name, prefix, and URI and adds the new element to this
SOAPElement
object.
- addChildElement(SOAPElement) -
Method in interface javax.xml.soap.SOAPElement
- Add a
SOAPElement
as a child of this
SOAPElement
instance.
- addChildOrganization(Organization) -
Method in interface javax.xml.registry.infomodel.Organization
- Adds a child Organization.
- addChildOrganizations(Collection) -
Method in interface javax.xml.registry.infomodel.Organization
- Adds a Collection of Organization children.
- addClassification(Classification) -
Method in interface javax.xml.registry.infomodel.RegistryObject
- Adds specified Classification to this object.
- addClassifications(Collection) -
Method in interface javax.xml.registry.infomodel.RegistryObject
- Adds specified Classifications to this object.
- addConnectionEventListener(ConnectionEventListener) -
Method in interface javax.resource.spi.ManagedConnection
- Adds a connection event listener to the ManagedConnection
instance.
- addConnectionListener(ConnectionListener) -
Method in class javax.mail.Folder
- Add a listener for Connection events on this Folder.
- addConnectionListener(ConnectionListener) -
Method in class javax.mail.Service
- Add a listener for Connection events on this service.
- addCookie(Cookie) -
Method in interface javax.servlet.http.HttpServletResponse
- Adds the specified cookie to the response.
- addCookie(Cookie) -
Method in class javax.servlet.http.HttpServletResponseWrapper
- The default behavior of this method is to call addCookie(Cookie cookie)
on the wrapped response object.
- addDateHeader(String, long) -
Method in interface javax.servlet.http.HttpServletResponse
- Adds a response header with the given name and
date-value.
- addDateHeader(String, long) -
Method in class javax.servlet.http.HttpServletResponseWrapper
- The default behavior of this method is to call addDateHeader(String name, long date)
on the wrapped response object.
- addDetail() -
Method in interface javax.xml.soap.SOAPFault
- Creates an optional
Detail
object and sets it as the
Detail
object for this SOAPFault
object.
- addDetailEntry(Name) -
Method in interface javax.xml.soap.Detail
- Creates a new
DetailEntry
object with the given
name and adds it to this Detail
object.
- addDocument(Document) -
Method in interface javax.xml.soap.SOAPBody
- Adds the root node of the DOM
Document
to this
SOAPBody
object.
- addExternalIdentifier(ExternalIdentifier) -
Method in interface javax.xml.registry.infomodel.RegistryObject
- Adds specified ExternalIdentifier as an external identifier to this object.
- addExternalIdentifiers(Collection) -
Method in interface javax.xml.registry.infomodel.RegistryObject
- Adds specified ExternalIdentifiers as an external identifiers to this object.
- addExternalLink(ExternalLink) -
Method in interface javax.xml.registry.infomodel.RegistryObject
- Adds specified ExternalLink to this object.
- addExternalLinks(Collection) -
Method in interface javax.xml.registry.infomodel.RegistryObject
- Adds specified ExternalLinks to this object.
- addFault() -
Method in interface javax.xml.soap.SOAPBody
- Creates a new
SOAPFault
object and adds it to
this SOAPBody
object.
- addFault(Name, String, Locale) -
Method in interface javax.xml.soap.SOAPBody
- Creates a new
SOAPFault
object and adds it to
this SOAPBody
object.
- addFault(Name, String) -
Method in interface javax.xml.soap.SOAPBody
- Creates a new
SOAPFault
object and adds it to
this SOAPBody
object.
- addFolderListener(FolderListener) -
Method in class javax.mail.Folder
- Add a listener for Folder events on this Folder.
- addFolderListener(FolderListener) -
Method in class javax.mail.Store
- Add a listener for Folder events on any Folder object
obtained from this Store.
- addFrom(Address[]) -
Method in class javax.mail.Message
- Add these addresses to the existing "From" attribute
- addFrom(Address[]) -
Method in class javax.mail.internet.MimeMessage
- Add the specified addresses to the existing "From" field.
- addHeader(String, String) -
Method in interface javax.mail.Part
- Add this value to the existing values for this header_name.
- addHeader(String, String) -
Method in class javax.mail.internet.InternetHeaders
- Add a header with the specified name and value to the header list.
- addHeader(String, String) -
Method in class javax.mail.internet.MimeBodyPart
- Add this value to the existing values for this header_name.
- addHeader(String, String) -
Method in class javax.mail.internet.MimeMessage
- Add this value to the existing values for this header_name.
- addHeader(String, String) -
Method in interface javax.servlet.http.HttpServletResponse
- Adds a response header with the given name and value.
- addHeader(String, String) -
Method in class javax.servlet.http.HttpServletResponseWrapper
- The default behavior of this method is to return addHeader(String name, String value)
on the wrapped response object.
- addHeader(String, String) -
Method in class javax.xml.soap.MimeHeaders
- Adds a
MimeHeader
object with the specified name and value
to this MimeHeaders
object's list of headers.
- addHeader() -
Method in interface javax.xml.soap.SOAPEnvelope
- Creates a
SOAPHeader
object and sets it as the
SOAPHeader
object for this SOAPEnvelope
object.
- addHeaderElement(Name) -
Method in interface javax.xml.soap.SOAPHeader
- Creates a new
SOAPHeaderElement
object initialized with the
specified name and adds it to this SOAPHeader
object.
- addHeaderLine(String) -
Method in class javax.mail.internet.InternetHeaders
- Add an RFC822 header line to the header store.
- addHeaderLine(String) -
Method in class javax.mail.internet.MimeBodyPart
- Add a header line to this body part
- addHeaderLine(String) -
Method in class javax.mail.internet.MimeMessage
- Add a raw RFC 822 header-line.
- addHeaderLine(String) -
Method in interface javax.mail.internet.MimePart
- Add a raw RFC822 header-line.
- addIntHeader(String, int) -
Method in interface javax.servlet.http.HttpServletResponse
- Adds a response header with the given name and
integer value.
- addIntHeader(String, int) -
Method in class javax.servlet.http.HttpServletResponseWrapper
- The default behavior of this method is to call addIntHeader(String name, int value)
on the wrapped response object.
- addLocalizedString(LocalizedString) -
Method in interface javax.xml.registry.infomodel.InternationalString
- Adds a LocalizedString to this object.
- addLocalizedStrings(Collection) -
Method in interface javax.xml.registry.infomodel.InternationalString
- Adds many LocalizedStrings to this object.
- addMailcap(String) -
Method in class javax.activation.MailcapCommandMap
- Add entries to the registry.
- addMessageChangedListener(MessageChangedListener) -
Method in class javax.mail.Folder
- Add a listener for MessageChanged events on this Folder.
- addMessageCountListener(MessageCountListener) -
Method in class javax.mail.Folder
- Add a listener for MessageCount events on this Folder.
- addMimeHeader(String, String) -
Method in class javax.xml.soap.AttachmentPart
- Adds a MIME header with the specified name and value to this
AttachmentPart
object.
- addMimeHeader(String, String) -
Method in class javax.xml.soap.SOAPPart
- Creates a
MimeHeader
object with the specified
name and value and adds it to this SOAPPart
object.
- addMimeTypes(String) -
Method in class javax.activation.MimetypesFileTypeMap
- Prepend the MIME type values to the registry.
- addNamespaceDeclaration(String, String) -
Method in interface javax.xml.soap.SOAPElement
- Adds a namespace declaration with the specified prefix and URI to this
SOAPElement
object.
- addNotification(String, String, Object, Date, long, long, boolean) -
Method in class javax.management.timer.Timer
- Creates a new timer notification with the specified
type
, message
and userData
and inserts it into the list of notifications with a given date,
period and number of occurences.
- addNotification(String, String, Object, Date, long, long) -
Method in class javax.management.timer.Timer
- Creates a new timer notification with the specified
type
, message
and userData
and inserts it into the list of notifications with a given date,
period and number of occurences.
- addNotification(String, String, Object, Date, long) -
Method in class javax.management.timer.Timer
- Creates a new timer notification with the specified
type
, message
and userData
and inserts it into the list of notifications with a given date
and period and a null number of occurences.
- addNotification(String, String, Object, Date) -
Method in class javax.management.timer.Timer
- Creates a new timer notification with the specified
type
, message
and userData
and inserts it into the list of notifications with a given date
and a null period and number of occurences.
- addNotification(String, String, Object, Date, long, long, boolean) -
Method in interface javax.management.timer.TimerMBean
- Creates a new timer notification with the specified
type
, message
and userData
and inserts it into the list of notifications with a given date,
period and number of occurences.
- addNotification(String, String, Object, Date, long, long) -
Method in interface javax.management.timer.TimerMBean
- Creates a new timer notification with the specified
type
, message
and userData
and inserts it into the list of notifications with a given date,
period and number of occurences.
- addNotification(String, String, Object, Date, long) -
Method in interface javax.management.timer.TimerMBean
- Creates a new timer notification with the specified
type
, message
and userData
and inserts it into the list of notifications with a given date
and period and a null number of occurences.
- addNotification(String, String, Object, Date) -
Method in interface javax.management.timer.TimerMBean
- Creates a new timer notification with the specified
type
, message
and userData
and inserts it into the list of notifications with a given date
and a null period and number of occurences.
- addNotificationListener(ObjectName, NotificationListener, NotificationFilter, Object) -
Method in interface javax.management.MBeanServer
- Adds a listener to a registered MBean.
- addNotificationListener(ObjectName, ObjectName, NotificationFilter, Object) -
Method in interface javax.management.MBeanServer
- Adds a listener to a registered MBean.
- addNotificationListener(ObjectName, NotificationListener, NotificationFilter, Object) -
Method in interface javax.management.MBeanServerConnection
- Adds a listener to a registered MBean.
- addNotificationListener(ObjectName, ObjectName, NotificationFilter, Object) -
Method in interface javax.management.MBeanServerConnection
- Adds a listener to a registered MBean.
- addNotificationListener(NotificationListener, NotificationFilter, Object) -
Method in class javax.management.MBeanServerDelegate
-
- addNotificationListener(NotificationListener, NotificationFilter, Object) -
Method in interface javax.management.NotificationBroadcaster
- Adds a listener to this MBean.
- addNotificationListener(NotificationListener, NotificationFilter, Object) -
Method in class javax.management.NotificationBroadcasterSupport
- Adds a listener.
- addNotificationListener(ObjectName, NotificationListener, NotificationFilter, Object) -
Method in interface javax.management.j2ee.ListenerRegistration
- Add a listener to a registered managed object.
- addNotificationListener(NotificationListener, NotificationFilter, Object) -
Method in class javax.management.modelmbean.RequiredModelMBean
- Registers an object which implements the NotificationListener
interface as a listener.
- addObservedObject(ObjectName) -
Method in class javax.management.monitor.Monitor
- Adds the specified object in the set of observed MBeans, if this object
is not already present.
- addObservedObject(ObjectName) -
Method in interface javax.management.monitor.MonitorMBean
- Adds the specified object in the set of observed MBeans.
- addParameter(String, QName, ParameterMode) -
Method in interface javax.xml.rpc.Call
- Adds a parameter type and mode for a specific operation.
- addParameter(String, QName, Class, ParameterMode) -
Method in interface javax.xml.rpc.Call
- Adds a parameter type and mode for a specific operation.
- addProgressListener(ProgressListener) -
Method in interface javax.enterprise.deploy.spi.status.ProgressObject
- Add a listener to receive Progress events on deployment
actions.
- addPropertyChangeListener(PropertyChangeListener) -
Method in interface javax.enterprise.deploy.spi.DConfigBean
- Register a property listener for this bean.
- addRecipient(Message.RecipientType, Address) -
Method in class javax.mail.Message
- Add this recipient address to the existing ones of the given type.
- addRecipients(Message.RecipientType, Address[]) -
Method in class javax.mail.Message
- Add these recipient addresses to the existing ones of the given type.
- addRecipients(Message.RecipientType, Address[]) -
Method in class javax.mail.internet.MimeMessage
- Add the given addresses to the specified recipient type.
- addRecipients(Message.RecipientType, String) -
Method in class javax.mail.internet.MimeMessage
- Add the given addresses to the specified recipient type.
- addRegistryObject(RegistryObject) -
Method in interface javax.xml.registry.infomodel.RegistryPackage
- Adds a child RegistryObject as member.
- addRegistryObjects(Collection) -
Method in interface javax.xml.registry.infomodel.RegistryPackage
- Adds a Collection of RegistryObject children as members.
- addRelation(ObjectName) -
Method in class javax.management.relation.RelationService
- Adds an MBean created by the user (and registered by him in the MBean
Server) as a relation in the Relation Service.
- addRelation(ObjectName) -
Method in interface javax.management.relation.RelationServiceMBean
- Adds an MBean created by the user (and registered by him in the MBean
Server) as a relation in the Relation Service.
- addRelationType(RelationType) -
Method in class javax.management.relation.RelationService
- Adds given object as a relation type.
- addRelationType(RelationType) -
Method in interface javax.management.relation.RelationServiceMBean
- Adds given object as a relation type.
- addRoleInfo(RoleInfo) -
Method in class javax.management.relation.RelationTypeSupport
- Add a role info.
- addService(Service) -
Method in interface javax.xml.registry.infomodel.Organization
- Adds a child Service.
- addServiceBinding(ServiceBinding) -
Method in interface javax.xml.registry.infomodel.Service
- Adds a child ServiceBinding.
- addServiceBindings(Collection) -
Method in interface javax.xml.registry.infomodel.Service
- Adds a Collection of ServiceBinding children.
- addServices(Collection) -
Method in interface javax.xml.registry.infomodel.Organization
- Adds a Collection of Service children.
- addSlot(Slot) -
Method in interface javax.xml.registry.infomodel.ExtensibleObject
- Adds a Slot to this object.
- addSlots(Collection) -
Method in interface javax.xml.registry.infomodel.ExtensibleObject
- Adds more Slots to this object.
- addSpecificationLink(SpecificationLink) -
Method in interface javax.xml.registry.infomodel.ServiceBinding
- Adds a child SpecificationLink.
- addSpecificationLinks(Collection) -
Method in interface javax.xml.registry.infomodel.ServiceBinding
- Adds a Collection of SpecificationLink children.
- addStoreListener(StoreListener) -
Method in class javax.mail.Store
- Add a listener for StoreEvents on this Store.
- addTextNode(String) -
Method in interface javax.xml.soap.SOAPElement
- Creates a new
Text
object initialized with the given
String
and adds it to this SOAPElement
object.
- addToExcludedPolicy(PermissionCollection) -
Method in interface javax.security.jacc.PolicyConfiguration
- Used to add excluded policy statements to this PolicyConfiguration.
- addToExcludedPolicy(Permission) -
Method in interface javax.security.jacc.PolicyConfiguration
- Used to add a single excluded policy statement to this
PolicyConfiguration.
- addToRole(String, PermissionCollection) -
Method in interface javax.security.jacc.PolicyConfiguration
- Used to add permissions to a named role in this PolicyConfiguration.
- addToRole(String, Permission) -
Method in interface javax.security.jacc.PolicyConfiguration
- Used to add a single permission to a named role in this
PolicyConfiguration.
- addToUncheckedPolicy(PermissionCollection) -
Method in interface javax.security.jacc.PolicyConfiguration
- Used to add unchecked policy statements to this PolicyConfiguration.
- addToUncheckedPolicy(Permission) -
Method in interface javax.security.jacc.PolicyConfiguration
- Used to add a single unchecked policy statement to this
PolicyConfiguration.
- addTransportListener(TransportListener) -
Method in class javax.mail.Transport
- Add a listener for Transport events.
- addURL(URL) -
Method in class javax.management.loading.MLet
- Appends the specified URL to the list of URLs to search for classes and
resources.
- addURL(String) -
Method in class javax.management.loading.MLet
- Appends the specified URL to the list of URLs to search for classes and
resources.
- addURL(URL) -
Method in interface javax.management.loading.MLetMBean
- Appends the specified URL to the list of URLs to search for classes and
resources.
- addURL(String) -
Method in interface javax.management.loading.MLetMBean
- Appends the specified URL to the list of URLs to search for classes and
resources.
- addUser(User) -
Method in interface javax.xml.registry.infomodel.Organization
- Adds a User.
- addUsers(Collection) -
Method in interface javax.xml.registry.infomodel.Organization
- Adds a Collection of Users.
- addXpathListener(String, XpathListener) -
Method in interface javax.enterprise.deploy.model.DDBean
- Register a listener for a specific XPath.
- addXpathListener(ModuleType, String, XpathListener) -
Method in interface javax.enterprise.deploy.model.J2eeApplicationObject
- Register a listener for changes in XPath that are related
to this deployableObject.
- address -
Variable in class javax.mail.internet.InternetAddress
-
- address -
Variable in class javax.mail.search.AddressTerm
- The address.
- afterBegin() -
Method in interface javax.ejb.SessionSynchronization
- The afterBegin method notifies a session Bean instance that a new
transaction has started, and that the subsequent business methods on the
instance will be invoked in the context of the transaction.
- afterCompletion(boolean) -
Method in interface javax.ejb.SessionSynchronization
- The afterCompletion method notifies a session Bean instance that a
transaction commit protocol has completed, and tells the instance
whether the transaction has been committed or rolled back.
- afterCompletion(int) -
Method in interface javax.transaction.Synchronization
- This method is called by the transaction
manager after the transaction is committed or rolled back.
- afterDelivery() -
Method in interface javax.resource.spi.endpoint.MessageEndpoint
- This is called by a resource adapter after a message is delivered.
- allocateConnection(ManagedConnectionFactory, ConnectionRequestInfo) -
Method in interface javax.resource.spi.ConnectionManager
- The method allocateConnection gets called by the resource adapter's
connection factory instance.
- alreadyNotified -
Variable in class javax.management.monitor.Monitor
- Deprecated. equivalent to
Monitor.alreadyNotifieds
[0].
- alreadyNotifieds -
Variable in class javax.management.monitor.Monitor
- Selected monitor errors that have already been notified.
- and(QueryExp, QueryExp) -
Static method in class javax.management.Query
- Returns a query expression that is the conjunction of two other query
expressions.
- anySubString(AttributeValueExp, StringValueExp) -
Static method in class javax.management.Query
- Returns a query expression that represents a matching constraint on
a string argument.
- appendMessages(Message[]) -
Method in class javax.mail.Folder
- Append given Messages to this folder.
- apply(ObjectName) -
Method in class javax.management.AttributeValueExp
- Applies the
AttributeValueExp
on an MBean.
- apply(ObjectName) -
Method in class javax.management.ObjectName
- Test whether this ObjectName, which may be a pattern,
matches another ObjectName.
- apply(ObjectName) -
Method in interface javax.management.QueryExp
- Applies the QueryExp on an MBean.
- apply(ObjectName) -
Method in class javax.management.StringValueExp
- Applies the ValueExp on a MBean.
- apply(ObjectName) -
Method in interface javax.management.ValueExp
- Applies the ValueExp on a MBean.
- associateConnection(Object, ManagedConnectionFactory, ConnectionRequestInfo) -
Method in interface javax.resource.spi.LazyAssociatableConnectionManager
- This method is called by a resource adapter (that is capable of
lazy connection association optimization) in order to lazily associate
a connection object with a
ManagedConnection
instance.
- associateConnection(Object) -
Method in interface javax.resource.spi.ManagedConnection
- Used by the container to change the association of an
application-level connection handle with a ManagedConneciton
instance.
- attr(String) -
Static method in class javax.management.Query
- Returns a new attribute expression.
- attr(String, String) -
Static method in class javax.management.Query
- Returns a new qualified attribute expression.
- attributeAdded(ServletContextAttributeEvent) -
Method in interface javax.servlet.ServletContextAttributeListener
- Notification that a new attribute was added to the servlet context.
- attributeAdded(ServletRequestAttributeEvent) -
Method in interface javax.servlet.ServletRequestAttributeListener
- Notification that a new attribute was added to the servlet request.
- attributeAdded(HttpSessionBindingEvent) -
Method in interface javax.servlet.http.HttpSessionAttributeListener
- Notification that an attribute has been added to a session.
- attributeRemoved(ServletContextAttributeEvent) -
Method in interface javax.servlet.ServletContextAttributeListener
- Notification that an existing attribute has been removed from the servlet context.
- attributeRemoved(ServletRequestAttributeEvent) -
Method in interface javax.servlet.ServletRequestAttributeListener
- Notification that an existing attribute has been removed from the servlet request.
- attributeRemoved(HttpSessionBindingEvent) -
Method in interface javax.servlet.http.HttpSessionAttributeListener
- Notification that an attribute has been removed from a session.
- attributeReplaced(ServletContextAttributeEvent) -
Method in interface javax.servlet.ServletContextAttributeListener
- Notification that an attribute on the servlet context has been replaced.
- attributeReplaced(ServletRequestAttributeEvent) -
Method in interface javax.servlet.ServletRequestAttributeListener
- Notification that an attribute on the servlet request has been replaced.
- attributeReplaced(HttpSessionBindingEvent) -
Method in interface javax.servlet.http.HttpSessionAttributeListener
- Notification that an attribute has been replaced in a session.
- autoFlush -
Variable in class javax.servlet.jsp.JspWriter
- Whether the JspWriter is autoflushing.
B
- BASIC_AUTH -
Static variable in interface javax.servlet.http.HttpServletRequest
- String identifier for Basic authentication.
- BCC -
Static variable in class javax.mail.Message.RecipientType
- The "Bcc" (blind carbon copy) recipients.
- BEAN_ADDED -
Static variable in class javax.enterprise.deploy.model.XpathEvent
- Adding a DDBean
- BEAN_CHANGED -
Static variable in class javax.enterprise.deploy.model.XpathEvent
- Changing a DDBean
- BEAN_REMOVED -
Static variable in class javax.enterprise.deploy.model.XpathEvent
- Removing a DDBean
- BIGDECIMAL -
Static variable in class javax.management.openmbean.SimpleType
- The
SimpleType
instance describing values whose
Java class name is java.math.BigDecimal
.
- BIGINTEGER -
Static variable in class javax.management.openmbean.SimpleType
- The
SimpleType
instance describing values whose
Java class name is java.math.BigInteger
.
- BODY_CONTENT_EMPTY -
Static variable in class javax.servlet.jsp.tagext.TagInfo
- Static constant for getBodyContent() when it is empty.
- BODY_CONTENT_JSP -
Static variable in class javax.servlet.jsp.tagext.TagInfo
- Static constant for getBodyContent() when it is JSP.
- BODY_CONTENT_SCRIPTLESS -
Static variable in class javax.servlet.jsp.tagext.TagInfo
- Static constant for getBodyContent() when it is scriptless.
- BODY_CONTENT_TAG_DEPENDENT -
Static variable in class javax.servlet.jsp.tagext.TagInfo
- Static constant for getBodyContent() when it is Tag dependent.
- BOOLEAN -
Static variable in class javax.management.openmbean.SimpleType
- The
SimpleType
instance describing values whose
Java class name is java.lang.Boolean
.
- BYTE -
Static variable in class javax.management.openmbean.SimpleType
- The
SimpleType
instance describing values whose
Java class name is java.lang.Byte
.
- BadAttributeValueExpException - exception javax.management.BadAttributeValueExpException.
- Thrown when an invalid MBean attribute is passed to a query
constructing method.
- BadAttributeValueExpException(Object) -
Constructor for class javax.management.BadAttributeValueExpException
- Constructs an
BadAttributeValueExpException
with the specified Object.
- BadBinaryOpValueExpException - exception javax.management.BadBinaryOpValueExpException.
- Thrown when an invalid expression is passed to a method for
constructing a query.
- BadBinaryOpValueExpException(ValueExp) -
Constructor for class javax.management.BadBinaryOpValueExpException
- Constructs a
BadBinaryOpValueExpException
with the specified ValueExp
.
- BadStringOperationException - exception javax.management.BadStringOperationException.
- Thrown when an invalid string operation is passed
to a method for constructing a query.
- BadStringOperationException(String) -
Constructor for class javax.management.BadStringOperationException
- Constructs a
BadStringOperationException
with the specified detail
message.
- BeanNotFoundException - exception javax.enterprise.deploy.spi.exceptions.BeanNotFoundException.
- This exception is to report that the bean is
not a child of the parent bean.
- BeanNotFoundException(String) -
Constructor for class javax.enterprise.deploy.spi.exceptions.BeanNotFoundException
- Creates an new BeanNotFoundException object.
- BigDecimalHolder - class javax.xml.rpc.holders.BigDecimalHolder.
-
- BigDecimalHolder() -
Constructor for class javax.xml.rpc.holders.BigDecimalHolder
-
- BigDecimalHolder(BigDecimal) -
Constructor for class javax.xml.rpc.holders.BigDecimalHolder
-
- BigIntegerHolder - class javax.xml.rpc.holders.BigIntegerHolder.
-
- BigIntegerHolder() -
Constructor for class javax.xml.rpc.holders.BigIntegerHolder
-
- BigIntegerHolder(BigInteger) -
Constructor for class javax.xml.rpc.holders.BigIntegerHolder
-
- BodyContent - class javax.servlet.jsp.tagext.BodyContent.
- An encapsulation of the evaluation of the body of an action so it is
available to a tag handler.
- BodyContent(JspWriter) -
Constructor for class javax.servlet.jsp.tagext.BodyContent
- Protected constructor.
- BodyPart - class javax.mail.BodyPart.
- This class models a Part that is contained within a Multipart.
- BodyPart() -
Constructor for class javax.mail.BodyPart
-
- BodyTag - interface javax.servlet.jsp.tagext.BodyTag.
- The BodyTag interface extends IterationTag by defining additional
methods that let a tag handler manipulate the content of evaluating its body.
- BodyTagSupport - class javax.servlet.jsp.tagext.BodyTagSupport.
- A base class for defining tag handlers implementing BodyTag.
- BodyTagSupport() -
Constructor for class javax.servlet.jsp.tagext.BodyTagSupport
- Default constructor, all subclasses are required to only define
a public constructor with the same signature, and to call the
superclass constructor.
- BodyTerm - class javax.mail.search.BodyTerm.
- This class implements searches on a Message Body.
- BodyTerm(String) -
Constructor for class javax.mail.search.BodyTerm
- Constructor
- BooleanHolder - class javax.xml.rpc.holders.BooleanHolder.
-
- BooleanHolder() -
Constructor for class javax.xml.rpc.holders.BooleanHolder
-
- BooleanHolder(boolean) -
Constructor for class javax.xml.rpc.holders.BooleanHolder
-
- BooleanWrapperHolder - class javax.xml.rpc.holders.BooleanWrapperHolder.
-
- BooleanWrapperHolder() -
Constructor for class javax.xml.rpc.holders.BooleanWrapperHolder
-
- BooleanWrapperHolder(Boolean) -
Constructor for class javax.xml.rpc.holders.BooleanWrapperHolder
-
- BootstrapContext - interface javax.resource.spi.BootstrapContext.
- This provides a mechanism to pass a bootstrap context to a resource adapter
instance when it is bootstrapped.
- BoundaryStatistic - interface javax.management.j2ee.statistics.BoundaryStatistic.
- Specifies standard measurements of the upper and lower limits of the value of an attribute.
- BoundedRangeStatistic - interface javax.management.j2ee.statistics.BoundedRangeStatistic.
- The BoundedRangeStatistic model aggregates the attributes of RangeStatistic and BoundaryStatistic and provides standard measurements of a range that has fixed limits.
- BulkResponse - interface javax.xml.registry.BulkResponse.
- Contains the response of a method in the API that performs a bulk
operation and returns a bulk response.
- BusinessLifeCycleManager - interface javax.xml.registry.BusinessLifeCycleManager.
- The BusinessLifeCycleManager interface, which is exposed by the Registry Service, implements the
life cycle management functionality of the Registry as part of a business level API.
- BusinessQueryManager - interface javax.xml.registry.BusinessQueryManager.
- The BusinessQueryManager interface, which is exposed by the Registry Service, implements the business style query interface.
- ByteArrayHolder - class javax.xml.rpc.holders.ByteArrayHolder.
-
- ByteArrayHolder() -
Constructor for class javax.xml.rpc.holders.ByteArrayHolder
-
- ByteArrayHolder(byte[]) -
Constructor for class javax.xml.rpc.holders.ByteArrayHolder
-
- ByteHolder - class javax.xml.rpc.holders.ByteHolder.
-
- ByteHolder() -
Constructor for class javax.xml.rpc.holders.ByteHolder
-
- ByteHolder(byte) -
Constructor for class javax.xml.rpc.holders.ByteHolder
-
- ByteWrapperHolder - class javax.xml.rpc.holders.ByteWrapperHolder.
-
- ByteWrapperHolder() -
Constructor for class javax.xml.rpc.holders.ByteWrapperHolder
-
- ByteWrapperHolder(Byte) -
Constructor for class javax.xml.rpc.holders.ByteWrapperHolder
-
- BytesMessage - interface javax.jms.BytesMessage.
- A
BytesMessage
object is used to send a message containing a
stream of uninterpreted bytes. - beforeCompletion() -
Method in interface javax.ejb.SessionSynchronization
- The beforeCompletion method notifies a session Bean instance that
a transaction is about to be committed.
- beforeCompletion() -
Method in interface javax.transaction.Synchronization
- The beforeCompletion method is called by the transaction manager prior
to the start of the two-phase transaction commit process.
- beforeDelivery(Method) -
Method in interface javax.resource.spi.endpoint.MessageEndpoint
- This is called by a resource adapter before a message is delivered.
- begin() -
Method in interface javax.resource.cci.LocalTransaction
- Begins a local transaction on an EIS instance.
- begin() -
Method in interface javax.resource.spi.LocalTransaction
- Begin a local transaction
- begin() -
Method in interface javax.transaction.TransactionManager
- Create a new transaction and associate it with the current thread.
- begin() -
Method in interface javax.transaction.UserTransaction
- Create a new transaction and associate it with the current thread.
- between(ValueExp, ValueExp, ValueExp) -
Static method in class javax.management.Query
- Returns a query expression that represents the constraint that one
value is between two other values.
- bodyContent -
Variable in class javax.servlet.jsp.tagext.BodyTagSupport
- The current BodyContent for this BodyTag.
- bufferSize -
Variable in class javax.servlet.jsp.JspWriter
- The size of the buffer used by the JspWriter.
C
- CANCEL -
Static variable in class javax.enterprise.deploy.shared.ActionType
- A cancel operation is being preformed on the DeploymentManager
action command.
- CAR -
Static variable in class javax.enterprise.deploy.shared.ModuleType
- The module is an Client Application archive.
- CASE_SENSITIVE_MATCH -
Static variable in interface javax.xml.registry.FindQualifier
-
- CC -
Static variable in class javax.mail.Message.RecipientType
- The "Cc" (carbon copy) recipients.
- CDATA_SECTION_ELEMENTS -
Static variable in class javax.xml.transform.OutputKeys
- cdata-section-elements = expanded names.
- CHARACTER -
Static variable in class javax.management.openmbean.SimpleType
- The
SimpleType
instance describing values whose
Java class name is java.lang.Character
.
- CHARACTER_SET_ENCODING -
Static variable in class javax.xml.soap.SOAPMessage
- Specifies the character type encoding for the SOAP Message.
- CLASSIFICATION -
Static variable in interface javax.xml.registry.LifeCycleManager
-
- CLASSIFICATION_SCHEME -
Static variable in interface javax.xml.registry.LifeCycleManager
-
- CLIENT_ACKNOWLEDGE -
Static variable in interface javax.jms.Session
- With this acknowledgment mode, the client acknowledges a consumed
message by calling the message's
acknowledge
method.
- CLIENT_CERT_AUTH -
Static variable in interface javax.servlet.http.HttpServletRequest
- String identifier for Client Certificate authentication.
- CLOSED -
Static variable in class javax.mail.event.ConnectionEvent
- A connection was closed.
- COMBINE_CLASSIFICATIONS -
Static variable in interface javax.xml.registry.FindQualifier
- Maps to UDDI combineCategoryBags.
- COMMENT -
Static variable in class javax.mail.internet.HeaderTokenizer.Token
- Token type indicating a comment.
- COMPLETED -
Static variable in class javax.enterprise.deploy.shared.StateType
- The action operation has completed normally.
- CONCEPT -
Static variable in interface javax.xml.registry.LifeCycleManager
-
- CONFIG -
Static variable in class javax.servlet.jsp.PageContext
- Name used to store ServletConfig in PageContext name table.
- CONNECTION_CLOSED -
Static variable in class javax.resource.spi.ConnectionEvent
- Event notification that an application component has closed the
connection
- CONNECTION_ERROR_OCCURRED -
Static variable in class javax.resource.spi.ConnectionEvent
- Event notification that an error occurred on the connection.
- CONTENT_INFO -
Static variable in class javax.mail.FetchProfile.Item
- This item is for fetching information about the
content of the message.
- CREATED -
Static variable in class javax.mail.event.FolderEvent
- The folder was created.
- CalendarHolder - class javax.xml.rpc.holders.CalendarHolder.
-
- CalendarHolder() -
Constructor for class javax.xml.rpc.holders.CalendarHolder
-
- CalendarHolder(Calendar) -
Constructor for class javax.xml.rpc.holders.CalendarHolder
-
- Call - interface javax.xml.rpc.Call.
- The
javax.xml.rpc.Call
interface provides support
for the dynamic invocation of a service endpoint. - CapabilityProfile - interface javax.xml.registry.CapabilityProfile.
- Provides information about the capabilities of a JAXR provider.
- ClassLoaderRepository - interface javax.management.loading.ClassLoaderRepository.
- Instances of this interface are used to keep the list of ClassLoaders
registered in an MBean Server.
- Classification - interface javax.xml.registry.infomodel.Classification.
- The Classification interface is used to classify RegistryObject instances.
- ClassificationScheme - interface javax.xml.registry.infomodel.ClassificationScheme.
- A ClassificationScheme instance represents a taxonomy that may be used to classify or categorize RegistryObject instances.
- ClientConfiguration - interface javax.enterprise.deploy.spi.status.ClientConfiguration.
- The ClientConfiguration object installs, configures and
executes an Application Client.
- ClientExecuteException - exception javax.enterprise.deploy.spi.exceptions.ClientExecuteException.
- This exception reports errors in setting up an application client
for execution.
- ClientExecuteException() -
Constructor for class javax.enterprise.deploy.spi.exceptions.ClientExecuteException
- Creates new
ClientExecuteException
without detail message.
- ClientExecuteException(String) -
Constructor for class javax.enterprise.deploy.spi.exceptions.ClientExecuteException
- Constructs an
ClientExecuteException
with the
specified detail message.
- CommException - exception javax.resource.spi.CommException.
- This indicates errors related to failed or interrupted
communication with an EIS instance.
- CommException() -
Constructor for class javax.resource.spi.CommException
- Constructs a new instance with null as its detail message.
- CommException(String) -
Constructor for class javax.resource.spi.CommException
- Constructs a new instance with the specified detail message.
- CommException(Throwable) -
Constructor for class javax.resource.spi.CommException
- Constructs a new throwable with the specified cause.
- CommException(String, Throwable) -
Constructor for class javax.resource.spi.CommException
- Constructs a new throwable with the specified detail message and cause.
- CommException(String, String) -
Constructor for class javax.resource.spi.CommException
- Constructs a new throwable with the specified detail message and
an error code.
- CommandInfo - class javax.activation.CommandInfo.
- The CommandInfo class is used by CommandMap implementations to
describe the results of command requests.
- CommandInfo(String, String) -
Constructor for class javax.activation.CommandInfo
- The Constructor for CommandInfo.
- CommandMap - class javax.activation.CommandMap.
- The CommandMap class provides an interface to a registry of
command objects available in the system.
- CommandMap() -
Constructor for class javax.activation.CommandMap
-
- CommandObject - interface javax.activation.CommandObject.
- JavaBeans components that are Activation Framework aware implement
this interface to find out which command verb they're being asked
to perform, and to obtain the DataHandler representing the
data they should operate on.
- CommandType - class javax.enterprise.deploy.shared.CommandType.
- Class CommandTypes defines enumeration values for the
DeploymentStatus object.
- CommandType(int) -
Constructor for class javax.enterprise.deploy.shared.CommandType
- Construct a new enumeration value with the given integer value.
- ComparisonTerm - class javax.mail.search.ComparisonTerm.
- This class models the comparison operator.
- ComparisonTerm() -
Constructor for class javax.mail.search.ComparisonTerm
-
- CompositeData - interface javax.management.openmbean.CompositeData.
- The CompositeData interface specifies the behaviour of a specific type of complex open data objects
which represent composite data structures.
- CompositeDataSupport - class javax.management.openmbean.CompositeDataSupport.
- The CompositeDataSupport class is the open data class which implements the CompositeData interface.
- CompositeDataSupport(CompositeType, String[], Object[]) -
Constructor for class javax.management.openmbean.CompositeDataSupport
-
Constructs a CompositeDataSupport instance with the specified compositeType, whose item values
are specified by itemValues[], in the same order as in itemNames[].
- CompositeDataSupport(CompositeType, Map) -
Constructor for class javax.management.openmbean.CompositeDataSupport
-
Constructs a CompositeDataSupport instance with the specified compositeType, whose item names and corresponding values
are given by the mappings in the map items.
- CompositeType - class javax.management.openmbean.CompositeType.
- The
CompositeType
class is the open type class
whose instances describe the types of CompositeData
values. - CompositeType(String, String, String[], String[], OpenType[]) -
Constructor for class javax.management.openmbean.CompositeType
- Constructs a
CompositeType
instance, checking for the validity of the given parameters.
- Concept - interface javax.xml.registry.infomodel.Concept.
- The Concept interface is used to represent taxonomy elements and their structural relationship with each other in order to describe an internal taxonomy.
- ConfigurationException - exception javax.enterprise.deploy.spi.exceptions.ConfigurationException.
- This exception reports errors in generating a configuration bean.
- ConfigurationException() -
Constructor for class javax.enterprise.deploy.spi.exceptions.ConfigurationException
- Creates new
ConfigurationException
without detail message.
- ConfigurationException(String) -
Constructor for class javax.enterprise.deploy.spi.exceptions.ConfigurationException
- Constructs an
ConfigurationException
with the specified detail message.
- Connection - interface javax.jms.Connection.
- A
Connection
object is a client's active connection to its JMS
provider. - Connection - interface javax.resource.cci.Connection.
- A Connection represents an application-level handle that is used
by a client to access the underlying physical connection.
- Connection - interface javax.xml.registry.Connection.
- This class represents a connection between a JAXR client and a
JAXR provider.
- ConnectionAdapter - class javax.mail.event.ConnectionAdapter.
- The adapter which receives connection events.
- ConnectionAdapter() -
Constructor for class javax.mail.event.ConnectionAdapter
-
- ConnectionConsumer - interface javax.jms.ConnectionConsumer.
- For application servers,
Connection
objects provide a special
facility
for creating a ConnectionConsumer
(optional). - ConnectionEvent - class javax.mail.event.ConnectionEvent.
- This class models Connection events.
- ConnectionEvent(Object, int) -
Constructor for class javax.mail.event.ConnectionEvent
- Constructor
- ConnectionEvent - class javax.resource.spi.ConnectionEvent.
- The ConnectionEvent class provides information about the source of
a connection related event.A ConnectionEvent instance contains the
following information:
Type of the connection event
ManagedConnection instance that generated the connection event.
- ConnectionEvent(ManagedConnection, int) -
Constructor for class javax.resource.spi.ConnectionEvent
- Construct a ConnectionEvent object.
- ConnectionEvent(ManagedConnection, int, Exception) -
Constructor for class javax.resource.spi.ConnectionEvent
- Construct a ConnectionEvent object.
- ConnectionEventListener - interface javax.resource.spi.ConnectionEventListener.
- The
ConnectionEventListener
interface provides an event
callback mechanism to enable an application server to receive
notifications from a ManagedConnection
instance.
- ConnectionFactory - interface javax.jms.ConnectionFactory.
- A
ConnectionFactory
object encapsulates a set of connection
configuration
parameters that has been defined by an administrator. - ConnectionFactory - interface javax.resource.cci.ConnectionFactory.
ConnectionFactory
provides an interface for getting
connection to an EIS instance. - ConnectionFactory - class javax.xml.registry.ConnectionFactory.
- This is the abstract base class for factory classes for creating a JAXR connection.
- ConnectionFactory() -
Constructor for class javax.xml.registry.ConnectionFactory
-
- ConnectionListener - interface javax.mail.event.ConnectionListener.
- This is the Listener interface for Connection events.
- ConnectionManager - interface javax.resource.spi.ConnectionManager.
- ConnectionManager interface provides a hook for the resource adapter to
pass a connection request to the application server.
- ConnectionMetaData - interface javax.jms.ConnectionMetaData.
- A
ConnectionMetaData
object provides information describing the
Connection
object. - ConnectionMetaData - interface javax.resource.cci.ConnectionMetaData.
- The interface
ConnectionMetaData
provides information
about an EIS instance connected through a Connection instance. - ConnectionRequestInfo - interface javax.resource.spi.ConnectionRequestInfo.
- The ConnectionRequestInfo interface enables a resource adapter to
pass its own request specific data structure across the connection
request flow.
- ConnectionSpec - interface javax.resource.cci.ConnectionSpec.
- ConnectionSpec is used by an application component to pass
connection request-specific properties to the ConnectionFactory.
- ContentDisposition - class javax.mail.internet.ContentDisposition.
- This class represents a MIME ContentDisposition value.
- ContentDisposition() -
Constructor for class javax.mail.internet.ContentDisposition
- No-arg Constructor.
- ContentDisposition(String, ParameterList) -
Constructor for class javax.mail.internet.ContentDisposition
- Constructor.
- ContentDisposition(String) -
Constructor for class javax.mail.internet.ContentDisposition
- Constructor that takes a ContentDisposition string.
- ContentType - class javax.mail.internet.ContentType.
- This class represents a MIME ContentType value.
- ContentType() -
Constructor for class javax.mail.internet.ContentType
- No-arg Constructor.
- ContentType(String, String, ParameterList) -
Constructor for class javax.mail.internet.ContentType
- Constructor.
- ContentType(String) -
Constructor for class javax.mail.internet.ContentType
- Constructor that takes a Content-Type string.
- Cookie - class javax.servlet.http.Cookie.
- Creates a cookie, a small amount of information sent by a servlet to
a Web browser, saved by the browser, and later sent back to the server.
- Cookie(String, String) -
Constructor for class javax.servlet.http.Cookie
- Constructs a cookie with a specified name and value.
- CountStatistic - interface javax.management.j2ee.statistics.CountStatistic.
- Specifies standard count measurements.
- CounterMonitor - class javax.management.monitor.CounterMonitor.
- Defines a monitor MBean designed to observe the values of a counter attribute.
- CounterMonitor() -
Constructor for class javax.management.monitor.CounterMonitor
- Default constructor.
- CounterMonitorMBean - interface javax.management.monitor.CounterMonitorMBean.
- Exposes the remote management interface of the counter monitor MBean.
- CreateException - exception javax.ejb.CreateException.
- The CreateException exception must be included in the throws clauses of
all create methods defined in an enterprise Bean's home
interface.
- CreateException() -
Constructor for class javax.ejb.CreateException
- Constructs a CreateException with no detail message.
- CreateException(String) -
Constructor for class javax.ejb.CreateException
- Constructs a CreateException with the specified
detail message.
- cacheMBeanInfo(MBeanInfo) -
Method in class javax.management.StandardMBean
- Customization hook:
cache the MBeanInfo built for this object.
- calculateIndex(CompositeData) -
Method in interface javax.management.openmbean.TabularData
- Calculates the index that would be used in this TabularData instance to refer to the specified
composite data value parameter if it were added to this instance.
- calculateIndex(CompositeData) -
Method in class javax.management.openmbean.TabularDataSupport
- Calculates the index that would be used in this TabularData instance to refer to the specified
composite data value parameter if it were added to this instance.
- call(SOAPMessage, Object) -
Method in class javax.xml.soap.SOAPConnection
- Sends the given message to the specified endpoint and blocks until
it has returned the response.
- canBeRequestTime() -
Method in class javax.servlet.jsp.tagext.TagAttributeInfo
- Whether this attribute can hold a request-time value.
- cancel() -
Method in interface javax.ejb.Timer
- Cause the timer and all its associated expiration notifications to
be cancelled.
- cancel() -
Method in interface javax.enterprise.deploy.spi.status.ProgressObject
- (optional)
A cancel request on an in-process operation
stops all further processing of the operation and returns
the environment to it original state before the operation
was executed.
- capacityIncrement -
Static variable in class javax.management.monitor.Monitor
- The amount by which the capacity of the monitor arrays are automatically incremented when
their size becomes greater than their capacity.
- cause -
Variable in class javax.xml.registry.JAXRException
-
- check(String, URL, String, MLetContent) -
Method in class javax.management.loading.MLet
- This method is to be overridden when extending this service to
support caching and versioning.
- checkMaxDegree(int) -
Method in class javax.management.relation.RoleInfo
- Returns a boolean to specify if given value is less or equal than
expected maximum degree (true if yes).
- checkMinDegree(int) -
Method in class javax.management.relation.RoleInfo
- Returns a boolean to specify if given value is greater or equal than
expected minimum degree (true if yes).
- checkRoleReading(String, String) -
Method in class javax.management.relation.RelationService
- Checks if given Role can be read in a relation of the given type.
- checkRoleReading(String, String) -
Method in interface javax.management.relation.RelationServiceMBean
- Checks if given Role can be read in a relation of the given type.
- checkRoleWriting(Role, String, Boolean) -
Method in class javax.management.relation.RelationService
- Checks if given Role can be set in a relation of given type.
- checkRoleWriting(Role, String, Boolean) -
Method in interface javax.management.relation.RelationServiceMBean
- Checks if given Role can be set in a relation of given type.
- classattr() -
Static method in class javax.management.Query
- Returns a new class attribute expression which can be used in any
Query call that expects a ValueExp.
- cleanup() -
Method in interface javax.resource.spi.ManagedConnection
- Application server calls this method to force any cleanup on the
ManagedConnection instance.
- clear() -
Method in interface javax.management.openmbean.TabularData
- Removes all CompositeData values (ie rows) from this TabularData instance.
- clear() -
Method in class javax.management.openmbean.TabularDataSupport
- Removes all rows from this
TabularDataSupport
instance.
- clear() -
Method in class javax.servlet.jsp.JspWriter
- Clear the contents of the buffer.
- clear() -
Method in interface javax.xml.rpc.encoding.TypeMappingRegistry
- Removes all registered TypeMappings and encodingStyleURIs
from this TypeMappingRegistry.
- clearBody() -
Method in interface javax.jms.Message
- Clears out the message body.
- clearBody() -
Method in class javax.servlet.jsp.tagext.BodyContent
- Clear the body without throwing any exceptions.
- clearBuffer() -
Method in class javax.servlet.jsp.JspWriter
- Clears the current contents of the buffer.
- clearContent() -
Method in class javax.xml.soap.AttachmentPart
- Clears out the content of this
AttachmentPart
object.
- clearParameters() -
Method in class javax.xml.transform.Transformer
- Clear all parameters set with setParameter.
- clearProperties() -
Method in interface javax.jms.Message
- Clears a message's properties.
- clearWarnings() -
Method in interface javax.resource.cci.Interaction
- Clears all the warning reported by this Interaction instance.
- clone() -
Method in class javax.mail.Flags
- Returns a clone of this Flags object.
- clone() -
Method in class javax.mail.internet.InternetAddress
- Return a copy of this InternetAddress object.
- clone() -
Method in interface javax.management.Descriptor
- Returns a new Descriptor which is a duplicate of the Descriptor.
- clone() -
Method in class javax.management.MBeanAttributeInfo
- Returns a shallow clone of this instance.
- clone() -
Method in class javax.management.MBeanConstructorInfo
- Returns a shallow clone of this instance.
- clone() -
Method in class javax.management.MBeanInfo
- Returns a shallow clone of this instance.
- clone() -
Method in class javax.management.MBeanNotificationInfo
- Returns a shallow clone of this instance.
- clone() -
Method in class javax.management.MBeanOperationInfo
- Returns a shallow clone of this instance.
- clone() -
Method in class javax.management.MBeanParameterInfo
- Returns a shallow clone of this instance.
- clone() -
Method in class javax.management.modelmbean.DescriptorSupport
- Returns a new Descriptor which is a duplicate of the Descriptor.
- clone() -
Method in class javax.management.modelmbean.ModelMBeanAttributeInfo
- Creates and returns a new ModelMBeanAttributeInfo which is a duplicate of this ModelMBeanAttributeInfo.
- clone() -
Method in class javax.management.modelmbean.ModelMBeanConstructorInfo
- Creates and returns a new ModelMBeanConstructorInfo which is a duplicate of this ModelMBeanConstructorInfo.
- clone() -
Method in interface javax.management.modelmbean.ModelMBeanInfo
- Creates and returns a copy of this object.
- clone() -
Method in class javax.management.modelmbean.ModelMBeanInfoSupport
-
- clone() -
Method in class javax.management.modelmbean.ModelMBeanNotificationInfo
- Creates and returns a new ModelMBeanNotificationInfo which is a
duplicate of this ModelMBeanNotificationInfo.
- clone() -
Method in class javax.management.modelmbean.ModelMBeanOperationInfo
- Creates and returns a new ModelMBeanOperationInfo which is a duplicate of this ModelMBeanOperationInfo.
- clone() -
Method in class javax.management.openmbean.TabularDataSupport
- Returns a clone of this
TabularDataSupport
instance:
the clone is obtained by calling super.clone(), and then cloning the underlying map.
- clone() -
Method in class javax.management.relation.Role
- Clone the role object.
- clone() -
Method in class javax.management.relation.RoleUnresolved
- Clone this object.
- clone() -
Method in interface javax.resource.cci.Record
- Creates and returns a copy of this object.
- clone() -
Method in class javax.servlet.http.Cookie
- Overrides the standard
java.lang.Object.clone
method to return a copy of this cookie.
- close() -
Method in interface javax.jms.Connection
- Closes the connection.
- close() -
Method in interface javax.jms.ConnectionConsumer
- Closes the connection consumer.
- close() -
Method in interface javax.jms.MessageConsumer
- Closes the message consumer.
- close() -
Method in interface javax.jms.MessageProducer
- Closes the message producer.
- close() -
Method in interface javax.jms.QueueBrowser
- Closes the
QueueBrowser
.
- close() -
Method in class javax.jms.QueueRequestor
- Closes the
QueueRequestor
and its session.
- close() -
Method in interface javax.jms.Session
- Closes the session.
- close() -
Method in class javax.jms.TopicRequestor
- Closes the
TopicRequestor
and its session.
- close(boolean) -
Method in class javax.mail.Folder
- Close this Folder.
- close() -
Method in class javax.mail.Service
- Close this service and terminate its connection.
- close() -
Method in interface javax.resource.cci.Connection
- Initiates close of the connection handle at the application level.
- close() -
Method in interface javax.resource.cci.Interaction
- Closes the current Interaction and release all the resources
held for this instance by the resource adapter.
- close() -
Method in class javax.servlet.jsp.JspWriter
- Close the stream, flushing it first.
- close() -
Method in interface javax.xml.registry.Connection
- Closes a Connection when it is no longer needed.
- close() -
Method in class javax.xml.soap.SOAPConnection
- Closes this
SOAPConnection
object.
- closed(ConnectionEvent) -
Method in class javax.mail.event.ConnectionAdapter
-
- closed(ConnectionEvent) -
Method in interface javax.mail.event.ConnectionListener
- Invoked when a Store/Folder/Transport is closed.
- commit() -
Method in interface javax.jms.Session
- Commits all messages done in this transaction and releases any locks
currently held.
- commit() -
Method in interface javax.jms.XASession
- Throws a
TransactionInProgressException
, since it should
not be called for an XASession
object.
- commit() -
Method in interface javax.resource.cci.LocalTransaction
- Commits the current local transaction and release all locks held
by the underlying EIS instance.
- commit() -
Method in interface javax.resource.spi.LocalTransaction
- Commit a local transaction
- commit(Xid, boolean) -
Method in interface javax.resource.spi.XATerminator
- Commits the global transaction specified by xid.
- commit() -
Method in interface javax.security.jacc.PolicyConfiguration
- This method is used to set to "inService" the state of the policy context
whose interface is this PolicyConfiguration Object.
- commit() -
Method in interface javax.transaction.Transaction
- Complete the transaction represented by this Transaction object.
- commit() -
Method in interface javax.transaction.TransactionManager
- Complete the transaction associated with the current thread.
- commit() -
Method in interface javax.transaction.UserTransaction
- Complete the transaction associated with the current thread.
- commit(Xid, boolean) -
Method in interface javax.transaction.xa.XAResource
- Commits the global transaction specified by xid.
- comparison -
Variable in class javax.mail.search.ComparisonTerm
- The comparison.
- confirmAssociation(Association) -
Method in interface javax.xml.registry.BusinessLifeCycleManager
- Confirms this Association by the User associated with the caller.
- connect() -
Method in class javax.mail.Service
- A generic connect method that takes no parameters.
- connect(String, String, String) -
Method in class javax.mail.Service
- Connect to the specified address.
- connect(String, int, String, String) -
Method in class javax.mail.Service
- Similar to connect(host, user, password) except a specific port
can be specified.
- connectionClosed(ConnectionEvent) -
Method in interface javax.resource.spi.ConnectionEventListener
- Notifies that an application component has closed the connection.
- connectionErrorOccurred(ConnectionEvent) -
Method in interface javax.resource.spi.ConnectionEventListener
- Notifies a connection related error.
- contains(FetchProfile.Item) -
Method in class javax.mail.FetchProfile
- Returns true if the fetch profile contains given special item.
- contains(String) -
Method in class javax.mail.FetchProfile
- Returns true if the fetch profile contains given header name.
- contains(Flags.Flag) -
Method in class javax.mail.Flags
- Check whether the specified system flag is present in this Flags object.
- contains(String) -
Method in class javax.mail.Flags
- Check whether the specified user flag is present in this Flags object.
- contains(Flags) -
Method in class javax.mail.Flags
- Check whether all the flags in the specified Flags object are
present in this Flags object.
- containsHeader(String) -
Method in interface javax.servlet.http.HttpServletResponse
- Returns a boolean indicating whether the named response header
has already been set.
- containsHeader(String) -
Method in class javax.servlet.http.HttpServletResponseWrapper
- The default behavior of this method is to call containsHeader(String name)
on the wrapped response object.
- containsKey(String) -
Method in interface javax.management.openmbean.CompositeData
- Returns true if and only if this CompositeData instance contains
an item whose name is key.
- containsKey(String) -
Method in class javax.management.openmbean.CompositeDataSupport
- Returns true if and only if this CompositeData instance contains
an item whose name is key.
- containsKey(String) -
Method in class javax.management.openmbean.CompositeType
- Returns
true
if this CompositeType
instance defines an item
whose name is itemName.
- containsKey(Object[]) -
Method in interface javax.management.openmbean.TabularData
- Returns true if and only if this TabularData instance contains a CompositeData value
(ie a row) whose index is the specified key.
- containsKey(Object) -
Method in class javax.management.openmbean.TabularDataSupport
- Returns true if and only if this TabularData instance contains a CompositeData value
(ie a row) whose index is the specified key.
- containsKey(Object[]) -
Method in class javax.management.openmbean.TabularDataSupport
- Returns true if and only if this TabularData instance contains a CompositeData value
(ie a row) whose index is the specified key.
- containsObservedObject(ObjectName) -
Method in class javax.management.monitor.Monitor
- Tests whether the specified object is in the set of observed MBeans.
- containsObservedObject(ObjectName) -
Method in interface javax.management.monitor.MonitorMBean
- Tests whether the specified object is in the set of observed MBeans.
- containsProperty(String) -
Method in interface javax.xml.rpc.handler.MessageContext
- Returns true if the
MessageContext
contains a property
with the specified name.
- containsValue(Object) -
Method in interface javax.management.openmbean.CompositeData
- Returns true if and only if this CompositeData instance contains an item
whose value is value.
- containsValue(Object) -
Method in class javax.management.openmbean.CompositeDataSupport
- Returns true if and only if this CompositeData instance contains an item
whose value is value.
- containsValue(CompositeData) -
Method in interface javax.management.openmbean.TabularData
- Returns true if and only if this TabularData instance contains the specified
CompositeData value.
- containsValue(CompositeData) -
Method in class javax.management.openmbean.TabularDataSupport
- Returns true if and only if this TabularData instance contains the specified
CompositeData value.
- containsValue(Object) -
Method in class javax.management.openmbean.TabularDataSupport
- Returns true if and only if this TabularData instance contains the specified
value.
- content -
Variable in class javax.mail.internet.MimeBodyPart
- Byte array that holds the bytes of the content of this Part.
- content -
Variable in class javax.mail.internet.MimeMessage
- Byte array that holds the bytes of this Message's content.
- contentStream -
Variable in class javax.mail.internet.MimeBodyPart
- If the data for this body part was supplied by an
InputStream that implements the SharedInputStream interface,
contentStream
is another such stream representing
the content of this body part.
- contentStream -
Variable in class javax.mail.internet.MimeMessage
- If the data for this message was supplied by an
InputStream that implements the SharedInputStream interface,
contentStream
is another such stream representing
the content of this message.
- contentType -
Variable in class javax.mail.Multipart
- This field specifies the content-type of this multipart
object.
- contextDestroyed(ServletContextEvent) -
Method in interface javax.servlet.ServletContextListener
- Notification that the servlet context is about to be shut down.
- contextInitialized(ServletContextEvent) -
Method in interface javax.servlet.ServletContextListener
- Notification that the web application initialization
process is starting.
- copyMessages(Message[], Folder) -
Method in class javax.mail.Folder
- Copy the specified Messages from this Folder into another
Folder.
- countAttachments() -
Method in class javax.xml.soap.SOAPMessage
- Gets a count of the number of attachments in this message.
- create(int) -
Method in class javax.mail.Folder
- Create this folder on the Store.
- create() -
Method in interface javax.management.j2ee.ManagementHome
- Creates an MEJB session object which provides access to the J2EE Management Model
- create(Name) -
Method in class javax.xml.soap.SOAPElementFactory
- Deprecated. Use
javax.xml.soap.SOAPFactory.createElement(javax.xml.soap.Name)
instead
- create(String) -
Method in class javax.xml.soap.SOAPElementFactory
- Deprecated. Use
javax.xml.soap.SOAPFactory.createElement(String localName) instead
- create(String, String, String) -
Method in class javax.xml.soap.SOAPElementFactory
- Deprecated. Use
javax.xml.soap.SOAPFactory.createElement(String localName,
String prefix,
String uri)
instead
- createAssociation(RegistryObject, Concept) -
Method in interface javax.xml.registry.LifeCycleManager
- Creates an Association instance using the specified
parameters.
- createAttachmentPart() -
Method in class javax.xml.soap.SOAPMessage
- Creates a new empty
AttachmentPart
object.
- createAttachmentPart(DataHandler) -
Method in class javax.xml.soap.SOAPMessage
- Creates an
AttachmentPart
object and populates it using
the given DataHandler
object.
- createAttachmentPart(Object, String) -
Method in class javax.xml.soap.SOAPMessage
- Creates an
AttachmentPart
object and populates it with
the specified data of the specified content type.
- createBrowser(Queue) -
Method in interface javax.jms.QueueSession
- Creates a
QueueBrowser
object to peek at the messages on
the specified queue.
- createBrowser(Queue, String) -
Method in interface javax.jms.QueueSession
- Creates a
QueueBrowser
object to peek at the messages on
the specified queue using a message selector.
- createBrowser(Queue) -
Method in interface javax.jms.Session
- Creates a
QueueBrowser
object to peek at the messages on
the specified queue.
- createBrowser(Queue, String) -
Method in interface javax.jms.Session
- Creates a
QueueBrowser
object to peek at the messages on
the specified queue using a message selector.
- createBytesMessage() -
Method in interface javax.jms.Session
- Creates a
BytesMessage
object.
- createCall(QName) -
Method in interface javax.xml.rpc.Service
- Creates a
Call
instance.
- createCall(QName, QName) -
Method in interface javax.xml.rpc.Service
- Creates a
Call
instance.
- createCall(QName, String) -
Method in interface javax.xml.rpc.Service
- Creates a
Call
instance.
- createCall() -
Method in interface javax.xml.rpc.Service
- Creates a
Call
object not associated with
specific operation or target service endpoint.
- createClassification(ClassificationScheme, String, String) -
Method in interface javax.xml.registry.LifeCycleManager
- Creates a Classification instance for an external
Classification using the specified String name and String value that identify
a taxonomy element within the specified ClassificationScheme.
- createClassification(ClassificationScheme, InternationalString, String) -
Method in interface javax.xml.registry.LifeCycleManager
- Creates a Classification instance for an external
Classification using the specified InternationalString name and String value that identify
a taxonomy element within the specified ClassificationScheme.
- createClassification(Concept) -
Method in interface javax.xml.registry.LifeCycleManager
- Creates a Classification instance for an internal
Classification using the specified Concept that identifies
a taxonomy element within an internal ClassificationScheme.
- createClassificationScheme(String, String) -
Method in interface javax.xml.registry.LifeCycleManager
- Creates a ClassificationScheme given the specified String parameters.
- createClassificationScheme(InternationalString, InternationalString) -
Method in interface javax.xml.registry.LifeCycleManager
- Creates a ClassificationScheme given the specified
InternationalString parameters.
- createClassificationScheme(Concept) -
Method in interface javax.xml.registry.LifeCycleManager
- Creates a ClassificationScheme from a Concept that has no
ClassificationScheme or parent Concept.
- createConcept(RegistryObject, String, String) -
Method in interface javax.xml.registry.LifeCycleManager
- Creates a Concept instance using the specified
parameters, where the name is a String.
- createConcept(RegistryObject, InternationalString, String) -
Method in interface javax.xml.registry.LifeCycleManager
- Creates a Concept instance using the specified
parameters, where the name is an InternationalString.
- createConfiguration(DeployableObject) -
Method in interface javax.enterprise.deploy.spi.DeploymentManager
- Retrieve the object that provides server-specific deployment
configuration information for the J2EE deployable component.
- createConnection() -
Method in interface javax.jms.ConnectionFactory
- Creates a connection with the default user identity.
- createConnection(String, String) -
Method in interface javax.jms.ConnectionFactory
- Creates a connection with the specified user identity.
- createConnection() -
Method in class javax.xml.registry.ConnectionFactory
- Create a named connection.
- createConnection() -
Method in class javax.xml.soap.SOAPConnectionFactory
- Create a new
SOAPConnection
.
- createConnectionConsumer(Destination, String, ServerSessionPool, int) -
Method in interface javax.jms.Connection
- Creates a connection consumer for this connection (optional operation).
- createConnectionConsumer(Queue, String, ServerSessionPool, int) -
Method in interface javax.jms.QueueConnection
- Creates a connection consumer for this connection (optional operation).
- createConnectionConsumer(Topic, String, ServerSessionPool, int) -
Method in interface javax.jms.TopicConnection
- Creates a connection consumer for this connection (optional operation).
- createConnectionFactory(ConnectionManager) -
Method in interface javax.resource.spi.ManagedConnectionFactory
- Creates a Connection Factory instance.
- createConnectionFactory() -
Method in interface javax.resource.spi.ManagedConnectionFactory
- Creates a Connection Factory instance.
- createConsumer(Destination) -
Method in interface javax.jms.Session
- Creates a
MessageConsumer
for the specified destination.
- createConsumer(Destination, String) -
Method in interface javax.jms.Session
- Creates a
MessageConsumer
for the specified destination,
using a message selector.
- createConsumer(Destination, String, boolean) -
Method in interface javax.jms.Session
- Creates
MessageConsumer
for the specified destination, using a
message selector.
- createDataContentHandler(String) -
Method in class javax.activation.CommandMap
- Locate a DataContentHandler that corresponds to the MIME type.
- createDataContentHandler(String) -
Method in interface javax.activation.DataContentHandlerFactory
- Creates a new DataContentHandler object for the MIME type.
- createDataContentHandler(String) -
Method in class javax.activation.MailcapCommandMap
- Return the DataContentHandler for the specified MIME type.
- createDetail() -
Method in class javax.xml.soap.SOAPFactory
- Creates a new
Detail
object which serves as a container
for DetailEntry
objects.
- createDurableConnectionConsumer(Topic, String, String, ServerSessionPool, int) -
Method in interface javax.jms.Connection
- Create a durable connection consumer for this connection (optional operation).
- createDurableConnectionConsumer(Topic, String, String, ServerSessionPool, int) -
Method in interface javax.jms.TopicConnection
- Create a durable connection consumer for this connection (optional operation).
- createDurableSubscriber(Topic, String) -
Method in interface javax.jms.Session
- Creates a durable subscriber to the specified topic.
- createDurableSubscriber(Topic, String, String, boolean) -
Method in interface javax.jms.Session
- Creates a durable subscriber to the specified topic, using a
message selector and specifying whether messages published by its
own connection should be delivered to it.
- createDurableSubscriber(Topic, String) -
Method in interface javax.jms.TopicSession
- Creates a durable subscriber to the specified topic.
- createDurableSubscriber(Topic, String, String, boolean) -
Method in interface javax.jms.TopicSession
- Creates a durable subscriber to the specified topic, using a
message selector or specifying whether messages published by its
own connection should be delivered to it.
- createElement(Name) -
Method in class javax.xml.soap.SOAPFactory
- Create a
SOAPElement
object initialized with the
given Name
object.
- createElement(String) -
Method in class javax.xml.soap.SOAPFactory
- Create a
SOAPElement
object initialized with the
given local name.
- createElement(String, String, String) -
Method in class javax.xml.soap.SOAPFactory
- Create a new
SOAPElement
object with the given
local name, prefix and uri.
- createEmailAddress(String) -
Method in interface javax.xml.registry.LifeCycleManager
- Creates an EmailAddress instance using an address as the
parameter.
- createEmailAddress(String, String) -
Method in interface javax.xml.registry.LifeCycleManager
- Creates an EmailAddress instance using both an address and a type as
parameters.
- createEndpoint(XAResource) -
Method in interface javax.resource.spi.endpoint.MessageEndpointFactory
- This is used to create a message endpoint.
- createExternalIdentifier(ClassificationScheme, String, String) -
Method in interface javax.xml.registry.LifeCycleManager
- Creates an ExternalIdentifier instance using the specified
parameters, where the name is a String.
- createExternalIdentifier(ClassificationScheme, InternationalString, String) -
Method in interface javax.xml.registry.LifeCycleManager
- Creates an ExternalIdentifier instance using the specified
parameters, where the name is an InternationalString.
- createExternalLink(String, String) -
Method in interface javax.xml.registry.LifeCycleManager
- Creates an ExternalLink instance using the specified
parameters, where the description is a String.
- createExternalLink(String, InternationalString) -
Method in interface javax.xml.registry.LifeCycleManager
- Creates an ExternalLink instance using the specified
parameters, where the description is an InternationalString.
- createExtrinsicObject(DataHandler) -
Method in interface javax.xml.registry.LifeCycleManager
- Creates an ExtrinsicObject instance using the specified
parameters.
- createFederatedConnection(Collection) -
Method in class javax.xml.registry.ConnectionFactory
- Create a FederatedConnection.
- createIndexedRecord(String) -
Method in interface javax.resource.cci.RecordFactory
- Creates a IndexedRecord.
- createInteraction() -
Method in interface javax.resource.cci.Connection
- Creates an Interaction associated with this Connection.
- createInternationalString() -
Method in interface javax.xml.registry.LifeCycleManager
- Creates an empty InternationalString instance.
- createInternationalString(String) -
Method in interface javax.xml.registry.LifeCycleManager
- Creates an InternationalString instance using a String
parameter and the default Locale.
- createInternationalString(Locale, String) -
Method in interface javax.xml.registry.LifeCycleManager
- Creates an InternationalString instance using the specified
Locale and String parameters.
- createInternetHeaders(InputStream) -
Method in class javax.mail.internet.MimeMessage
- Create and return an InternetHeaders object that loads the
headers from the given InputStream.
- createInternetHeaders(InputStream) -
Method in class javax.mail.internet.MimeMultipart
- Create and return an InternetHeaders object that loads the
headers from the given InputStream.
- createKey(String) -
Method in interface javax.xml.registry.LifeCycleManager
- Creates a Key instance from an ID.
- createLocalizedString(Locale, String) -
Method in interface javax.xml.registry.LifeCycleManager
- Creates a LocalizedString instance using the specified
Locale and String parameters.
- createLocalizedString(Locale, String, String) -
Method in interface javax.xml.registry.LifeCycleManager
- Creates a LocalizedString instance using the specified
Locale, String, and character set parameters.
- createMBean(String, ObjectName) -
Method in interface javax.management.MBeanServer
- Instantiates and registers an MBean in the MBean server.
- createMBean(String, ObjectName, ObjectName) -
Method in interface javax.management.MBeanServer
- Instantiates and registers an MBean in the MBean server.
- createMBean(String, ObjectName, Object[], String[]) -
Method in interface javax.management.MBeanServer
- Instantiates and registers an MBean in the MBean server.
- createMBean(String, ObjectName, ObjectName, Object[], String[]) -
Method in interface javax.management.MBeanServer
- Instantiates and registers an MBean in the MBean server.
- createMBean(String, ObjectName) -
Method in interface javax.management.MBeanServerConnection
- Instantiates and registers an MBean in the MBean server.
- createMBean(String, ObjectName, ObjectName) -
Method in interface javax.management.MBeanServerConnection
- Instantiates and registers an MBean in the MBean server.
- createMBean(String, ObjectName, Object[], String[]) -
Method in interface javax.management.MBeanServerConnection
- Instantiates and registers an MBean in the MBean server.
- createMBean(String, ObjectName, ObjectName, Object[], String[]) -
Method in interface javax.management.MBeanServerConnection
- Instantiates and registers an MBean in the MBean server.
- createMBeanServer() -
Static method in class javax.management.MBeanServerFactory
- Return a new object implementing the MBeanServer interface
with a standard default domain name.
- createMBeanServer(String) -
Static method in class javax.management.MBeanServerFactory
- Return a new object implementing the
MBeanServer
interface with the specified default domain name.
- createManagedConnection(Subject, ConnectionRequestInfo) -
Method in interface javax.resource.spi.ManagedConnectionFactory
- Creates a new physical connection to the underlying EIS
resource manager.
- createMapMessage() -
Method in interface javax.jms.Session
- Creates a
MapMessage
object.
- createMappedRecord(String) -
Method in interface javax.resource.cci.RecordFactory
- Creates a MappedRecord.
- createMessage() -
Method in interface javax.jms.Session
- Creates a
Message
object.
- createMessage() -
Method in class javax.xml.soap.MessageFactory
- Creates a new
SOAPMessage
object with the default
SOAPPart
, SOAPEnvelope
, SOAPBody
,
and SOAPHeader
objects.
- createMessage(MimeHeaders, InputStream) -
Method in class javax.xml.soap.MessageFactory
- Internalizes the contents of the given
InputStream
object into a
new SOAPMessage
object and returns the SOAPMessage
object.
- createMimeBodyPart(InternetHeaders, byte[]) -
Method in class javax.mail.internet.MimeMultipart
- Create and return a MimeBodyPart object to represent a
body part parsed from the InputStream.
- createMimeBodyPart(InputStream) -
Method in class javax.mail.internet.MimeMultipart
- Create and return a MimeBodyPart object to represent a
body part parsed from the InputStream.
- createName(String, String, String) -
Method in interface javax.xml.soap.SOAPEnvelope
- Creates a new
Name
object initialized with the
given local name, namespace prefix, and namespace URI.
- createName(String) -
Method in interface javax.xml.soap.SOAPEnvelope
- Creates a new
Name
object initialized with the
given local name.
- createName(String, String, String) -
Method in class javax.xml.soap.SOAPFactory
- Creates a new
Name
object initialized with the
given local name, namespace prefix, and namespace URI.
- createName(String) -
Method in class javax.xml.soap.SOAPFactory
- Creates a new
Name
object initialized with the
given local name.
- createObject(String) -
Method in interface javax.xml.registry.LifeCycleManager
- Creates instances of information model
interfaces (factory method).
- createObjectMessage() -
Method in interface javax.jms.Session
- Creates an
ObjectMessage
object.
- createObjectMessage(Serializable) -
Method in interface javax.jms.Session
- Creates an initialized
ObjectMessage
object.
- createOrganization(String) -
Method in interface javax.xml.registry.LifeCycleManager
- Creates an Organization instance using the specified
name, where the name is a String.
- createOrganization(InternationalString) -
Method in interface javax.xml.registry.LifeCycleManager
- Creates an Organization instance using the specified
name, where the name is an InternationalString.
- createPersonName(String, String, String) -
Method in interface javax.xml.registry.LifeCycleManager
- Creates a PersonName instance using the specified
first, middle, and last names.
- createPersonName(String) -
Method in interface javax.xml.registry.LifeCycleManager
- Creates a PersonName instance using the specified
full name.
- createPostalAddress(String, String, String, String, String, String, String) -
Method in interface javax.xml.registry.LifeCycleManager
- Creates a PostalAddress instance using the specified
parameters.
- createProducer(Destination) -
Method in interface javax.jms.Session
- Creates a
MessageProducer
to send messages to the specified
destination.
- createPublisher(Topic) -
Method in interface javax.jms.TopicSession
- Creates a publisher for the specified topic.
- createQuery(int, String) -
Method in interface javax.xml.registry.DeclarativeQueryManager
- Creates a Query object given a queryType (for example, QUERY_TYPE_SQL) and a String
that represents a query in the syntax appropriate for queryType.
- createQueue(String) -
Method in interface javax.jms.QueueSession
- Creates a queue identity given a
Queue
name.
- createQueue(String) -
Method in interface javax.jms.Session
- Creates a queue identity given a
Queue
name.
- createQueueConnection() -
Method in interface javax.jms.QueueConnectionFactory
- Creates a queue connection with the default user identity.
- createQueueConnection(String, String) -
Method in interface javax.jms.QueueConnectionFactory
- Creates a queue connection with the specified user identity.
- createQueueSession(boolean, int) -
Method in interface javax.jms.QueueConnection
- Creates a
QueueSession
object.
- createQueueSession(boolean, int) -
Method in interface javax.jms.XAQueueConnection
- Creates an
XAQueueSession
object.
- createReceiver(Queue) -
Method in interface javax.jms.QueueSession
- Creates a
QueueReceiver
object to receive messages from the
specified queue.
- createReceiver(Queue, String) -
Method in interface javax.jms.QueueSession
- Creates a
QueueReceiver
object to receive messages from the
specified queue using a message selector.
- createRegistryPackage(String) -
Method in interface javax.xml.registry.LifeCycleManager
- Creates a RegistryPackage instance using the specified
name, where the name is a String.
- createRegistryPackage(InternationalString) -
Method in interface javax.xml.registry.LifeCycleManager
- Creates a RegistryPackage instance using the specified
name, where the name is an InternationalString.
- createRelation(String, String, RoleList) -
Method in class javax.management.relation.RelationService
- Creates a simple relation (represented by a RelationSupport object) of
given relation type, and adds it in the Relation Service.
- createRelation(String, String, RoleList) -
Method in interface javax.management.relation.RelationServiceMBean
- Creates a simple relation (represented by a RelationSupport object) of
given relation type, and adds it in the Relation Service.
- createRelationType(String, RoleInfo[]) -
Method in class javax.management.relation.RelationService
- Creates a relation type (a RelationTypeSupport object) with given
role infos (provided by the RoleInfo objects), and adds it in the
Relation Service.
- createRelationType(String, RoleInfo[]) -
Method in interface javax.management.relation.RelationServiceMBean
- Creates a relation type (RelationTypeSupport object) with given
role infos (provided by the RoleInfo objects), and adds it in the
Relation Service.
- createSender(Queue) -
Method in interface javax.jms.QueueSession
- Creates a
QueueSender
object to send messages to the
specified queue.
- createService(String) -
Method in interface javax.xml.registry.LifeCycleManager
- Creates a Service instance using the specified
name, where the name is a String.
- createService(InternationalString) -
Method in interface javax.xml.registry.LifeCycleManager
- Creates a Service instance using the specified
name, where the name is an InternationalString.
- createService(URL, QName) -
Method in class javax.xml.rpc.ServiceFactory
- Create a
Service
instance.
- createService(QName) -
Method in class javax.xml.rpc.ServiceFactory
- Create a
Service
instance.
- createServiceBinding() -
Method in interface javax.xml.registry.LifeCycleManager
- Creates an empty ServiceBinding instance.
- createSession(boolean, int) -
Method in interface javax.jms.Connection
- Creates a
Session
object.
- createSession(boolean, int) -
Method in interface javax.jms.XAConnection
- Creates an
Session
object.
- createSlot(String, String, String) -
Method in interface javax.xml.registry.LifeCycleManager
- Creates a Slot instance using the specified
parameters, where the value is a String.
- createSlot(String, Collection, String) -
Method in interface javax.xml.registry.LifeCycleManager
- Creates a Slot instance using the specified
parameters, where the value is a Collection of Strings.
- createSpecificationLink() -
Method in interface javax.xml.registry.LifeCycleManager
- Creates an empty SpecificationLink instance.
- createStreamMessage() -
Method in interface javax.jms.Session
- Creates a
StreamMessage
object.
- createSubscriber(Topic) -
Method in interface javax.jms.TopicSession
- Creates a nondurable subscriber to the specified topic.
- createSubscriber(Topic, String, boolean) -
Method in interface javax.jms.TopicSession
- Creates a nondurable subscriber to the specified topic, using a
message selector or specifying whether messages published by its
own connection should be delivered to it.
- createTelephoneNumber() -
Method in interface javax.xml.registry.LifeCycleManager
- Creates an empty TelephoneNumber instance.
- createTemporaryQueue() -
Method in interface javax.jms.QueueSession
- Creates a
TemporaryQueue
object.
- createTemporaryQueue() -
Method in interface javax.jms.Session
- Creates a
TemporaryQueue
object.
- createTemporaryTopic() -
Method in interface javax.jms.Session
- Creates a
TemporaryTopic
object.
- createTemporaryTopic() -
Method in interface javax.jms.TopicSession
- Creates a
TemporaryTopic
object.
- createTextMessage() -
Method in interface javax.jms.Session
- Creates a
TextMessage
object.
- createTextMessage(String) -
Method in interface javax.jms.Session
- Creates an initialized
TextMessage
object.
- createTimer(long, Serializable) -
Method in interface javax.ejb.TimerService
- Create a single-action timer that expires after a specified duration.
- createTimer(long, long, Serializable) -
Method in interface javax.ejb.TimerService
- Create an interval timer whose first expiration occurs after a specified
duration, and whose subsequent expirations occur after a specified
interval.
- createTimer(Date, Serializable) -
Method in interface javax.ejb.TimerService
- Create a single-action timer that expires at a given point in time.
- createTimer(Date, long, Serializable) -
Method in interface javax.ejb.TimerService
- Create an interval timer whose first expiration occurs at a given
point in time and whose subsequent expirations occur after a specified
interval.
- createTimer() -
Method in interface javax.resource.spi.BootstrapContext
- Creates a new
java.util.Timer
instance.
- createTopic(String) -
Method in interface javax.jms.Session
- Creates a topic identity given a
Topic
name.
- createTopic(String) -
Method in interface javax.jms.TopicSession
- Creates a topic identity given a
Topic
name.
- createTopicConnection() -
Method in interface javax.jms.TopicConnectionFactory
- Creates a topic connection with the default user identity.
- createTopicConnection(String, String) -
Method in interface javax.jms.TopicConnectionFactory
- Creates a topic connection with the specified user identity.
- createTopicSession(boolean, int) -
Method in interface javax.jms.TopicConnection
- Creates a
TopicSession
object.
- createTopicSession(boolean, int) -
Method in interface javax.jms.XATopicConnection
- Creates an
XATopicSession
object.
- createTypeMapping() -
Method in interface javax.xml.rpc.encoding.TypeMappingRegistry
- Creates a new empty
TypeMapping
object.
- createUser() -
Method in interface javax.xml.registry.LifeCycleManager
- Creates an empty User instance.
- createXAConnection() -
Method in interface javax.jms.XAConnectionFactory
- Creates an
XAConnection
with the default user identity.
- createXAConnection(String, String) -
Method in interface javax.jms.XAConnectionFactory
- Creates an XA connection with the specified user identity.
- createXAQueueConnection() -
Method in interface javax.jms.XAQueueConnectionFactory
- Creates an XA queue connection with the default user identity.
- createXAQueueConnection(String, String) -
Method in interface javax.jms.XAQueueConnectionFactory
- Creates an XA queue connection with the specified user identity.
- createXAQueueSession() -
Method in interface javax.jms.XAQueueConnection
- Creates an
XAQueueSession
object.
- createXASession() -
Method in interface javax.jms.XAConnection
- Creates an
XASession
object.
- createXATopicConnection() -
Method in interface javax.jms.XATopicConnectionFactory
- Creates an XA topic connection with the default user identity.
- createXATopicConnection(String, String) -
Method in interface javax.jms.XATopicConnectionFactory
- Creates an XA topic connection with the specified user identity.
- createXATopicSession() -
Method in interface javax.jms.XATopicConnection
- Creates an
XATopicSession
object.
D
- DATE -
Static variable in class javax.management.openmbean.SimpleType
- The
SimpleType
instance describing values whose
Java class name is java.util.Date
.
- DConfigBean - interface javax.enterprise.deploy.spi.DConfigBean.
- The DConfigBean is a deployment configuration bean (DConfigBean)
that is associated with one or more deployment descriptor beans,
(DDBean).
- DConfigBeanRoot - interface javax.enterprise.deploy.spi.DConfigBeanRoot.
- A J2EE component module consists of one or more deployment
descriptor files and zero or more non-deployment descriptor
XML instance documents.
- DConfigBeanVersionType - class javax.enterprise.deploy.shared.DConfigBeanVersionType.
- Class DConfigBeanVersionTypes defines enumeration values for the J2EE
Platform verion number.
- DConfigBeanVersionType(int) -
Constructor for class javax.enterprise.deploy.shared.DConfigBeanVersionType
- Construct a new enumeration value with the given integer value.
- DConfigBeanVersionUnsupportedException - exception javax.enterprise.deploy.spi.exceptions.DConfigBeanVersionUnsupportedException.
- This exception is to report that there is no support
for the DConfigBean version requested.
- DConfigBeanVersionUnsupportedException(String) -
Constructor for class javax.enterprise.deploy.spi.exceptions.DConfigBeanVersionUnsupportedException
- Creates an new DConfigBeanVersionUnsupportedException object.
- DDBean - interface javax.enterprise.deploy.model.DDBean.
- An interface for beans that represent a fragment of a
standard deployment descriptor.
- DDBeanRoot - interface javax.enterprise.deploy.model.DDBeanRoot.
- An interface that represents the root of a standard deployment
descriptor.
- DEFAULT_BUFFER -
Static variable in class javax.servlet.jsp.JspWriter
- Constant indicating that the Writer is buffered and is using the
implementation default buffer size.
- DEFAULT_CHARSET_NAME -
Static variable in interface javax.xml.registry.infomodel.LocalizedString
- The default name returned by getCharsetName if no other
name has explicitly been set.
- DEFAULT_DELIVERY_MODE -
Static variable in interface javax.jms.Message
- The message producer's default delivery mode is
PERSISTENT
.
- DEFAULT_PRIORITY -
Static variable in interface javax.jms.Message
- The message producer's default priority is 4.
- DEFAULT_TIME_TO_LIVE -
Static variable in interface javax.jms.Message
- The message producer's default time to live is unlimited; the message
never expires.
- DELETED -
Static variable in class javax.mail.Flags.Flag
- This message is marked deleted.
- DELETED -
Static variable in class javax.mail.event.FolderEvent
- The folder was deleted.
- DIGEST_AUTH -
Static variable in interface javax.servlet.http.HttpServletRequest
- String identifier for Digest authentication.
- DISCONNECTED -
Static variable in class javax.mail.event.ConnectionEvent
- A connection was disconnected (not currently used).
- DISTRIBUTE -
Static variable in class javax.enterprise.deploy.shared.CommandType
- The DeploymentManger action operation being processed
is distribute.
- DIV -
Static variable in class javax.management.Query
- A code representing the
Query.div(javax.management.ValueExp, javax.management.ValueExp)
expression.
- DOCTYPE_PUBLIC -
Static variable in class javax.xml.transform.OutputKeys
- doctype-public = string.
- DOCTYPE_SYSTEM -
Static variable in class javax.xml.transform.OutputKeys
- doctype-system = string.
- DOMLocator - interface javax.xml.transform.dom.DOMLocator.
- Indicates the position of a node in a source DOM, intended
primarily for error reporting.
- DOMResult - class javax.xml.transform.dom.DOMResult.
- Acts as a holder for a transformation result tree, in the
form of a Document Object Model (DOM) tree.
- DOMResult() -
Constructor for class javax.xml.transform.dom.DOMResult
- Zero-argument default constructor.
- DOMResult(Node) -
Constructor for class javax.xml.transform.dom.DOMResult
- Use a DOM node to create a new output target.
- DOMResult(Node, String) -
Constructor for class javax.xml.transform.dom.DOMResult
- Create a new output target with a DOM node.
- DOMSource - class javax.xml.transform.dom.DOMSource.
- Acts as a holder for a transformation Source tree in the
form of a Document Object Model (DOM) tree.
- DOMSource() -
Constructor for class javax.xml.transform.dom.DOMSource
- Zero-argument default constructor.
- DOMSource(Node) -
Constructor for class javax.xml.transform.dom.DOMSource
- Create a new input source with a DOM node.
- DOMSource(Node, String) -
Constructor for class javax.xml.transform.dom.DOMSource
- Create a new input source with a DOM node, and with the
system ID also passed in as the base URI.
- DOUBLE -
Static variable in class javax.management.openmbean.SimpleType
- The
SimpleType
instance describing values whose
Java class name is java.lang.Double
.
- DRAFT -
Static variable in class javax.mail.Flags.Flag
- This message is a draft.
- DUPS_OK_ACKNOWLEDGE -
Static variable in interface javax.jms.Session
- This acknowledgment mode instructs the session to lazily acknowledge
the delivery of messages.
- DataContentHandler - interface javax.activation.DataContentHandler.
- The DataContentHandler interface is implemented by objects that can
be used to extend the capabilities of the DataHandler's implementation
of the Transferable interface.
- DataContentHandlerFactory - interface javax.activation.DataContentHandlerFactory.
- This interface defines a factory for
DataContentHandlers
. - DataHandler - class javax.activation.DataHandler.
- The DataHandler class provides a consistent interface to data
available in many different sources and formats.
- DataHandler(DataSource) -
Constructor for class javax.activation.DataHandler
- Create a
DataHandler
instance referencing the
specified DataSource.
- DataHandler(Object, String) -
Constructor for class javax.activation.DataHandler
- Create a
DataHandler
instance representing an object
of this MIME type.
- DataHandler(URL) -
Constructor for class javax.activation.DataHandler
- Create a
DataHandler
instance referencing a URL.
- DataSource - interface javax.activation.DataSource.
- The DataSource interface provides the JavaBeans Activation Framework
with an abstraction of some arbitrary collection of data.
- DateTerm - class javax.mail.search.DateTerm.
- This class implements comparisons for Dates
- DateTerm(int, Date) -
Constructor for class javax.mail.search.DateTerm
- Constructor.
- DeclarativeQueryManager - interface javax.xml.registry.DeclarativeQueryManager.
- This interface provides the ability to execute declarative queries (e.g.
- DefaultLoaderRepository - class javax.management.DefaultLoaderRepository.
- Deprecated. Use
MBeanServer.getClassLoaderRepository()
}
instead. - DefaultLoaderRepository() -
Constructor for class javax.management.DefaultLoaderRepository
- Deprecated.
- DefaultLoaderRepository - class javax.management.loading.DefaultLoaderRepository.
- Deprecated. Use
MBeanServer.getClassLoaderRepository()
}
instead. - DefaultLoaderRepository() -
Constructor for class javax.management.loading.DefaultLoaderRepository
- Deprecated.
- DeleteException - exception javax.xml.registry.DeleteException.
- A RegistryException that occurs during a delete action.
- DeleteException() -
Constructor for class javax.xml.registry.DeleteException
- Constructs a
JAXRException
object with no
reason or embedded Throwable.
- DeleteException(String) -
Constructor for class javax.xml.registry.DeleteException
- Constructs a
JAXRException
object with the given
String
as the reason for the exception being thrown.
- DeleteException(String, Throwable) -
Constructor for class javax.xml.registry.DeleteException
- Constructs a
JAXRException
object with the given
String
as the reason for the exception being thrown
and the given Throwable
object as an embedded
Throwable.
- DeleteException(Throwable) -
Constructor for class javax.xml.registry.DeleteException
- Constructs a
JAXRException
object initialized
with the given Throwable
object.
- DeliveryMode - interface javax.jms.DeliveryMode.
- The delivery modes supported by the JMS API are
PERSISTENT
and
NON_PERSISTENT
.
- DeployableObject - interface javax.enterprise.deploy.model.DeployableObject.
- The DeployableObject interface is an abstract representation
of a J2EE deployable module (JAR, WAR, RAR, EAR).
- DeploymentConfiguration - interface javax.enterprise.deploy.spi.DeploymentConfiguration.
- An interface that defines a container for all the
server-specific configuration information for a
single top-level J2EE module.
- DeploymentFactory - interface javax.enterprise.deploy.spi.factories.DeploymentFactory.
- The DeploymentFactory interface is a deployment driver for a
J2EE plaform product.
- DeploymentFactoryManager - class javax.enterprise.deploy.shared.factories.DeploymentFactoryManager.
- The DeploymentFactoryManager class is a central registry for
J2EE DeploymentFactory objects.
- DeploymentManager - interface javax.enterprise.deploy.spi.DeploymentManager.
- The DeploymentManager object provides the core set
of functions a J2EE platform must provide for J2EE
application deployment.
- DeploymentManagerCreationException - exception javax.enterprise.deploy.spi.exceptions.DeploymentManagerCreationException.
- This exception is to report problems in returning
a DeploymentManager object cause by such things as
server down, unable to authenticate and the like.
- DeploymentManagerCreationException(String) -
Constructor for class javax.enterprise.deploy.spi.exceptions.DeploymentManagerCreationException
- Creates an new DeploymentManagerCreationException object.
- DeploymentStatus - interface javax.enterprise.deploy.spi.status.DeploymentStatus.
- The DeploymentStatus interface provides information about
the progress status of a deployment action.
- Descriptor - interface javax.management.Descriptor.
- This interface represents the behavioral metadata set for a JMX Element.
- DescriptorAccess - interface javax.management.DescriptorAccess.
- This interface is used to gain access to descriptors of the Descriptor class
which are associated with a JMX component, i.e.
- DescriptorSupport - class javax.management.modelmbean.DescriptorSupport.
- This class represents the metadata set for a ModelMBean element.
- DescriptorSupport() -
Constructor for class javax.management.modelmbean.DescriptorSupport
- Descriptor default constructor.
- DescriptorSupport(int) -
Constructor for class javax.management.modelmbean.DescriptorSupport
- Descriptor constructor.
- DescriptorSupport(DescriptorSupport) -
Constructor for class javax.management.modelmbean.DescriptorSupport
- Descriptor constructor taking a Descriptor as parameter.
- DescriptorSupport(String) -
Constructor for class javax.management.modelmbean.DescriptorSupport
- Descriptor constructor taking an XML String.
- DescriptorSupport(String[], Object[]) -
Constructor for class javax.management.modelmbean.DescriptorSupport
- Constructor taking field names and field values.
- DescriptorSupport(String[]) -
Constructor for class javax.management.modelmbean.DescriptorSupport
- Constructor taking fields in the fieldName=fieldValue format.
- DeserializationContext - interface javax.xml.rpc.encoding.DeserializationContext.
- The javax.xml.rpc.encoding.DeserializationContext interface
is implemented by the JAX-RPC runtime system in an XML processing
mechanism specific manner.
- Deserializer - interface javax.xml.rpc.encoding.Deserializer.
- The javax.xml.rpc.encoding.Deserializer interface defines a
base interface for deserializers.
- DeserializerFactory - interface javax.xml.rpc.encoding.DeserializerFactory.
- The javax.xml.rpc.encoding.DeserializerFactory is a factory of
deserializers.
- Destination - interface javax.jms.Destination.
- A
Destination
object encapsulates a provider-specific
address.
- Detail - interface javax.xml.soap.Detail.
- A container for
DetailEntry
objects. - DetailEntry - interface javax.xml.soap.DetailEntry.
- The content for a
Detail
object, giving details for
a SOAPFault
object. - DissociatableManagedConnection - interface javax.resource.spi.DissociatableManagedConnection.
- This is a mix-in interface that may be optionally implemented by a
ManagedConnection
implementation. - DocumentBuilder - class javax.xml.parsers.DocumentBuilder.
- Defines the API to obtain DOM Document instances from an XML
document.
- DocumentBuilder() -
Constructor for class javax.xml.parsers.DocumentBuilder
-
- DocumentBuilderFactory - class javax.xml.parsers.DocumentBuilderFactory.
- Defines a factory API that enables applications to obtain a
parser that produces DOM object trees from XML documents.
- DocumentBuilderFactory() -
Constructor for class javax.xml.parsers.DocumentBuilderFactory
-
- DoubleHolder - class javax.xml.rpc.holders.DoubleHolder.
-
- DoubleHolder() -
Constructor for class javax.xml.rpc.holders.DoubleHolder
-
- DoubleHolder(double) -
Constructor for class javax.xml.rpc.holders.DoubleHolder
-
- DoubleWrapperHolder - class javax.xml.rpc.holders.DoubleWrapperHolder.
-
- DoubleWrapperHolder() -
Constructor for class javax.xml.rpc.holders.DoubleWrapperHolder
-
- DoubleWrapperHolder(Double) -
Constructor for class javax.xml.rpc.holders.DoubleWrapperHolder
-
- DuplicateKeyException - exception javax.ejb.DuplicateKeyException.
- The DuplicateKeyException exception is thrown if an entity EJB object
cannot be created because an object with the same key already exists.
- DuplicateKeyException() -
Constructor for class javax.ejb.DuplicateKeyException
- Constructs a DuplicateKeyException with no detail message.
- DuplicateKeyException(String) -
Constructor for class javax.ejb.DuplicateKeyException
- Constructs a DuplicateKeyException with the specified
detail message.
- DynamicAttributes - interface javax.servlet.jsp.tagext.DynamicAttributes.
- For a tag to declare that it accepts dynamic attributes, it must implement
this interface.
- DynamicMBean - interface javax.management.DynamicMBean.
- Defines the methods that should be implemented by
a Dynamic MBean (MBean that exposes a dynamic management interface).
- date -
Variable in class javax.mail.search.DateTerm
- The date.
- dbgTag -
Variable in class javax.management.monitor.Monitor
- Deprecated. No replacement.
- debug -
Variable in class javax.mail.Service
- Debug flag for this service.
- decode(InputStream, String) -
Static method in class javax.mail.internet.MimeUtility
- Decode the given input stream.
- decodeText(String) -
Static method in class javax.mail.internet.MimeUtility
- Decode "unstructured" headers, that is, headers that are defined
as '*text' as per RFC 822.
- decodeWord(String) -
Static method in class javax.mail.internet.MimeUtility
- The string is parsed using the rules in RFC 2047 for parsing
an "encoded-word".
- delete() -
Method in interface javax.jms.TemporaryQueue
- Deletes this temporary queue.
- delete() -
Method in interface javax.jms.TemporaryTopic
- Deletes this temporary topic.
- delete(boolean) -
Method in class javax.mail.Folder
- Delete this Folder.
- delete() -
Method in interface javax.security.jacc.PolicyConfiguration
- Causes all policy statements to be deleted from this PolicyConfiguration
and sets its internal state such that calling any method, other than
delete, getContextID, or inService on the PolicyConfiguration will
be rejected and cause an UnsupportedOperationException to be thrown.
- deleteAssociations(Collection) -
Method in interface javax.xml.registry.BusinessLifeCycleManager
- Deletes the Associations corresponding to the specified Keys.
- deleteClassificationSchemes(Collection) -
Method in interface javax.xml.registry.BusinessLifeCycleManager
- Deletes the ClassificationSchemes corresponding to the specified Keys.
- deleteConcepts(Collection) -
Method in interface javax.xml.registry.BusinessLifeCycleManager
- Deletes the Concepts corresponding to the specified Keys.
- deleteObjects(Collection) -
Method in interface javax.xml.registry.LifeCycleManager
- Deletes one or more previously submitted objects from the registry
using the object keys.
- deleteObjects(Collection, String) -
Method in interface javax.xml.registry.LifeCycleManager
- Deletes one or more previously submitted objects from the registry
using the object keys and a specified objectType attribute.
- deleteOrganizations(Collection) -
Method in interface javax.xml.registry.BusinessLifeCycleManager
- Deletes the organizations corresponding to the specified Keys.
- deleteServiceBindings(Collection) -
Method in interface javax.xml.registry.BusinessLifeCycleManager
- Deletes the ServiceBindings corresponding to the specified Keys.
- deleteServices(Collection) -
Method in interface javax.xml.registry.BusinessLifeCycleManager
- Deletes the services corresponding to the specified Keys.
- deletesAreDetected(int) -
Method in interface javax.resource.cci.ResultSetInfo
-
- delistResource(XAResource, int) -
Method in interface javax.transaction.Transaction
- Disassociate the resource specified from the transaction associated
with the target Transaction object.
- deprecateObjects(Collection) -
Method in interface javax.xml.registry.LifeCycleManager
- Deprecates one or more previously submitted objects.
- description -
Variable in class javax.management.MBeanFeatureInfo
- The human-readable description of the feature.
- deserialize(ObjectName, byte[]) -
Method in interface javax.management.MBeanServer
- Deprecated. Use
getClassLoaderFor
to
obtain the appropriate class loader for deserialization.
- deserialize(String, byte[]) -
Method in interface javax.management.MBeanServer
- Deprecated. Use
MBeanServer.getClassLoaderRepository()
to obtain the
class loader repository and use it to deserialize.
- deserialize(String, ObjectName, byte[]) -
Method in interface javax.management.MBeanServer
- Deprecated. Use
getClassLoader
to obtain
the class loader for deserialization.
- destroy() -
Method in interface javax.resource.spi.ManagedConnection
- Destroys the physical connection to the underlying resource manager.
- destroy() -
Method in interface javax.servlet.Filter
- Called by the web container to indicate to a filter that it is being taken out of service.
- destroy() -
Method in class javax.servlet.GenericServlet
- Called by the servlet container to indicate to a servlet that the
servlet is being taken out of service.
- destroy() -
Method in interface javax.servlet.Servlet
- Called by the servlet container to indicate to a servlet that the
servlet is being taken out of service.
- destroy() -
Method in class javax.xml.rpc.handler.GenericHandler
- The
destroy
method indicates the end of lifecycle
for a Handler instance.
- destroy() -
Method in interface javax.xml.rpc.handler.Handler
- The
destroy
method indicates the end of lifecycle
for a Handler instance.
- destroy() -
Method in interface javax.xml.rpc.handler.HandlerChain
- Indicates the end of lifecycle for a HandlerChain.
- destroy() -
Method in interface javax.xml.rpc.server.ServiceLifecycle
- JAX-RPC runtime system ends the lifecycle of a service endpoint
instance by invoking the destroy method.
- detachNode() -
Method in interface javax.xml.soap.Node
- Removes this
Node
object from the tree.
- dh -
Variable in class javax.mail.internet.MimeBodyPart
- The DataHandler object representing this Part's content.
- dh -
Variable in class javax.mail.internet.MimeMessage
- The DataHandler object representing this Message's content.
- disableAllAttributes() -
Method in class javax.management.AttributeChangeNotificationFilter
- Disables all the attribute names.
- disableAllObjectNames() -
Method in class javax.management.relation.MBeanServerNotificationFilter
- Disables any MBeanServerNotification (all ObjectNames are
deselected).
- disableAllTypes() -
Method in class javax.management.NotificationFilterSupport
- Disables all notification types.
- disableAttribute(String) -
Method in class javax.management.AttributeChangeNotificationFilter
- Disables all the attribute change notifications the attribute name of which equals
the specified attribute name to be sent to the listener.
- disableObjectName(ObjectName) -
Method in class javax.management.relation.MBeanServerNotificationFilter
- Disables MBeanServerNotifications concerning given ObjectName.
- disableType(String) -
Method in class javax.management.NotificationFilterSupport
- Removes the given prefix from the prefix list.
- disconnected(ConnectionEvent) -
Method in class javax.mail.event.ConnectionAdapter
-
- disconnected(ConnectionEvent) -
Method in interface javax.mail.event.ConnectionListener
- Invoked when a Store is disconnected.
- dispatch(Object) -
Method in class javax.mail.event.ConnectionEvent
- Invokes the appropriate ConnectionListener method
- dispatch(Object) -
Method in class javax.mail.event.FolderEvent
- Invokes the appropriate FolderListener method
- dispatch(Object) -
Method in class javax.mail.event.MailEvent
- This method invokes the appropriate method on a listener for
this event.
- dispatch(Object) -
Method in class javax.mail.event.MessageChangedEvent
- Invokes the appropriate MessageChangedListener method.
- dispatch(Object) -
Method in class javax.mail.event.MessageCountEvent
- Invokes the appropriate MessageCountListener method.
- dispatch(Object) -
Method in class javax.mail.event.StoreEvent
- Invokes the appropriate StoreListener method.
- dispatch(Object) -
Method in class javax.mail.event.TransportEvent
- Invokes the appropriate TransportListener method.
- dissociateConnections() -
Method in interface javax.resource.spi.DissociatableManagedConnection
- This method is called by an application server (that is capable of
lazy connection association optimization) in order to dissociate
a
ManagedConnection
instance from all of its connection
handles.
- distribute(Target[], File, File) -
Method in interface javax.enterprise.deploy.spi.DeploymentManager
- The distribute method performs three tasks; it validates the
deployment configuration data, generates all container specific
classes and interfaces, and moves the fully baked archive to
the designated deployment targets.
- distribute(Target[], InputStream, InputStream) -
Method in interface javax.enterprise.deploy.spi.DeploymentManager
- The distribute method performs three tasks; it validates the
deployment configuration data, generates all container specific
classes and interfaces, and moves the fully baked archive to
the designated deployment targets.
- div(ValueExp, ValueExp) -
Static method in class javax.management.Query
- Returns a binary expression representing the quotient of two numeric
values.
- doAfterBody() -
Method in class javax.servlet.jsp.tagext.BodyTagSupport
- After the body evaluation: do not reevaluate and continue with the page.
- doAfterBody() -
Method in interface javax.servlet.jsp.tagext.IterationTag
- Process body (re)evaluation.
- doAfterBody() -
Method in class javax.servlet.jsp.tagext.TagSupport
- Default processing for a body.
- doCatch(Throwable) -
Method in interface javax.servlet.jsp.tagext.TryCatchFinally
- Invoked if a Throwable occurs while evaluating the BODY
inside a tag or in any of the following methods:
Tag.doStartTag(), Tag.doEndTag(),
IterationTag.doAfterBody() and BodyTag.doInitBody().
- doDelete(HttpServletRequest, HttpServletResponse) -
Method in class javax.servlet.http.HttpServlet
- Called by the server (via the
service
method)
to allow a servlet to handle a DELETE request.
- doEndTag() -
Method in class javax.servlet.jsp.tagext.BodyTagSupport
- Default processing of the end tag returning EVAL_PAGE.
- doEndTag() -
Method in interface javax.servlet.jsp.tagext.Tag
- Process the end tag for this instance.
- doEndTag() -
Method in class javax.servlet.jsp.tagext.TagAdapter
- Must not be called.
- doEndTag() -
Method in class javax.servlet.jsp.tagext.TagSupport
- Default processing of the end tag returning EVAL_PAGE.
- doFilter(ServletRequest, ServletResponse, FilterChain) -
Method in interface javax.servlet.Filter
- The
doFilter
method of the Filter is called by the container
each time a request/response pair is passed through the chain due
to a client request for a resource at the end of the chain.
- doFilter(ServletRequest, ServletResponse) -
Method in interface javax.servlet.FilterChain
- Causes the next filter in the chain to be invoked, or if the calling filter is the last filter
in the chain, causes the resource at the end of the chain to be invoked.
- doFinally() -
Method in interface javax.servlet.jsp.tagext.TryCatchFinally
- Invoked in all cases after doEndTag() for any class implementing
Tag, IterationTag or BodyTag.
- doGet(HttpServletRequest, HttpServletResponse) -
Method in class javax.servlet.http.HttpServlet
- Called by the server (via the
service
method) to
allow a servlet to handle a GET request.
- doHead(HttpServletRequest, HttpServletResponse) -
Method in class javax.servlet.http.HttpServlet
- Receives an HTTP HEAD request from the protected
service
method and handles the
request.
- doInitBody() -
Method in interface javax.servlet.jsp.tagext.BodyTag
- Prepare for evaluation of the body.
- doInitBody() -
Method in class javax.servlet.jsp.tagext.BodyTagSupport
- Prepare for evaluation of the body just before the first body evaluation:
no action.
- doOptions(HttpServletRequest, HttpServletResponse) -
Method in class javax.servlet.http.HttpServlet
- Called by the server (via the
service
method)
to allow a servlet to handle a OPTIONS request.
- doPost(HttpServletRequest, HttpServletResponse) -
Method in class javax.servlet.http.HttpServlet
- Called by the server (via the
service
method)
to allow a servlet to handle a POST request.
- doPut(HttpServletRequest, HttpServletResponse) -
Method in class javax.servlet.http.HttpServlet
- Called by the server (via the
service
method)
to allow a servlet to handle a PUT request.
- doStartTag() -
Method in class javax.servlet.jsp.tagext.BodyTagSupport
- Default processing of the start tag returning EVAL_BODY_BUFFERED.
- doStartTag() -
Method in interface javax.servlet.jsp.tagext.Tag
- Process the start tag for this instance.
- doStartTag() -
Method in class javax.servlet.jsp.tagext.TagAdapter
- Must not be called.
- doStartTag() -
Method in class javax.servlet.jsp.tagext.TagSupport
- Default processing of the start tag, returning SKIP_BODY.
- doTag() -
Method in interface javax.servlet.jsp.tagext.SimpleTag
- Called by the container to invoke this tag.
- doTag() -
Method in class javax.servlet.jsp.tagext.SimpleTagSupport
- Default processing of the tag does nothing.
- doTrace(HttpServletRequest, HttpServletResponse) -
Method in class javax.servlet.http.HttpServlet
- Called by the server (via the
service
method)
to allow a servlet to handle a TRACE request.
- doWork(Work) -
Method in interface javax.resource.spi.work.WorkManager
- Accepts a
Work
instance for processing.
- doWork(Work, long, ExecutionContext, WorkListener) -
Method in interface javax.resource.spi.work.WorkManager
- Accepts a
Work
instance for processing.
- ds -
Variable in class javax.mail.internet.MimeMultipart
- The DataSource supplying our InputStream.
E
- EAR -
Static variable in class javax.enterprise.deploy.shared.ModuleType
- The module is an EAR archive.
- EISSystemException - exception javax.resource.spi.EISSystemException.
- An
EISSystemException
is used to indicate any EIS
specific system-level
error conditions. - EISSystemException() -
Constructor for class javax.resource.spi.EISSystemException
- Constructs a new instance with null as its detail message.
- EISSystemException(String) -
Constructor for class javax.resource.spi.EISSystemException
- Constructs a new instance with the specified detail message.
- EISSystemException(Throwable) -
Constructor for class javax.resource.spi.EISSystemException
- Constructs a new throwable with the specified cause.
- EISSystemException(String, Throwable) -
Constructor for class javax.resource.spi.EISSystemException
- Constructs a new throwable with the specified detail message and cause.
- EISSystemException(String, String) -
Constructor for class javax.resource.spi.EISSystemException
- Constructs a new throwable with the specified detail message and
an error code.
- EJB -
Static variable in class javax.enterprise.deploy.shared.ModuleType
- The module is an Enterprise Java Bean archive.
- EJBContext - interface javax.ejb.EJBContext.
- The EJBContext interface provides an instance with access to the
container-provided runtime context of an enterprise Bean instance.
- EJBException - exception javax.ejb.EJBException.
- The EJBException exception is thrown by an enterprise Bean instance to
its container to report that the invoked business method or callback method
could not be completed because of an unexpected error (e.g. the instance
failed to open a database connection).
- EJBException() -
Constructor for class javax.ejb.EJBException
- Constructs an EJBException with no detail message.
- EJBException(String) -
Constructor for class javax.ejb.EJBException
- Constructs an EJBException with the specified
detailed message.
- EJBException(Exception) -
Constructor for class javax.ejb.EJBException
- Constructs an EJBException that embeds the originally thrown exception.
- EJBException(String, Exception) -
Constructor for class javax.ejb.EJBException
- Constructs an EJBException that embeds the originally thrown exception
with the specified detail message.
- EJBHome - interface javax.ejb.EJBHome.
- The EJBHome interface must be extended by all enterprise
Beans' remote home interfaces.
- EJBLocalHome - interface javax.ejb.EJBLocalHome.
- The EJBLocalHome interface must be extended by all enterprise
Beans' local home interfaces.
- EJBLocalObject - interface javax.ejb.EJBLocalObject.
- The EJBLocalObject interface must be extended by all enterprise Beans' local
interfaces.
- EJBMetaData - interface javax.ejb.EJBMetaData.
- The EJBMetaData interface allows a client to obtain the enterprise Bean's
meta-data information.
- EJBMethodPermission - class javax.security.jacc.EJBMethodPermission.
- Class for EJB method permissions.
- EJBMethodPermission(String, String) -
Constructor for class javax.security.jacc.EJBMethodPermission
- Creates a new EJBMethodPermission with the specified name and actions.
- EJBMethodPermission(String, String, String, String[]) -
Constructor for class javax.security.jacc.EJBMethodPermission
- Creates a new EJBMethodPermission with name corresponding to
the EJBName and actions composed from methodName, methodInterface,
and methodParams.
- EJBMethodPermission(String, String, Method) -
Constructor for class javax.security.jacc.EJBMethodPermission
- Creates a new EJBMethodPermission with name corresponding to the
EJBName and actions composed from methodInterface, and the
Method object.
- EJBObject - interface javax.ejb.EJBObject.
- The EJBObject interface is extended by all enterprise Beans' remote
interfaces.
- EJBRoleRefPermission - class javax.security.jacc.EJBRoleRefPermission.
- Class for EJB
isCallerInRole (String reference)
permissions. - EJBRoleRefPermission(String, String) -
Constructor for class javax.security.jacc.EJBRoleRefPermission
- Creates a new EJBRoleRefPermission with the specified name and actions.
- EJBStats - interface javax.management.j2ee.statistics.EJBStats.
- Specifies statistics provided by all EJB component types.
- ELException - exception javax.servlet.jsp.el.ELException.
- Represents any of the exception conditions that arise during the
operation evaluation of the evaluator.
- ELException() -
Constructor for class javax.servlet.jsp.el.ELException
- Creates an ELException with no detail message.
- ELException(String) -
Constructor for class javax.servlet.jsp.el.ELException
- Creates an ELException with the provided detail message.
- ELException(Throwable) -
Constructor for class javax.servlet.jsp.el.ELException
- Creates an ELException with the given root cause.
- ELException(String, Throwable) -
Constructor for class javax.servlet.jsp.el.ELException
- Creates an ELException with the given detail message and root cause.
- ELParseException - exception javax.servlet.jsp.el.ELParseException.
- Represents a parsing error encountered while parsing an EL expression.
- ELParseException() -
Constructor for class javax.servlet.jsp.el.ELParseException
- Creates an ELParseException with no detail message.
- ELParseException(String) -
Constructor for class javax.servlet.jsp.el.ELParseException
- Creates an ELParseException with the provided detail message.
- EMAIL_ADDRESS -
Static variable in interface javax.xml.registry.LifeCycleManager
-
- ENCODING -
Static variable in class javax.xml.transform.OutputKeys
- encoding = string.
- ENCODINGSTYLE_URI_PROPERTY -
Static variable in interface javax.xml.rpc.Call
- Standard property for encoding Style: Encoding style specified
as a namespace URI.
- ENDPOINT_ADDRESS_PROPERTY -
Static variable in interface javax.xml.rpc.Stub
- Standard property: Target service endpoint address.
- ENVELOPE -
Static variable in class javax.mail.FetchProfile.Item
- This is the Envelope item.
- ENVELOPE_CHANGED -
Static variable in class javax.mail.event.MessageChangedEvent
- The message's envelope (headers, but not body) changed.
- EOF -
Static variable in class javax.mail.internet.HeaderTokenizer.Token
- Token type indicating end of input.
- EQ -
Static variable in class javax.mail.search.ComparisonTerm
-
- EQ -
Static variable in class javax.management.Query
- A code representing the
Query.eq(javax.management.ValueExp, javax.management.ValueExp)
query.
- EVAL_BODY_AGAIN -
Static variable in interface javax.servlet.jsp.tagext.IterationTag
- Request the reevaluation of some body.
- EVAL_BODY_BUFFERED -
Static variable in interface javax.servlet.jsp.tagext.BodyTag
- Request the creation of new buffer, a BodyContent on which to
evaluate the body of this tag.
- EVAL_BODY_INCLUDE -
Static variable in interface javax.servlet.jsp.tagext.Tag
- Evaluate body into existing out stream.
- EVAL_BODY_TAG -
Static variable in interface javax.servlet.jsp.tagext.BodyTag
- Deprecated. As of Java JSP API 1.2, use BodyTag.EVAL_BODY_BUFFERED
or IterationTag.EVAL_BODY_AGAIN.
- EVAL_PAGE -
Static variable in interface javax.servlet.jsp.tagext.Tag
- Continue evaluating the page.
- EVENT_TYPE_CREATED -
Static variable in interface javax.xml.registry.infomodel.AuditableEvent
- An event where a RegistryObject is created.
- EVENT_TYPE_DELETED -
Static variable in interface javax.xml.registry.infomodel.AuditableEvent
- An event where a RegistryObject is deleted.
- EVENT_TYPE_DEPRECATED -
Static variable in interface javax.xml.registry.infomodel.AuditableEvent
- An event where a RegistryObject is deprecated.
- EVENT_TYPE_UNDEPRECATED -
Static variable in interface javax.xml.registry.infomodel.AuditableEvent
- An event where a RegistryObject is undeprecated.
- EVENT_TYPE_UPDATED -
Static variable in interface javax.xml.registry.infomodel.AuditableEvent
- An event where a RegistryObject is updated.
- EVENT_TYPE_VERSIONED -
Static variable in interface javax.xml.registry.infomodel.AuditableEvent
- An event where a RegistryObject is versioned.
- EXACT_NAME_MATCH -
Static variable in interface javax.xml.registry.FindQualifier
-
- EXCEPTION -
Static variable in class javax.servlet.jsp.PageContext
- Name used to store uncaught exception in ServletRequest attribute
list and PageContext name table.
- EXECUTE -
Static variable in class javax.enterprise.deploy.shared.ActionType
- The DeploymentManager action command is executing.
- EXTERNAL_IDENTIFIER -
Static variable in interface javax.xml.registry.LifeCycleManager
-
- EXTERNAL_LINK -
Static variable in interface javax.xml.registry.LifeCycleManager
-
- EXTRINSIC_OBJECT -
Static variable in interface javax.xml.registry.LifeCycleManager
-
- EmailAddress - interface javax.xml.registry.infomodel.EmailAddress.
- Represents an email address.
- EnterpriseBean - interface javax.ejb.EnterpriseBean.
- The EnterpriseBean interface must be implemented by every enterprise Bean
class.
- EntityBean - interface javax.ejb.EntityBean.
- The EntityBean interface is implemented by every entity enterprise Bean
class.
- EntityBeanStats - interface javax.management.j2ee.statistics.EntityBeanStats.
- Specifies statistics provided by entity beans.
- EntityContext - interface javax.ejb.EntityContext.
- The EntityContext interface provides an instance with access to the
container-provided runtime context of an entity enterprise Bean instance.
- ErrorData - class javax.servlet.jsp.ErrorData.
- Contains information about an error, for error pages.
- ErrorData(Throwable, int, String, String) -
Constructor for class javax.servlet.jsp.ErrorData
- Creates a new ErrorData object.
- ErrorListener - interface javax.xml.transform.ErrorListener.
- To provide customized error handling, implement this interface and
use the setErrorListener method to register an instance of the implmentation
with the
Transformer
. - ExceptionListener - interface javax.jms.ExceptionListener.
- If a JMS provider detects a serious problem with a
Connection
object, it informs the Connection
object's
ExceptionListener
, if one has been registered.
- ExecutionContext - class javax.resource.spi.work.ExecutionContext.
- This class models an execution context (transaction, security, etc)
with which the
Work
instance must be executed.
- ExecutionContext() -
Constructor for class javax.resource.spi.work.ExecutionContext
-
- Expression - class javax.servlet.jsp.el.Expression.
- The abstract class for a prepared expression.
- Expression() -
Constructor for class javax.servlet.jsp.el.Expression
-
- ExpressionEvaluator - class javax.servlet.jsp.el.ExpressionEvaluator.
- The abstract base class for an expression-language evaluator.
- ExpressionEvaluator() -
Constructor for class javax.servlet.jsp.el.ExpressionEvaluator
-
- ExtensibleObject - interface javax.xml.registry.infomodel.ExtensibleObject.
- An ExtensibleObject is one that allows itself to be extended by utilizing
dynamically added Slots that add arbitrary attributes to the object on a
per instance basis.
- ExternalIdentifier - interface javax.xml.registry.infomodel.ExternalIdentifier.
- ExternalIdentifier instances provide the additional identifier information
to RegistryObjects such as DUNS number, Social Security Number, or an alias
name of the organization.
- ExternalLink - interface javax.xml.registry.infomodel.ExternalLink.
- ExternalLink instances model a named URI to content that may reside outside
the registry.
- ExtrinsicObject - interface javax.xml.registry.infomodel.ExtrinsicObject.
- ExtrinsicObjects provide metadata that describes submitted content whose
type is not intrinsically known to the registry and therefore must be
described by means of additional attributes (e.g., mime type).
- ejbActivate() -
Method in interface javax.ejb.EntityBean
- A container invokes this method when the instance
is taken out of the pool of available instances to become associated
with a specific EJB object.
- ejbActivate() -
Method in interface javax.ejb.SessionBean
- The activate method is called when the instance is activated
from its "passive" state.
- ejbLoad() -
Method in interface javax.ejb.EntityBean
- A container invokes this method to instruct the
instance to synchronize its state by loading it state from the
underlying database.
- ejbPassivate() -
Method in interface javax.ejb.EntityBean
- A container invokes this method on an instance before the instance
becomes disassociated with a specific EJB object.
- ejbPassivate() -
Method in interface javax.ejb.SessionBean
- The passivate method is called before the instance enters
the "passive" state.
- ejbRemove() -
Method in interface javax.ejb.EntityBean
- A container invokes this method before it removes the EJB object
that is currently associated with the instance.
- ejbRemove() -
Method in interface javax.ejb.MessageDrivenBean
- A container invokes this method before it ends the life of the
message-driven object.
- ejbRemove() -
Method in interface javax.ejb.SessionBean
- A container invokes this method before it ends the life of the session
object.
- ejbStore() -
Method in interface javax.ejb.EntityBean
- A container invokes this method to instruct the
instance to synchronize its state by storing it to the underlying
database.
- ejbTimeout(Timer) -
Method in interface javax.ejb.TimedObject
- Invoked by the EJB container upon timer expiration.
- elementCount -
Variable in class javax.management.monitor.Monitor
- The number of valid components in the vector of observed objects.
- enableAllObjectNames() -
Method in class javax.management.relation.MBeanServerNotificationFilter
- Enables all MBeanServerNotifications (all ObjectNames are selected).
- enableAttribute(String) -
Method in class javax.management.AttributeChangeNotificationFilter
- Enables all the attribute change notifications the attribute name of which equals
the specified name to be sent to the listener.
- enableObjectName(ObjectName) -
Method in class javax.management.relation.MBeanServerNotificationFilter
- Enables MBeanServerNotifications concerning given ObjectName.
- enableType(String) -
Method in class javax.management.NotificationFilterSupport
- Enables all the notifications the type of which starts with the specified prefix
to be sent to the listener.
- encode(OutputStream, String) -
Static method in class javax.mail.internet.MimeUtility
- Wrap an encoder around the given output stream.
- encode(OutputStream, String, String) -
Static method in class javax.mail.internet.MimeUtility
- Wrap an encoder around the given output stream.
- encodeRedirectURL(String) -
Method in interface javax.servlet.http.HttpServletResponse
- Encodes the specified URL for use in the
sendRedirect
method or, if encoding is not needed,
returns the URL unchanged.
- encodeRedirectURL(String) -
Method in class javax.servlet.http.HttpServletResponseWrapper
- The default behavior of this method is to return encodeRedirectURL(String url)
on the wrapped response object.
- encodeRedirectUrl(String) -
Method in interface javax.servlet.http.HttpServletResponse
- Deprecated. As of version 2.1, use
encodeRedirectURL(String url) instead
- encodeRedirectUrl(String) -
Method in class javax.servlet.http.HttpServletResponseWrapper
- The default behavior of this method is to return encodeRedirectUrl(String url)
on the wrapped response object.
- encodeText(String) -
Static method in class javax.mail.internet.MimeUtility
- Encode a RFC 822 "text" token into mail-safe form as per
RFC 2047.
- encodeText(String, String, String) -
Static method in class javax.mail.internet.MimeUtility
- Encode a RFC 822 "text" token into mail-safe form as per
RFC 2047.
- encodeURL(String) -
Method in interface javax.servlet.http.HttpServletResponse
- Encodes the specified URL by including the session ID in it,
or, if encoding is not needed, returns the URL unchanged.
- encodeURL(String) -
Method in class javax.servlet.http.HttpServletResponseWrapper
- The default behavior of this method is to call encodeURL(String url)
on the wrapped response object.
- encodeUrl(String) -
Method in interface javax.servlet.http.HttpServletResponse
- Deprecated. As of version 2.1, use encodeURL(String url) instead
- encodeUrl(String) -
Method in class javax.servlet.http.HttpServletResponseWrapper
- The default behavior of this method is to call encodeUrl(String url)
on the wrapped response object.
- encodeWord(String) -
Static method in class javax.mail.internet.MimeUtility
- Encode a RFC 822 "word" token into mail-safe form as per
RFC 2047.
- encodeWord(String, String, String) -
Static method in class javax.mail.internet.MimeUtility
- Encode a RFC 822 "word" token into mail-safe form as per
RFC 2047.
- encodedPersonal -
Variable in class javax.mail.internet.InternetAddress
- The RFC 2047 encoded version of the personal name.
- end(Xid, int) -
Method in interface javax.transaction.xa.XAResource
- Ends the work performed on behalf of a transaction branch.
- endpointActivation(MessageEndpointFactory, ActivationSpec) -
Method in interface javax.resource.spi.ResourceAdapter
- This is called during the activation of a message endpoint.
- endpointDeactivation(MessageEndpointFactory, ActivationSpec) -
Method in interface javax.resource.spi.ResourceAdapter
- This is called when a message endpoint is deactivated.
- enlistResource(XAResource) -
Method in interface javax.transaction.Transaction
- Enlist the resource specified with the transaction associated with the
target Transaction object.
- entries() -
Method in interface javax.enterprise.deploy.model.DeployableObject
- Returns an enumeration of the module file entries.
- entrySet() -
Method in class javax.management.openmbean.TabularDataSupport
- Returns a collection view of the index to row mappings contained in this
TabularDataSupport
instance.
- eq(ValueExp, ValueExp) -
Static method in class javax.management.Query
- Returns a query expression that represents an equality constraint on
two values.
- equals(DataFlavor) -
Method in class javax.activation.ActivationDataFlavor
- Compares the DataFlavor passed in with this DataFlavor; calls
the
isMimeTypeEqual
method.
- equals(Object) -
Method in class javax.mail.Address
- The equality operator.
- equals(Object) -
Method in class javax.mail.Flags
- Check whether the two Flags objects are equal.
- equals(Object) -
Method in class javax.mail.URLName
- Compares two URLNames.
- equals(Object) -
Method in class javax.mail.internet.InternetAddress
- The equality operator.
- equals(Object) -
Method in class javax.mail.internet.NewsAddress
- The equality operator.
- equals(Object) -
Method in class javax.mail.search.AddressStringTerm
- Equality comparison.
- equals(Object) -
Method in class javax.mail.search.AddressTerm
- Equality comparison.
- equals(Object) -
Method in class javax.mail.search.AndTerm
- Equality comparison.
- equals(Object) -
Method in class javax.mail.search.BodyTerm
- Equality comparison.
- equals(Object) -
Method in class javax.mail.search.ComparisonTerm
- Equality comparison.
- equals(Object) -
Method in class javax.mail.search.DateTerm
- Equality comparison.
- equals(Object) -
Method in class javax.mail.search.FlagTerm
- Equality comparison.
- equals(Object) -
Method in class javax.mail.search.FromStringTerm
- Equality comparison.
- equals(Object) -
Method in class javax.mail.search.FromTerm
- Equality comparison.
- equals(Object) -
Method in class javax.mail.search.HeaderTerm
- Equality comparison.
- equals(Object) -
Method in class javax.mail.search.IntegerComparisonTerm
- Equality comparison.
- equals(Object) -
Method in class javax.mail.search.MessageIDTerm
- Equality comparison.
- equals(Object) -
Method in class javax.mail.search.MessageNumberTerm
- Equality comparison.
- equals(Object) -
Method in class javax.mail.search.NotTerm
- Equality comparison.
- equals(Object) -
Method in class javax.mail.search.OrTerm
- Equality comparison.
- equals(Object) -
Method in class javax.mail.search.ReceivedDateTerm
- Equality comparison.
- equals(Object) -
Method in class javax.mail.search.RecipientStringTerm
- Equality comparison.
- equals(Object) -
Method in class javax.mail.search.RecipientTerm
- Equality comparison.
- equals(Object) -
Method in class javax.mail.search.SentDateTerm
- Equality comparison.
- equals(Object) -
Method in class javax.mail.search.SizeTerm
- Equality comparison.
- equals(Object) -
Method in class javax.mail.search.StringTerm
- Equality comparison.
- equals(Object) -
Method in class javax.mail.search.SubjectTerm
- Equality comparison.
- equals(Object) -
Method in class javax.management.Attribute
- Compares the current Attribute Object with another Attribute Object.
- equals(Object) -
Method in class javax.management.MBeanAttributeInfo
- Compare this MBeanAttributeInfo to another.
- equals(Object) -
Method in class javax.management.MBeanConstructorInfo
- Compare this MBeanConstructorInfo to another.
- equals(Object) -
Method in class javax.management.MBeanFeatureInfo
- Compare this MBeanFeatureInfo to another.
- equals(Object) -
Method in class javax.management.MBeanInfo
- Compare this MBeanInfo to another.
- equals(Object) -
Method in class javax.management.MBeanNotificationInfo
- Compare this MBeanAttributeInfo to another.
- equals(Object) -
Method in class javax.management.MBeanOperationInfo
- Compare this MBeanOperationInfo to another.
- equals(Object) -
Method in class javax.management.MBeanParameterInfo
- Compare this MBeanParameterInfo to another.
- equals(Object) -
Method in class javax.management.MBeanPermission
- Checks two MBeanPermission objects for equality.
- equals(Object) -
Method in class javax.management.MBeanServerPermission
- Checks two MBeanServerPermission objects for equality.
- equals(Object) -
Method in class javax.management.ObjectInstance
- Compares the current object instance with another object instance.
- equals(Object) -
Method in class javax.management.ObjectName
- Compares the current object name with another object name.
- equals(Object) -
Method in class javax.management.openmbean.ArrayType
- Compares the specified
obj
parameter with this ArrayType
instance for equality.
- equals(Object) -
Method in interface javax.management.openmbean.CompositeData
- Compares the specified obj parameter with this
CompositeData
instance for equality.
- equals(Object) -
Method in class javax.management.openmbean.CompositeDataSupport
- Compares the specified obj parameter with this
CompositeDataSupport
instance for equality.
- equals(Object) -
Method in class javax.management.openmbean.CompositeType
- Compares the specified
obj
parameter with this CompositeType
instance for equality.
- equals(Object) -
Method in interface javax.management.openmbean.OpenMBeanAttributeInfo
- Compares the specified obj parameter with this
OpenMBeanAttributeInfo
instance for equality.
- equals(Object) -
Method in class javax.management.openmbean.OpenMBeanAttributeInfoSupport
- Compares the specified obj parameter with this
OpenMBeanAttributeInfoSupport
instance for equality.
- equals(Object) -
Method in interface javax.management.openmbean.OpenMBeanConstructorInfo
- Compares the specified obj parameter with this
OpenMBeanConstructorInfo
instance for equality.
- equals(Object) -
Method in class javax.management.openmbean.OpenMBeanConstructorInfoSupport
- Compares the specified obj parameter with this
OpenMBeanConstructorInfoSupport
instance for equality.
- equals(Object) -
Method in interface javax.management.openmbean.OpenMBeanInfo
- Compares the specified obj parameter with this
OpenMBeanInfo
instance for equality.
- equals(Object) -
Method in class javax.management.openmbean.OpenMBeanInfoSupport
- Compares the specified obj parameter with this
OpenMBeanInfoSupport
instance for equality.
- equals(Object) -
Method in interface javax.management.openmbean.OpenMBeanOperationInfo
- Compares the specified obj parameter with this
OpenMBeanOperationInfo
instance for equality.
- equals(Object) -
Method in class javax.management.openmbean.OpenMBeanOperationInfoSupport
- Compares the specified obj parameter with this
OpenMBeanOperationInfoSupport
instance for equality.
- equals(Object) -
Method in interface javax.management.openmbean.OpenMBeanParameterInfo
- Compares the specified obj parameter with this
OpenMBeanParameterInfo
instance for equality.
- equals(Object) -
Method in class javax.management.openmbean.OpenMBeanParameterInfoSupport
- Compares the specified obj parameter with this
OpenMBeanParameterInfoSupport
instance for equality.
- equals(Object) -
Method in class javax.management.openmbean.OpenType
- Compares the specified
obj
parameter with this
open type instance for equality.
- equals(Object) -
Method in class javax.management.openmbean.SimpleType
- Compares the specified
obj
parameter with this SimpleType
instance for equality.
- equals(Object) -
Method in interface javax.management.openmbean.TabularData
- Compares the specified obj parameter with this
TabularData
instance for equality.
- equals(Object) -
Method in class javax.management.openmbean.TabularDataSupport
- Compares the specified obj parameter with this
TabularDataSupport
instance for equality.
- equals(Object) -
Method in class javax.management.openmbean.TabularType
- Compares the specified
obj
parameter with this TabularType
instance for equality.
- equals(Object) -
Method in interface javax.resource.cci.Record
- Check if this instance is equal to another Record.
- equals(Object) -
Method in interface javax.resource.spi.ConnectionRequestInfo
- Checks whether this instance is equal to another.
- equals(Object) -
Method in interface javax.resource.spi.ManagedConnectionFactory
- Check if this ManagedConnectionFactory is equal to another
ManagedConnectionFactory.
- equals(Object) -
Method in interface javax.resource.spi.security.GenericCredential
- Deprecated. Tests if this GenericCredential instance refers to the same entity
as the supplied object.
- equals(Object) -
Method in class javax.resource.spi.security.PasswordCredential
- Compares this PasswordCredential with the specified object for
equality.
- equals(Object) -
Method in class javax.security.jacc.EJBMethodPermission
- Checks two EJBMethodPermission objects for equality.
- equals(Object) -
Method in class javax.security.jacc.EJBRoleRefPermission
- Checks two EJBRoleRefPermission objects for equality.
- equals(Object) -
Method in class javax.security.jacc.WebResourcePermission
- Checks two WebResourcePermission objects for equality.
- equals(Object) -
Method in class javax.security.jacc.WebRoleRefPermission
- Checks two WebRoleRefPermission objects for equality.
- equals(Object) -
Method in class javax.security.jacc.WebUserDataPermission
- Checks two WebUserDataPermission objects for equality.
- equals(Object) -
Method in class javax.xml.namespace.QName
- Test this
QName
for equality with another
Object
.
- error(TransformerException) -
Method in interface javax.xml.transform.ErrorListener
- Receive notification of a recoverable error.
- errorCode -
Variable in class javax.transaction.SystemException
- The error code with which to create the SystemException.
- errorCode -
Variable in class javax.transaction.xa.XAException
- The error code with which to create the SystemException.
- evaluate(VariableResolver) -
Method in class javax.servlet.jsp.el.Expression
- Evaluates an expression that was previously prepared.
- evaluate(String, Class, VariableResolver, FunctionMapper) -
Method in class javax.servlet.jsp.el.ExpressionEvaluator
- Evaluates an expression.
- examineAllHeaderElements() -
Method in interface javax.xml.soap.SOAPHeader
- Returns an
Iterator
over all the SOAPHeaderElement
objects
in this SOAPHeader
object.
- examineHeaderElements(String) -
Method in interface javax.xml.soap.SOAPHeader
- Returns an
Iterator
over all the SOAPHeaderElement
objects
in this SOAPHeader
object
that have the specified actor.
- examineMustUnderstandHeaderElements(String) -
Method in interface javax.xml.soap.SOAPHeader
- Returns an
Iterator
over all the SOAPHeaderElement
objects
in this SOAPHeader
object
that have the specified actor and that have a MustUnderstand attribute
whose value is equivalent to true
.
- execute() -
Method in interface javax.enterprise.deploy.spi.status.ClientConfiguration
- This method performs an exec and starts the
application client running in another process.
- execute(InteractionSpec, Record, Record) -
Method in interface javax.resource.cci.Interaction
- Executes an interaction represented by the InteractionSpec.
- execute(InteractionSpec, Record) -
Method in interface javax.resource.cci.Interaction
- Executes an interaction represented by the InteractionSpec.
- executeQuery(Query) -
Method in interface javax.xml.registry.DeclarativeQueryManager
- Executes a query as specified by query parameter.
- exists() -
Method in class javax.mail.Folder
- Tests if this folder physically exists on the Store.
- expunge() -
Method in class javax.mail.Folder
- Expunge (permanently remove) messages marked DELETED.
- expunged -
Variable in class javax.mail.Message
- True if this message has been expunged.
- extractAllHeaderElements() -
Method in interface javax.xml.soap.SOAPHeader
- Returns an
Iterator
over all the SOAPHeaderElement
objects
in this SOAPHeader
object and detaches them
from this SOAPHeader
object.
- extractHeaderElements(String) -
Method in interface javax.xml.soap.SOAPHeader
- Returns an
Iterator
over all the SOAPHeaderElement
objects
in this SOAPHeader
object
that have the specified actor and detaches them
from this SOAPHeader
object.
F
- FAILED -
Static variable in class javax.enterprise.deploy.shared.StateType
- The action operation has failed.
- FEATURE -
Static variable in class javax.xml.transform.dom.DOMResult
- If
TransformerFactory.getFeature(java.lang.String)
returns true when passed this value as an argument,
the Transformer supports Result output of this type.
- FEATURE -
Static variable in class javax.xml.transform.dom.DOMSource
- If
TransformerFactory.getFeature(java.lang.String)
returns true when passed this value as an argument,
the Transformer supports Source input of this type.
- FEATURE -
Static variable in class javax.xml.transform.sax.SAXResult
- If
TransformerFactory.getFeature(java.lang.String)
returns true when passed this value as an argument,
the Transformer supports Result output of this type.
- FEATURE -
Static variable in class javax.xml.transform.sax.SAXSource
- If
TransformerFactory.getFeature(java.lang.String)
returns true when passed this value as an argument,
the Transformer supports Source input of this type.
- FEATURE -
Static variable in class javax.xml.transform.sax.SAXTransformerFactory
- If
TransformerFactory.getFeature(java.lang.String)
returns true when passed this value as an argument,
the TransformerFactory returned from
TransformerFactory.newInstance()
may
be safely cast to a SAXTransformerFactory.
- FEATURE -
Static variable in class javax.xml.transform.stream.StreamResult
- If
TransformerFactory.getFeature(java.lang.String)
returns true when passed this value as an argument,
the Transformer supports Result output of this type.
- FEATURE -
Static variable in class javax.xml.transform.stream.StreamSource
- If
TransformerFactory.getFeature(java.lang.String)
returns true when passed this value as an argument,
the Transformer supports Source input of this type.
- FEATURE_XMLFILTER -
Static variable in class javax.xml.transform.sax.SAXTransformerFactory
- If
TransformerFactory.getFeature(java.lang.String)
returns true when passed this value as an argument,
the SAXTransformerFactory.newXMLFilter(Source src)
and SAXTransformerFactory.newXMLFilter(Templates templates)
methods are supported.
- FLAGGED -
Static variable in class javax.mail.Flags.Flag
- This message is flagged.
- FLAGS -
Static variable in class javax.mail.FetchProfile.Item
- This is the Flags item.
- FLAGS_CHANGED -
Static variable in class javax.mail.event.MessageChangedEvent
- The message's flags changed.
- FLOAT -
Static variable in class javax.management.openmbean.SimpleType
- The
SimpleType
instance describing values whose
Java class name is java.lang.Float
.
- FORM_AUTH -
Static variable in interface javax.servlet.http.HttpServletRequest
- String identifier for Form authentication.
- FactoryConfigurationError - error javax.xml.parsers.FactoryConfigurationError.
- Thrown when a problem with configuration with the Parser Factories
exists.
- FactoryConfigurationError() -
Constructor for class javax.xml.parsers.FactoryConfigurationError
- Create a new
FactoryConfigurationError
with no
detail mesage.
- FactoryConfigurationError(String) -
Constructor for class javax.xml.parsers.FactoryConfigurationError
- Create a new
FactoryConfigurationError
with
the String
specified as an error message.
- FactoryConfigurationError(Exception) -
Constructor for class javax.xml.parsers.FactoryConfigurationError
- Create a new
FactoryConfigurationError
with a
given Exception
base cause of the error.
- FactoryConfigurationError(Exception, String) -
Constructor for class javax.xml.parsers.FactoryConfigurationError
- Create a new
FactoryConfigurationError
with the
given Exception
base cause and detail message.
- FederatedConnection - interface javax.xml.registry.FederatedConnection.
- Represents a single logical connection to a federation or group of
registry providers.
- FetchProfile - class javax.mail.FetchProfile.
- Clients use a FetchProfile to list the Message attributes that
it wishes to prefetch from the server for a range of messages.
- FetchProfile() -
Constructor for class javax.mail.FetchProfile
- Create an empty FetchProfile.
- FetchProfile.Item - class javax.mail.FetchProfile.Item.
- This inner class is the base class of all items that
can be requested in a FetchProfile.
- FetchProfile.Item(String) -
Constructor for class javax.mail.FetchProfile.Item
- Constructor for an item.
- FileDataSource - class javax.activation.FileDataSource.
- The FileDataSource class implements a simple DataSource object
that encapsulates a file.
- FileDataSource(File) -
Constructor for class javax.activation.FileDataSource
- Creates a FileDataSource from a File object.
- FileDataSource(String) -
Constructor for class javax.activation.FileDataSource
- Creates a FileDataSource from
the specified path name.
- FileTypeMap - class javax.activation.FileTypeMap.
- The FileTypeMap is an abstract class that provides a data typing
interface for files.
- FileTypeMap() -
Constructor for class javax.activation.FileTypeMap
- The default constructor.
- Filter - interface javax.servlet.Filter.
- A filter is an object that performs filtering tasks on either the request to a resource (a servlet or static content), or on the response from a resource, or both.
- FilterChain - interface javax.servlet.FilterChain.
- A FilterChain is an object provided by the servlet container to the developer
giving a view into the invocation chain of a filtered request for a resource.
- FilterConfig - interface javax.servlet.FilterConfig.
- A filter configuration object used by a servlet container
to pass information to a filter during initialization.
- FindException - exception javax.xml.registry.FindException.
- A RegistryException that occurs during a find action.
- FindException() -
Constructor for class javax.xml.registry.FindException
- Constructs a
JAXRException
object with no
reason or embedded Throwable.
- FindException(String) -
Constructor for class javax.xml.registry.FindException
- Constructs a
JAXRException
object with the given
String
as the reason for the exception being thrown.
- FindException(String, Throwable) -
Constructor for class javax.xml.registry.FindException
- Constructs a
JAXRException
object with the given
String
as the reason for the exception being thrown
and the given Throwable
object as an embedded
Throwable.
- FindException(Throwable) -
Constructor for class javax.xml.registry.FindException
- Constructs a
JAXRException
object initialized
with the given Throwable
object.
- FindQualifier - interface javax.xml.registry.FindQualifier.
- FindQualifier provides various constants
that identify options that effect find method behavior.
- FinderException - exception javax.ejb.FinderException.
- The FinderException exception must be included in the throws clause
of every findMETHOD(...) method of an entity Bean's home interface.
- FinderException() -
Constructor for class javax.ejb.FinderException
- Constructs an FinderException with no detail message.
- FinderException(String) -
Constructor for class javax.ejb.FinderException
- Constructs an FinderException with the specified
detail message.
- FlagTerm - class javax.mail.search.FlagTerm.
- This class implements comparisons for Message Flags.
- FlagTerm(Flags, boolean) -
Constructor for class javax.mail.search.FlagTerm
- Constructor.
- Flags - class javax.mail.Flags.
- The Flags class represents the set of flags on a Message.
- Flags() -
Constructor for class javax.mail.Flags
- Construct an empty Flags object.
- Flags(Flags) -
Constructor for class javax.mail.Flags
- Construct a Flags object initialized with the given flags.
- Flags(Flags.Flag) -
Constructor for class javax.mail.Flags
- Construct a Flags object initialized with the given system flag.
- Flags(String) -
Constructor for class javax.mail.Flags
- Construct a Flags object initialized with the given user flag.
- Flags.Flag - class javax.mail.Flags.Flag.
- This inner class represents an individual system flag.
- FloatHolder - class javax.xml.rpc.holders.FloatHolder.
-
- FloatHolder() -
Constructor for class javax.xml.rpc.holders.FloatHolder
-
- FloatHolder(float) -
Constructor for class javax.xml.rpc.holders.FloatHolder
-
- FloatWrapperHolder - class javax.xml.rpc.holders.FloatWrapperHolder.
-
- FloatWrapperHolder() -
Constructor for class javax.xml.rpc.holders.FloatWrapperHolder
-
- FloatWrapperHolder(Float) -
Constructor for class javax.xml.rpc.holders.FloatWrapperHolder
-
- Folder - class javax.mail.Folder.
- Folder is an abstract class that represents a folder for mail
messages.
- Folder(Store) -
Constructor for class javax.mail.Folder
- Constructor that takes a Store object.
- FolderAdapter - class javax.mail.event.FolderAdapter.
- The adapter which receives Folder events.
- FolderAdapter() -
Constructor for class javax.mail.event.FolderAdapter
-
- FolderClosedException - exception javax.mail.FolderClosedException.
- This exception is thrown when a method is invoked on a Messaging object
and the Folder that owns that object has died due to some reason.
- FolderClosedException(Folder) -
Constructor for class javax.mail.FolderClosedException
- Constructor
- FolderClosedException(Folder, String) -
Constructor for class javax.mail.FolderClosedException
- Constructor
- FolderEvent - class javax.mail.event.FolderEvent.
- This class models Folder existence events.
- FolderEvent(Object, Folder, int) -
Constructor for class javax.mail.event.FolderEvent
- Constructor.
- FolderEvent(Object, Folder, Folder, int) -
Constructor for class javax.mail.event.FolderEvent
- Constructor.
- FolderListener - interface javax.mail.event.FolderListener.
- This is the Listener interface for Folder events.
- FolderNotFoundException - exception javax.mail.FolderNotFoundException.
- This exception is thrown by Folder methods, when those
methods are invoked on a non existent folder.
- FolderNotFoundException() -
Constructor for class javax.mail.FolderNotFoundException
- Constructs a MessagingException with no detail message.
- FolderNotFoundException(Folder) -
Constructor for class javax.mail.FolderNotFoundException
- Constructs a MessagingException with the specified folder.
- FolderNotFoundException(Folder, String) -
Constructor for class javax.mail.FolderNotFoundException
- Constructs a MessagingException with the specified folder and
the specified detail message.
- FolderNotFoundException(String, Folder) -
Constructor for class javax.mail.FolderNotFoundException
- Constructs a MessagingException with the specified detail message
and the specified folder.
- FromStringTerm - class javax.mail.search.FromStringTerm.
- This class implements string comparisons for the From Address
header.
- FromStringTerm(String) -
Constructor for class javax.mail.search.FromStringTerm
- Constructor.
- FromTerm - class javax.mail.search.FromTerm.
- This class implements comparisons for the From Address header.
- FromTerm(Address) -
Constructor for class javax.mail.search.FromTerm
- Constructor
- FunctionInfo - class javax.servlet.jsp.tagext.FunctionInfo.
- Information for a function in a Tag Library.
- FunctionInfo(String, String, String) -
Constructor for class javax.servlet.jsp.tagext.FunctionInfo
- Constructor for FunctionInfo.
- FunctionMapper - interface javax.servlet.jsp.el.FunctionMapper.
- The interface to a map between EL function names and methods.
- fatalError(TransformerException) -
Method in interface javax.xml.transform.ErrorListener
- Receive notification of a non-recoverable error.
- fetch(Message[], FetchProfile) -
Method in class javax.mail.Folder
- Prefetch the items specified in the FetchProfile for the
given Messages.
- finalSubString(AttributeValueExp, StringValueExp) -
Static method in class javax.management.Query
- Returns a query expression that represents a matching constraint on
a string argument.
- finalize() -
Method in class javax.mail.Folder
-
- finalize() -
Method in class javax.mail.Service
- Stop the event dispatcher thread so the queue can be garbage collected.
- findAncestorWithClass(JspTag, Class) -
Static method in class javax.servlet.jsp.tagext.SimpleTagSupport
- Find the instance of a given class type that is closest to a given
instance.
- findAncestorWithClass(Tag, Class) -
Static method in class javax.servlet.jsp.tagext.TagSupport
- Find the instance of a given class type that is closest to a given
instance.
- findAssociatedMBeans(ObjectName, String, String) -
Method in class javax.management.relation.RelationService
- Retrieves the MBeans associated to given one in a relation.
- findAssociatedMBeans(ObjectName, String, String) -
Method in interface javax.management.relation.RelationServiceMBean
- Retrieves the MBeans associated to given one in a relation.
- findAssociations(Collection, String, String, Collection) -
Method in interface javax.xml.registry.BusinessQueryManager
- Finds all Association objects that match all of the criteria specified by the parameters of this call.
- findAttribute(String) -
Method in class javax.servlet.jsp.JspContext
- Searches for the named attribute in page, request, session (if valid),
and application scope(s) in order and returns the value associated or
null.
- findCallerAssociations(Collection, Boolean, Boolean, Collection) -
Method in interface javax.xml.registry.BusinessQueryManager
- Finds all Association objects owned by the caller that match all of the criteria specified by the parameters of this call.
- findClass(String) -
Method in class javax.management.loading.MLet
- This is the main method for class loaders that is being redefined.
- findClassificationSchemeByName(Collection, String) -
Method in interface javax.xml.registry.BusinessQueryManager
- Finds a ClassificationScheme by name based on the specified find
qualifiers and name pattern.
- findClassificationSchemes(Collection, Collection, Collection, Collection) -
Method in interface javax.xml.registry.BusinessQueryManager
- Finds all ClassificationScheme objects that match all of the criteria specified by the parameters of this call.
- findConceptByPath(String) -
Method in interface javax.xml.registry.BusinessQueryManager
- Finds a Concept based on the path specified.
- findConcepts(Collection, Collection, Collection, Collection, Collection) -
Method in interface javax.xml.registry.BusinessQueryManager
- Finds all Concept objects that match all of the criteria specified by the parameters of this call.
- findLibrary(String) -
Method in class javax.management.loading.MLet
- Returns the absolute path name of a native library.
- findMBeanServer(String) -
Static method in class javax.management.MBeanServerFactory
- Return a list of registered MBeanServer objects.
- findOrganizations(Collection, Collection, Collection, Collection, Collection, Collection) -
Method in interface javax.xml.registry.BusinessQueryManager
- Finds all Organization objects that match all of the criteria specified by the parameters of this call.
- findReferencingRelations(ObjectName, String, String) -
Method in class javax.management.relation.RelationService
- Retrieves the relations where a given MBean is referenced.
- findReferencingRelations(ObjectName, String, String) -
Method in interface javax.management.relation.RelationServiceMBean
- Retrieves the relations where a given MBean is referenced.
- findRegistryPackages(Collection, Collection, Collection, Collection) -
Method in interface javax.xml.registry.BusinessQueryManager
- Finds all RegistryPackage objects that match all of the criteria specified by the parameters of this call.
- findRelationsOfType(String) -
Method in class javax.management.relation.RelationService
- Returns the relation ids for relations of the given type.
- findRelationsOfType(String) -
Method in interface javax.management.relation.RelationServiceMBean
- Returns the relation ids for relations of the given type.
- findServiceBindings(Key, Collection, Collection, Collection) -
Method in interface javax.xml.registry.BusinessQueryManager
- Finds all ServiceBinding objects that match all of the criteria specified by the parameters of this call.
- findServices(Key, Collection, Collection, Collection, Collection) -
Method in interface javax.xml.registry.BusinessQueryManager
- Finds all Service objects that match all of the criteria specified by the parameters of this call.
- fireXpathEvent(XpathEvent) -
Method in interface javax.enterprise.deploy.model.XpathListener
-
- flags -
Variable in class javax.mail.internet.MimeMessage
- The Flags for this message.
- flags -
Variable in class javax.mail.search.FlagTerm
- Flags object containing the flags to test.
- flush() -
Method in class javax.servlet.jsp.JspWriter
- Flush the stream.
- flush() -
Method in class javax.servlet.jsp.tagext.BodyContent
- Redefined flush() so it is not legal.
- flushBuffer() -
Method in interface javax.servlet.ServletResponse
- Forces any content in the buffer to be written to the client.
- flushBuffer() -
Method in class javax.servlet.ServletResponseWrapper
- The default behavior of this method is to call flushBuffer()
on the wrapped response object.
- folder -
Variable in class javax.mail.Message
- The containing folder, if this message is obtained from a folder
- folder -
Variable in class javax.mail.event.FolderEvent
- The folder the event occurred on.
- folderCreated(FolderEvent) -
Method in class javax.mail.event.FolderAdapter
-
- folderCreated(FolderEvent) -
Method in interface javax.mail.event.FolderListener
- Invoked when a Folder is created.
- folderDeleted(FolderEvent) -
Method in class javax.mail.event.FolderAdapter
-
- folderDeleted(FolderEvent) -
Method in interface javax.mail.event.FolderListener
- Invoked when a folder is deleted.
- folderRenamed(FolderEvent) -
Method in class javax.mail.event.FolderAdapter
-
- folderRenamed(FolderEvent) -
Method in interface javax.mail.event.FolderListener
- Invoked when a folder is renamed.
- forget(Xid) -
Method in interface javax.resource.spi.XATerminator
- Tells the resource manager to forget about a heuristically
completed transaction branch.
- forget(Xid) -
Method in interface javax.transaction.xa.XAResource
- Tells the resource manager to forget about a heuristically
completed transaction branch.
- format(Date, StringBuffer, FieldPosition) -
Method in class javax.mail.internet.MailDateFormat
- Formats the given date in the format specified by
draft-ietf-drums-msg-fmt-08 in the current TimeZone.
- forward(ServletRequest, ServletResponse) -
Method in interface javax.servlet.RequestDispatcher
- Forwards a request from
a servlet to another resource (servlet, JSP file, or
HTML file) on the server.
- forward(String) -
Method in class javax.servlet.jsp.PageContext
-
This method is used to re-direct, or "forward" the current
ServletRequest and ServletResponse to another active component in
the application.
- fullURL -
Variable in class javax.mail.URLName
- The full version of the URL
- functions -
Variable in class javax.servlet.jsp.tagext.TagLibraryInfo
- An array describing the functions that are defined in this tag library.
G
- GE -
Static variable in class javax.mail.search.ComparisonTerm
-
- GE -
Static variable in class javax.management.Query
- A code representing the
Query.geq(javax.management.ValueExp, javax.management.ValueExp)
query.
- GT -
Static variable in class javax.mail.search.ComparisonTerm
-
- GT -
Static variable in class javax.management.Query
- A code representing the
Query.gt(javax.management.ValueExp, javax.management.ValueExp)
query.
- GaugeMonitor - class javax.management.monitor.GaugeMonitor.
- 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 javax.management.monitor.GaugeMonitorMBean.
- Exposes the remote management interface of the gauge monitor MBean.
- GenericCredential - interface javax.resource.spi.security.GenericCredential.
- Deprecated. The preferred way to represent generic credential information
is via the
org.ietf.jgss.GSSCredential
interface in
J2SE Version 1.4, which provides similar functionality. - GenericHandler - class javax.xml.rpc.handler.GenericHandler.
- The
javax.xml.rpc.handler.GenericHandler
class
implements the Handler
interface. - GenericHandler() -
Constructor for class javax.xml.rpc.handler.GenericHandler
- Default constructor
- GenericServlet - class javax.servlet.GenericServlet.
- Defines a generic, protocol-independent
servlet.
- GenericServlet() -
Constructor for class javax.servlet.GenericServlet
- Does nothing.
- 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.
- get(String) -
Method in class javax.activation.MimeTypeParameterList
- Retrieve the value associated with the given name, or null if there
is no current association.
- get(String) -
Method in class javax.mail.internet.ParameterList
- Returns the value of the specified parameter.
- 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.
- getAccessURI() -
Method in interface javax.xml.registry.infomodel.ServiceBinding
- Gets the URI that gives access to the service via this binding.
- getAcknowledgeMode() -
Method in interface javax.jms.Session
- Returns the acknowledgement mode of the session.
- getAction() -
Method in interface javax.enterprise.deploy.spi.status.DeploymentStatus
- Retrieve the deployment ActionType for this event.
- getActionType(int) -
Static method in class javax.enterprise.deploy.shared.ActionType
- Return an object of the specified value.
- getActions() -
Method in class javax.management.MBeanPermission
- Returns the "canonical string representation" of the actions.
- getActions() -
Method in class javax.security.jacc.EJBMethodPermission
- Returns a String containing a canonical representation of the actions
of this EJBMethodPermission.
- getActions() -
Method in class javax.security.jacc.EJBRoleRefPermission
- Returns a canonical String representation of the actions of this
EJBRoleRefPermission.
- getActions() -
Method in class javax.security.jacc.WebResourcePermission
- Returns a canonical String representation of the actions of this
WebResourcePermission.
- getActions() -
Method in class javax.security.jacc.WebRoleRefPermission
- Returns a canonical String representation of the actions of this
WebRoleRefPermission.
- getActions() -
Method in class javax.security.jacc.WebUserDataPermission
- Returns a canonical String representation of the actions of this
WebUserDataPermission.
- getActiveCount() -
Method in interface javax.management.j2ee.statistics.JTAStats
- Number of active transactions.
- getActor() -
Method in interface javax.xml.soap.SOAPHeaderElement
- Returns the uri of the actor associated with this
SOAPHeaderElement
object.
- getAdaptee() -
Method in class javax.servlet.jsp.tagext.TagAdapter
- Gets the tag that is being adapted to the Tag interface.
- getAdapterName() -
Method in interface javax.resource.cci.ResourceAdapterMetaData
- Gets a tool displayable name of the resource adapter.
- getAdapterShortDescription() -
Method in interface javax.resource.cci.ResourceAdapterMetaData
- Gets a tool displayable short desription of the resource
adapter.
- getAdapterVendorName() -
Method in interface javax.resource.cci.ResourceAdapterMetaData
- Gets the name of the vendor that has provided the resource
adapter.
- getAdapterVersion() -
Method in interface javax.resource.cci.ResourceAdapterMetaData
- Gets the version of the resource adapter.
- getAddress() -
Method in class javax.mail.internet.InternetAddress
- Get the email address.
- getAddress() -
Method in class javax.mail.search.AddressTerm
- Return the address to match with.
- getAddress() -
Method in interface javax.xml.registry.infomodel.EmailAddress
- Returns the email address for this object.
- getAll(String[]) -
Method in interface javax.management.openmbean.CompositeData
- Returns an array of the values of the items whose names are specified by keys, in the same order as keys.
- getAll(String[]) -
Method in class javax.management.openmbean.CompositeDataSupport
- Returns an array of the values of the items whose names are specified by keys, in the same order as keys.
- getAllAttributes() -
Method in interface javax.xml.soap.SOAPElement
- Returns an
Iterator
over all of the attribute
Name
objects in this
SOAPElement
object.
- getAllCommands(String) -
Method in class javax.activation.CommandMap
- Get all the available commands for this type.
- getAllCommands() -
Method in class javax.activation.DataHandler
- Return all the commands for this type of data.
- getAllCommands(String) -
Method in class javax.activation.MailcapCommandMap
- Get all the available commands in all mailcap files known to
this instance of MailcapCommandMap for this MIME type.
- getAllHeaderLines() -
Method in class javax.mail.internet.InternetHeaders
- Return all the header lines as an Enumeration of Strings.
- getAllHeaderLines() -
Method in class javax.mail.internet.MimeBodyPart
- Get all header lines as an Enumeration of Strings.
- getAllHeaderLines() -
Method in class javax.mail.internet.MimeMessage
- Get all header lines as an Enumeration of Strings.
- getAllHeaderLines() -
Method in interface javax.mail.internet.MimePart
- Get all header lines as an Enumeration of Strings.
- getAllHeaders() -
Method in interface javax.mail.Part
- Return all the headers from this part as an Enumeration of
Header objects.
- getAllHeaders() -
Method in class javax.mail.internet.InternetHeaders
- Return all the headers as an Enumeration of
Header
objects.
- getAllHeaders() -
Method in class javax.mail.internet.MimeBodyPart
- Return all the headers from this Message as an Enumeration of
Header objects.
- getAllHeaders() -
Method in class javax.mail.internet.MimeMessage
- Return all the headers from this Message as an enumeration
of Header objects.
- getAllHeaders() -
Method in class javax.xml.soap.MimeHeaders
- Returns all the
MimeHeader
s in this MimeHeaders
object.
- getAllMimeHeaders() -
Method in class javax.xml.soap.AttachmentPart
- Retrieves all the headers for this
AttachmentPart
object
as an iterator over the MimeHeader
objects.
- getAllMimeHeaders() -
Method in class javax.xml.soap.SOAPPart
- Retrieves all the headers for this
SOAPPart
object
as an iterator over the MimeHeader
objects.
- getAllNotificationIDs() -
Method in class javax.management.timer.Timer
- Gets all timer notification identifiers registered into the list of notifications.
- getAllNotificationIDs() -
Method in interface javax.management.timer.TimerMBean
- Gets all timer notification identifiers registered into the list of notifications.
- getAllRecipients() -
Method in class javax.mail.Message
- Get all the recipient addresses for the message.
- getAllRecipients() -
Method in class javax.mail.internet.MimeMessage
- Get all the recipient addresses for the message.
- getAllRelationIds() -
Method in class javax.management.relation.RelationService
- Returns all the relation ids for all the relations handled by the
Relation Service.
- getAllRelationIds() -
Method in interface javax.management.relation.RelationServiceMBean
- Returns all the relation ids for all the relations handled by the
Relation Service.
- getAllRelationTypeNames() -
Method in class javax.management.relation.RelationService
- Retrieves names of all known relation types.
- getAllRelationTypeNames() -
Method in interface javax.management.relation.RelationServiceMBean
- Retrieves names of all known relation types.
- getAllRoles() -
Method in interface javax.management.relation.Relation
- Returns all roles present in the relation.
- getAllRoles(String) -
Method in class javax.management.relation.RelationService
- Returns all roles present in the relation.
- getAllRoles(String) -
Method in interface javax.management.relation.RelationServiceMBean
- Returns all roles present in the relation.
- getAllRoles() -
Method in class javax.management.relation.RelationSupport
- Returns all roles present in the relation.
- getAreaCode() -
Method in interface javax.xml.registry.infomodel.TelephoneNumber
- Gets the area code.
- getAssociatedObjects() -
Method in interface javax.xml.registry.infomodel.RegistryObject
- Returns the collection of RegistryObject instances associated with this object.
- getAssociatedStylesheet(Source, String, String, String) -
Method in class javax.xml.transform.TransformerFactory
- Get the stylesheet specification(s) associated
via the xml-stylesheet processing instruction (see
http://www.w3.org/TR/xml-stylesheet/) with the document
document specified in the source parameter, and that match
the given criteria.
- getAssociationType() -
Method in interface javax.xml.registry.infomodel.Association
- Gets the association type for this Association.
- getAssociations() -
Method in interface javax.xml.registry.infomodel.RegistryObject
- Gets all Associations where this object is source.
- getAttachments() -
Method in class javax.xml.soap.SOAPMessage
- Retrieves all the
AttachmentPart
objects that are part of
this SOAPMessage
object.
- getAttachments(MimeHeaders) -
Method in class javax.xml.soap.SOAPMessage
- Retrieves all the
AttachmentPart
objects that have header
entries that match the specified headers.
- getAttribute(ObjectName) -
Method in class javax.management.AttributeValueExp
- Return the value of the given attribute in the named MBean.
- getAttribute(String) -
Method in interface javax.management.DynamicMBean
- Obtain the value of a specific attribute of the Dynamic MBean.
- getAttribute(ObjectName, String) -
Method in interface javax.management.MBeanServer
- Gets the value of a specific attribute of a named MBean.
- getAttribute(ObjectName, String) -
Method in interface javax.management.MBeanServerConnection
- Gets the value of a specific attribute of a named MBean.
- getAttribute(String) -
Method in class javax.management.StandardMBean
-
- getAttribute(ObjectName, String) -
Method in interface javax.management.j2ee.Management
- Gets the value of a specific attribute of a named managed object.
- getAttribute(String) -
Method in interface javax.management.modelmbean.ModelMBeanInfo
- Returns a ModelMBeanAttributeInfo requested by name.
- getAttribute(String) -
Method in class javax.management.modelmbean.ModelMBeanInfoSupport
-
- getAttribute(String) -
Method in class javax.management.modelmbean.RequiredModelMBean
- Returns the value of a specific attribute defined for this
ModelMBean.
- getAttribute(String) -
Method in interface javax.servlet.ServletContext
- Returns the servlet container attribute with the given name,
or
null
if there is no attribute by that name.
- getAttribute(String) -
Method in interface javax.servlet.ServletRequest
- Returns the value of the named attribute as an
Object
,
or null
if no attribute of the given name exists.
- getAttribute(String) -
Method in class javax.servlet.ServletRequestWrapper
- The default behavior of this method is to call getAttribute(String name)
on the wrapped request object.
- getAttribute(String) -
Method in interface javax.servlet.http.HttpSession
- Returns the object bound with the specified name in this session, or
null
if no object is bound under the name.
- getAttribute(String) -
Method in class javax.servlet.jsp.JspContext
- Returns the object associated with the name in the page scope or null
if not found.
- getAttribute(String, int) -
Method in class javax.servlet.jsp.JspContext
- Return the object associated with the name in the specified
scope or null if not found.
- getAttribute(String) -
Method in class javax.servlet.jsp.tagext.TagData
- The value of the attribute.
- getAttribute(String) -
Method in class javax.xml.parsers.DocumentBuilderFactory
- Allows the user to retrieve specific attributes on the underlying
implementation.
- getAttribute(String) -
Method in class javax.xml.transform.TransformerFactory
- Allows the user to retrieve specific attributes on the underlying
implementation.
- getAttributeName() -
Method in class javax.management.AttributeChangeNotification
- Gets the name of the attribute which has changed.
- getAttributeName() -
Method in class javax.management.AttributeValueExp
- Returns a string representation of the name of the attribute.
- getAttributeNames() -
Method in interface javax.enterprise.deploy.model.DDBean
- Returns the list of attribute names associated with the XML element.
- getAttributeNames() -
Method in interface javax.servlet.ServletContext
- Returns an
Enumeration
containing the
attribute names available
within this servlet context.
- getAttributeNames() -
Method in interface javax.servlet.ServletRequest
- Returns an
Enumeration
containing the
names of the attributes available to this request.
- getAttributeNames() -
Method in class javax.servlet.ServletRequestWrapper
- The default behavior of this method is to return getAttributeNames()
on the wrapped request object.
- getAttributeNames() -
Method in interface javax.servlet.http.HttpSession
- Returns an
Enumeration
of String
objects
containing the names of all the objects bound to this session.
- getAttributeNamesInScope(int) -
Method in class javax.servlet.jsp.JspContext
- Enumerate all the attributes in a given scope.
- getAttributeString(String) -
Method in class javax.servlet.jsp.tagext.TagData
- Get the value for a given attribute.
- getAttributeType() -
Method in class javax.management.AttributeChangeNotification
- Gets the type of the attribute which has changed.
- getAttributeValue(String) -
Method in interface javax.enterprise.deploy.model.DDBean
- Returns the string value of the named attribute.
- getAttributeValue(Name) -
Method in interface javax.xml.soap.SOAPElement
- Returns the value of the attribute with the specified name.
- getAttributes(String[]) -
Method in interface javax.management.DynamicMBean
- Get the values of several attributes of the Dynamic MBean.
- getAttributes() -
Method in class javax.management.MBeanInfo
- Returns the list of attributes exposed for management.
- getAttributes(ObjectName, String[]) -
Method in interface javax.management.MBeanServer
- Gets the values of several attributes of a named MBean.
- getAttributes(ObjectName, String[]) -
Method in interface javax.management.MBeanServerConnection
- Enables the values of several attributes of a named MBean.
- getAttributes(String[]) -
Method in class javax.management.StandardMBean
-
- getAttributes(ObjectName, String[]) -
Method in interface javax.management.j2ee.Management
- Enables the values of several attributes of a named managed object.
- getAttributes() -
Method in interface javax.management.modelmbean.ModelMBeanInfo
- Returns the list of attributes exposed for management.
- getAttributes(String[]) -
Method in class javax.management.modelmbean.RequiredModelMBean
- Returns the values of several attributes in the ModelMBean.
- getAttributes() -
Method in interface javax.management.openmbean.OpenMBeanInfo
- Returns an array of OpenMBeanAttributeInfo instances
describing each attribute in the open MBean described by this
OpenMBeanInfo instance.
- getAttributes() -
Method in class javax.servlet.jsp.tagext.TagData
- Enumerates the attributes.
- getAttributes() -
Method in class javax.servlet.jsp.tagext.TagInfo
- Attribute information (in the TLD) on this tag.
- getAttributesScope(String) -
Method in class javax.servlet.jsp.JspContext
- Get the scope where a given attribute is defined.
- getAuditTrail() -
Method in interface javax.xml.registry.infomodel.RegistryObject
- Returns the complete audit trail of all requests that effected a state change in this object as an ordered Collection
of AuditableEvent objects.
- getAuthType() -
Method in interface javax.servlet.http.HttpServletRequest
- Returns the name of the authentication scheme used to protect
the servlet.
- getAuthType() -
Method in class javax.servlet.http.HttpServletRequestWrapper
- The default behavior of this method is to return getAuthType()
on the wrapped request object.
- getAvailableModules(ModuleType, Target[]) -
Method in interface javax.enterprise.deploy.spi.DeploymentManager
- Retrieve the list of all J2EE application modules running
or not running on the identified targets.
- getBaseType() -
Method in class javax.activation.MimeType
- Return a String representation of this object
without the parameter list.
- getBaseType() -
Method in class javax.mail.internet.ContentType
- Return the MIME type string, without the parameters.
- getBean(CommandInfo) -
Method in class javax.activation.DataHandler
- A convenience method that takes a CommandInfo object
and instantiates the corresponding command, usually
a JavaBean component.
- getBean() -
Method in class javax.enterprise.deploy.model.XpathEvent
- The bean being added/removed/changed.
- getBody() -
Method in interface javax.xml.soap.SOAPEnvelope
- Returns the
SOAPBody
object associated with this
SOAPEnvelope
object.
- getBodyContent() -
Method in class javax.servlet.jsp.tagext.BodyTagSupport
- Get current bodyContent.
- getBodyContent() -
Method in class javax.servlet.jsp.tagext.TagInfo
- The bodycontent information for this tag.
- getBodyLength() -
Method in interface javax.jms.BytesMessage
- Gets the number of bytes of the message body when the message
is in read-only mode.
- getBodyPart(int) -
Method in class javax.mail.Multipart
- Get the specified Part.
- getBodyPart(int) -
Method in interface javax.mail.MultipartDataSource
- Get the specified Part.
- getBodyPart(int) -
Method in class javax.mail.internet.MimeMultipart
- Get the specified BodyPart.
- getBodyPart(String) -
Method in class javax.mail.internet.MimeMultipart
- Get the MimeBodyPart referred to by the given ContentID (CID).
- getBoolean(String) -
Method in interface javax.jms.MapMessage
- Returns the
boolean
value with the specified name.
- getBooleanProperty(String) -
Method in interface javax.jms.Message
- Returns the value of the
boolean
property with the
specified name.
- getBranchQualifier() -
Method in interface javax.transaction.xa.Xid
- Obtain the transaction branch identifier part of XID as an array
of bytes.
- getBufferSize() -
Method in interface javax.servlet.ServletResponse
- Returns the actual buffer size used for the response.
- getBufferSize() -
Method in class javax.servlet.ServletResponseWrapper
- The default behavior of this method is to return getBufferSize()
on the wrapped response object.
- getBufferSize() -
Method in class javax.servlet.jsp.JspWriter
- This method returns the size of the buffer used by the JspWriter.
- getBulkResponse(String) -
Method in interface javax.xml.registry.RegistryService
- Returns the BulkResponse associated with specified requestId.
- getBusinessLifeCycleManager() -
Method in interface javax.xml.registry.RegistryService
- Returns the BusinessLifeCycleManager object implemented by the JAXR provider.
- getBusinessQueryManager() -
Method in interface javax.xml.registry.RegistryService
- Returns the BusinessQueryManager object implemented by the JAXR provider.
- getByte(String) -
Method in interface javax.jms.MapMessage
- Returns the
byte
value with the specified name.
- getByteProperty(String) -
Method in interface javax.jms.Message
- Returns the value of the
byte
property with the specified
name.
- getBytes(String) -
Method in interface javax.jms.MapMessage
- Returns the byte array value with the specified name.
- getCachedMBeanInfo() -
Method in class javax.management.StandardMBean
- Customization hook:
Return the MBeanInfo cached for this object.
- getCallerIdentity() -
Method in interface javax.ejb.EJBContext
- Deprecated. Use Principal getCallerPrincipal() instead.
- getCallerPrincipal() -
Method in interface javax.ejb.EJBContext
- Obtain the java.security.Principal that identifies the caller.
- getCalls(QName) -
Method in interface javax.xml.rpc.Service
- Gets an array of preconfigured
Call
objects for
invoking operations on the specified port.
- getCanonicalKeyPropertyListString() -
Method in class javax.management.ObjectName
- Returns a string representation of the list of key properties,
in which the key properties are sorted in lexical order.
- getCanonicalName() -
Method in class javax.management.ObjectName
- Returns the canonical form of the name; that is, a string
representation where the properties are sorted in lexical
order.
- getCapabilityLevel() -
Method in interface javax.xml.registry.CapabilityProfile
- Gets the capability level supported by the JAXR provider.
- getCapabilityProfile() -
Method in interface javax.xml.registry.RegistryService
- Returns the CapabilityProfile for the JAXR provider.
- getCause() -
Method in class javax.management.MBeanException
- Return the actual
Exception
thrown.
- getCause() -
Method in class javax.management.ReflectionException
- Returns the actual
Exception
thrown.
- getCause() -
Method in class javax.management.RuntimeErrorException
- Returns the actual
Error
thrown.
- getCause() -
Method in class javax.management.RuntimeMBeanException
- Returns the actual
RuntimeException
thrown.
- getCause() -
Method in class javax.management.RuntimeOperationsException
- Returns the actual
RuntimeException
thrown.
- getCause() -
Method in class javax.xml.registry.JAXRException
- Returns the Throwable embedded in this
JAXRException
if there is one.
- getCause() -
Method in class javax.xml.soap.SOAPException
- Returns the
Throwable
object embedded in this
SOAPException
if there is one.
- getCause() -
Method in class javax.xml.transform.TransformerException
- Returns the cause of this throwable or
null
if the
cause is nonexistent or unknown.
- getCausedByException() -
Method in class javax.ejb.EJBException
- Obtain the exception that caused the EJBException being thrown.
- getChangeEvent() -
Method in class javax.enterprise.deploy.model.XpathEvent
-
- getChar(String) -
Method in interface javax.jms.MapMessage
- Returns the Unicode character value with the specified name.
- getCharacterEncoding() -
Method in interface javax.servlet.ServletRequest
- Returns the name of the character encoding used in the body of this
request.
- getCharacterEncoding() -
Method in class javax.servlet.ServletRequestWrapper
- The default behavior of this method is to return getCharacterEncoding()
on the wrapped request object.
- getCharacterEncoding() -
Method in interface javax.servlet.ServletResponse
- Returns the name of the character encoding (MIME charset)
used for the body sent in this response.
- getCharacterEncoding() -
Method in class javax.servlet.ServletResponseWrapper
- The default behavior of this method is to return getCharacterEncoding()
on the wrapped response object.
- getCharsetName() -
Method in interface javax.xml.registry.infomodel.LocalizedString
- Gets the canonical name for the charset for this object.
- getChildBean(String) -
Method in interface javax.enterprise.deploy.model.DDBean
- Return a list of DDBeans based upon the XPath.
- getChildBean(String) -
Method in interface javax.enterprise.deploy.model.DeployableObject
- Return an array of standard beans representing the
XML content returned based upon the XPath.
- getChildBean(ModuleType, String) -
Method in interface javax.enterprise.deploy.model.J2eeApplicationObject
- Return a list of DDBean based upon an XPath; all
deployment descriptors of the specified type are searched.
- getChildConceptCount() -
Method in interface javax.xml.registry.infomodel.ClassificationScheme
- Gets number of children.
- getChildConceptCount() -
Method in interface javax.xml.registry.infomodel.Concept
- Gets number of children.
- getChildElements() -
Method in interface javax.xml.soap.SOAPElement
- Returns an
Iterator
over all the immediate child
Node
s of this element.
- getChildElements(Name) -
Method in interface javax.xml.soap.SOAPElement
- Returns an
Iterator
over all the immediate child
Node
s of this element with the specified name.
- getChildOrganizationCount() -
Method in interface javax.xml.registry.infomodel.Organization
- Gets number of children.
- getChildOrganizations() -
Method in interface javax.xml.registry.infomodel.Organization
- Gets all immediate children Organizations.
- getChildTargetModuleID() -
Method in interface javax.enterprise.deploy.spi.TargetModuleID
- Retrieve a list of identifiers of the children
of this deployed module.
- getChildrenConcepts() -
Method in interface javax.xml.registry.infomodel.ClassificationScheme
- Gets all immediate children Concepts.
- getChildrenConcepts() -
Method in interface javax.xml.registry.infomodel.Concept
- Gets all immediate children Concepts.
- getCity() -
Method in interface javax.xml.registry.infomodel.PostalAddress
- Returns the city.
- getClassFromScope(String) -
Method in interface javax.enterprise.deploy.model.DeployableObject
- Retrieve the specified class from this deployable module.
- getClassLoader(ObjectName) -
Method in interface javax.management.MBeanServer
- Return the named
ClassLoader
.
- getClassLoaderFor(ObjectName) -
Method in interface javax.management.MBeanServer
- Return the
ClassLoader
that was used for
loading the class of the named MBean.
- getClassLoaderRepository() -
Method in interface javax.management.MBeanServer
- Return the ClassLoaderRepository for this MBeanServer.
- getClassLoaderRepository(MBeanServer) -
Static method in class javax.management.MBeanServerFactory
- Return the ClassLoaderRepository used by the given MBeanServer.
- getClassLoaderRepository() -
Method in class javax.management.modelmbean.RequiredModelMBean
- Return the Class Loader Repository used to perform class loading.
- getClassName() -
Method in class javax.mail.Provider
- Returns name of the class that implements the protocol
- getClassName() -
Method in class javax.management.MBeanInfo
- Returns the name of the Java class of the MBean described by
this
MBeanInfo
.
- getClassName() -
Method in class javax.management.ObjectInstance
- Returns the class part.
- getClassName(MBeanInfo) -
Method in class javax.management.StandardMBean
- Customization hook:
Get the className that will be used in the MBeanInfo returned by
this MBean.
- getClassName() -
Method in interface javax.management.modelmbean.ModelMBeanInfo
- Returns the name of the Java class of the MBean described by
this
MBeanInfo
.
- getClassName() -
Method in interface javax.management.openmbean.OpenMBeanInfo
- Returns the fully qualified Java class name of the open MBean
instances this OpenMBeanInfo describes.
- getClassName() -
Method in class javax.management.openmbean.OpenType
- Returns the fully qualified Java class name of the open data values this open type describes.
- getClassName() -
Method in class javax.servlet.jsp.tagext.TagVariableInfo
- The body of the <variable-class> element.
- getClassName() -
Method in class javax.servlet.jsp.tagext.VariableInfo
- Returns the type of this variable.
- getClassificationScheme() -
Method in interface javax.xml.registry.infomodel.Classification
- Gets the ClassificationScheme that is used in classifying the object.
- getClassificationScheme() -
Method in interface javax.xml.registry.infomodel.Concept
- Gets the ClassificationScheme that this Concept is a descendent of.
- getClassifications() -
Method in interface javax.xml.registry.infomodel.RegistryObject
- Gets the Classification instances that classify this object.
- getClassifiedObject() -
Method in interface javax.xml.registry.infomodel.Classification
- Gets the Object that is being classified.
- getClientConfiguration(TargetModuleID) -
Method in interface javax.enterprise.deploy.spi.status.ProgressObject
- Return the ClientConfiguration object associated with the
TargetModuleID.
- getClientID() -
Method in interface javax.jms.Connection
- Gets the client identifier for this connection.
- getCloseCount() -
Method in interface javax.management.j2ee.statistics.JCAConnectionPoolStats
- The number of connections closed
- getCloseCount() -
Method in interface javax.management.j2ee.statistics.JDBCConnectionPoolStats
- Number of connections closed.
- getCollection() -
Method in interface javax.xml.registry.BulkResponse
- Get the Collection of objects returned as a response of a
bulk operation.
- getColumnNumber() -
Method in interface javax.xml.transform.SourceLocator
- Return the character position where the current document event ends.
- getCommand(String, String) -
Method in class javax.activation.CommandMap
- Get the default command corresponding to the MIME type.
- getCommand(String) -
Method in class javax.activation.DataHandler
- Get the command cmdName.
- getCommand(String, String) -
Method in class javax.activation.MailcapCommandMap
- Get the command corresponding to
cmdName
for the MIME type.
- getCommand() -
Method in interface javax.enterprise.deploy.spi.status.DeploymentStatus
- Retrieve the deployment CommandType of this event.
- getCommandClass() -
Method in class javax.activation.CommandInfo
- Return the command's class name.
- getCommandName() -
Method in class javax.activation.CommandInfo
- Return the command verb.
- getCommandObject(DataHandler, ClassLoader) -
Method in class javax.activation.CommandInfo
- Return the instantiated JavaBean component.
- getCommandType(int) -
Static method in class javax.enterprise.deploy.shared.CommandType
- Return an object of the specified value.
- getComment() -
Method in class javax.servlet.http.Cookie
- Returns the comment describing the purpose of this cookie, or
null
if the cookie has no comment.
- getCommittedCount() -
Method in interface javax.management.j2ee.statistics.JTAStats
- Number of committed transactions.
- getComparison() -
Method in class javax.mail.search.DateTerm
- Return the type of comparison.
- getComparison() -
Method in class javax.mail.search.IntegerComparisonTerm
- Return the type of comparison.
- getCompositeType() -
Method in interface javax.management.openmbean.CompositeData
- Returns the composite type of this composite data instance.
- getCompositeType() -
Method in class javax.management.openmbean.CompositeDataSupport
- Returns the composite type of this composite data instance.
- getConcept() -
Method in interface javax.xml.registry.infomodel.Classification
- Gets the Concept that is classifying the object.
- getConnection() -
Method in interface javax.resource.cci.ConnectionFactory
- Gets a connection to an EIS instance.
- getConnection(ConnectionSpec) -
Method in interface javax.resource.cci.ConnectionFactory
- Gets a connection to an EIS instance.
- getConnection() -
Method in interface javax.resource.cci.Interaction
- Gets the Connection associated with the Interaction.
- getConnection(Subject, ConnectionRequestInfo) -
Method in interface javax.resource.spi.ManagedConnection
- Creates a new connection handle for the underlying physical connection
represented by the ManagedConnection instance.
- getConnectionFactory() -
Method in interface javax.management.j2ee.statistics.JCAConnectionStats
- Returns the associated JCAConnectionFactory OBJECT_NAME
- getConnectionHandle() -
Method in class javax.resource.spi.ConnectionEvent
- Get the connection handle associated with the Managed
Connection instance.
- getConnectionPools() -
Method in interface javax.management.j2ee.statistics.JCAStats
- Returns an array of JCAConnectionPool Stats that provide statistics about
the connection pools associated with the referencing JCA resource statistics
- getConnectionPools() -
Method in interface javax.management.j2ee.statistics.JDBCStats
-
- getConnections() -
Method in interface javax.management.j2ee.statistics.JCAStats
- Returns an array of JCAConnectionStats that provide statistics about
the non-pooled connections associated with the referencing JCA resource statistics
- getConnections() -
Method in interface javax.management.j2ee.statistics.JDBCStats
-
- getConnections() -
Method in interface javax.management.j2ee.statistics.JMSStats
- Returns an array of JMSConnectionStats that provide statistics about the connections associated with the referencing JMS resource.
- getConstructor(String) -
Method in class javax.management.modelmbean.ModelMBeanInfoSupport
- Returns the ModelMBeanConstructorInfo requested by name.
- getConstructors() -
Method in class javax.management.MBeanInfo
- Returns the list of the public constructors of the MBean.
- getConstructors(MBeanConstructorInfo[], Object) -
Method in class javax.management.StandardMBean
- Customization hook:
Get the MBeanConstructorInfo[] that will be used in the MBeanInfo
returned by this MBean.
- getConstructors() -
Method in interface javax.management.modelmbean.ModelMBeanInfo
- Returns the list of the public constructors of the MBean.
- getConstructors() -
Method in interface javax.management.openmbean.OpenMBeanInfo
- Returns an array of OpenMBeanConstructorInfo instances
describing each constructor in the open MBean described by this
OpenMBeanInfo instance.
- getConsumers() -
Method in interface javax.management.j2ee.statistics.JMSSessionStats
- Returns an array of JMSConsumerStats that provide statistics about the message
consumers associated with the referencing JMS session statistics.
- getContent(DataSource) -
Method in interface javax.activation.DataContentHandler
- Return an object representing the data in its most preferred form.
- getContent() -
Method in class javax.activation.DataHandler
- Return the data in its preferred Object form.
- getContent() -
Method in interface javax.mail.Part
- Return the content as a Java object.
- getContent() -
Method in class javax.mail.internet.MimeBodyPart
- Return the content as a java object.
- getContent() -
Method in class javax.mail.internet.MimeMessage
- Return the content as a Java object.
- getContent() -
Method in class javax.xml.soap.AttachmentPart
- Gets the content of this
AttachmentPart
object as a Java
object.
- getContent() -
Method in class javax.xml.soap.SOAPPart
- Returns the content of the SOAPEnvelope as a JAXP
Source
object.
- getContentDescription() -
Method in class javax.xml.soap.SOAPMessage
- Retrieves a description of this
SOAPMessage
object's
content.
- getContentID() -
Method in class javax.mail.internet.MimeBodyPart
- Returns the value of the "Content-ID" header field.
- getContentID() -
Method in class javax.mail.internet.MimeMessage
- Returns the value of the "Content-ID" header field.
- getContentID() -
Method in interface javax.mail.internet.MimePart
- Get the Content-ID of this part.
- getContentId() -
Method in class javax.xml.soap.AttachmentPart
- Gets the value of the MIME header whose name is "Content-Id".
- getContentId() -
Method in class javax.xml.soap.SOAPPart
- Retrieves the value of the MIME header whose name is "Content-Id".
- getContentLanguage() -
Method in class javax.mail.internet.MimeBodyPart
- Get the languages specified in the Content-Language header
of this MimePart.
- getContentLanguage() -
Method in class javax.mail.internet.MimeMessage
- Get the languages specified in the "Content-Language" header
field of this message.
- getContentLanguage() -
Method in interface javax.mail.internet.MimePart
- Get the language tags specified in the Content-Language header
of this MimePart.
- getContentLength() -
Method in interface javax.servlet.ServletRequest
- Returns the length, in bytes, of the request body
and made available by the input stream, or -1 if the
length is not known.
- getContentLength() -
Method in class javax.servlet.ServletRequestWrapper
- The default behavior of this method is to return getContentLength()
on the wrapped request object.
- getContentLocation() -
Method in class javax.xml.soap.AttachmentPart
- Gets the value of the MIME header whose name is "Content-Location".
- getContentLocation() -
Method in class javax.xml.soap.SOAPPart
- Retrieves the value of the MIME header whose name is "Content-Location".
- getContentMD5() -
Method in class javax.mail.internet.MimeBodyPart
- Return the value of the "Content-MD5" header field.
- getContentMD5() -
Method in class javax.mail.internet.MimeMessage
- Return the value of the "Content-MD5" header field.
- getContentMD5() -
Method in interface javax.mail.internet.MimePart
- Get the Content-MD5 digest of this part.
- getContentStream() -
Method in class javax.mail.internet.MimeBodyPart
- Produce the raw bytes of the content.
- getContentStream() -
Method in class javax.mail.internet.MimeMessage
- Produce the raw bytes of the content.
- getContentType() -
Method in class javax.activation.DataHandler
- Return the MIME type of this object as retrieved from
the source object.
- getContentType() -
Method in interface javax.activation.DataSource
- This method returns the MIME type of the data in the form of a
string.
- getContentType() -
Method in class javax.activation.FileDataSource
- This method returns the MIME type of the data in the form of a
string.
- getContentType(File) -
Method in class javax.activation.FileTypeMap
- Return the type of the file object.
- getContentType(String) -
Method in class javax.activation.FileTypeMap
- Return the type of the file passed in.
- getContentType(File) -
Method in class javax.activation.MimetypesFileTypeMap
- Return the MIME type of the file object.
- getContentType(String) -
Method in class javax.activation.MimetypesFileTypeMap
- Return the MIME type based on the specified file name.
- getContentType() -
Method in class javax.activation.URLDataSource
- Returns the value of the URL content-type header field.
- getContentType() -
Method in class javax.mail.Multipart
- Return the content-type of this Multipart.
- getContentType() -
Method in interface javax.mail.Part
- Returns the Content-Type of the content of this part.
- getContentType() -
Method in class javax.mail.internet.MimeBodyPart
- Returns the value of the RFC 822 "Content-Type" header field.
- getContentType() -
Method in class javax.mail.internet.MimeMessage
- Returns the value of the RFC 822 "Content-Type" header field.
- getContentType() -
Method in class javax.mail.internet.MimePartDataSource
- Returns the content-type of this DataSource.
- getContentType() -
Method in interface javax.servlet.ServletRequest
- Returns the MIME type of the body of the request, or
null
if the type is not known.
- getContentType() -
Method in class javax.servlet.ServletRequestWrapper
- The default behavior of this method is to return getContentType()
on the wrapped request object.
- getContentType() -
Method in interface javax.servlet.ServletResponse
- Returns the content type used for the MIME body
sent in this response.
- getContentType() -
Method in class javax.servlet.ServletResponseWrapper
- The default behavior of this method is to return getContentType()
on the wrapped response object.
- getContentType() -
Method in class javax.xml.soap.AttachmentPart
- Gets the value of the MIME header whose name is "Content-Type".
- getContext(String) -
Static method in class javax.security.jacc.PolicyContext
- This method may be used by a
Policy
provider to activate the
PolicyContextHandler
registered to the context object key
and cause it to return the corresponding policy context object from
the container.
- getContext(String, Object) -
Method in interface javax.security.jacc.PolicyContextHandler
- This public method is used by the
PolicyContext
class to
activate the handler and obtain from it the context object
identified by the (case-sensitive) key.
- getContext(String) -
Method in interface javax.servlet.ServletContext
- Returns a
ServletContext
object that
corresponds to a specified URL on the server.
- getContextID() -
Method in interface javax.security.jacc.PolicyConfiguration
- This method returns this object's policy context identifier.
- getContextID() -
Static method in class javax.security.jacc.PolicyContext
- This static method returns the value of the policy context identifier
associated with the thread on which the accessor is called.
- getContextPath() -
Method in interface javax.servlet.http.HttpServletRequest
- Returns the portion of the request URI that indicates the context
of the request.
- getContextPath() -
Method in class javax.servlet.http.HttpServletRequestWrapper
- The default behavior of this method is to return getContextPath()
on the wrapped request object.
- getCookies() -
Method in interface javax.servlet.http.HttpServletRequest
- Returns an array containing all of the
Cookie
objects the client sent with this request.
- getCookies() -
Method in class javax.servlet.http.HttpServletRequestWrapper
- The default behavior of this method is to return getCookies()
on the wrapped request object.
- getCount() -
Method in class javax.mail.Multipart
- Return the number of enclosed BodyPart objects.
- getCount() -
Method in interface javax.mail.MultipartDataSource
- Return the number of enclosed BodyPart objects.
- getCount() -
Method in class javax.mail.internet.MimeMultipart
- Return the number of enclosed BodyPart objects.
- getCount() -
Method in interface javax.management.j2ee.statistics.CountStatistic
- The count since the last reset.
- getCount() -
Method in interface javax.management.j2ee.statistics.TimeStatistic
- Number of times the operation was invoked since the beginning of this measurement.
- getCountry() -
Method in interface javax.xml.registry.infomodel.PostalAddress
- Returns the country.
- getCountryCode() -
Method in interface javax.xml.registry.infomodel.TelephoneNumber
- Gets the country code.
- getCreateCount() -
Method in interface javax.management.j2ee.statistics.EJBStats
- Number of times create was called.
- getCreateCount() -
Method in interface javax.management.j2ee.statistics.JCAConnectionPoolStats
- The number of connections created
- getCreateCount() -
Method in interface javax.management.j2ee.statistics.JDBCConnectionPoolStats
- Number of connections created.
- getCreationTime() -
Method in interface javax.servlet.http.HttpSession
- Returns the time when this session was created, measured
in milliseconds since midnight January 1, 1970 GMT.
- getCredentialData() -
Method in interface javax.resource.spi.security.GenericCredential
- Deprecated. Gets security data for a specific security mechanism represented
by the GenericCredential.
- getCredentials() -
Method in interface javax.xml.registry.Connection
- Gets the credentials associated with this client.
- getCurrent() -
Method in interface javax.management.j2ee.statistics.RangeStatistic
- The current value of this attribute.
- getCurrentLocale() -
Method in interface javax.enterprise.deploy.spi.DeploymentManager
- Returns the active locale this implementation of
javax.enterprise.deploy.spi subpackages is running.
- getDConfigBean(DDBean) -
Method in interface javax.enterprise.deploy.spi.DConfigBean
- Return the JavaBean containing the server-specific deployment
configuration information based upon the XML data provided
by the DDBean.
- getDConfigBean(DDBeanRoot) -
Method in interface javax.enterprise.deploy.spi.DConfigBeanRoot
- Return a DConfigBean for a deployment descriptor that is not
the module's primary deployment descriptor.
- getDConfigBeanRoot(DDBeanRoot) -
Method in interface javax.enterprise.deploy.spi.DeploymentConfiguration
- Returns the top level configuration bean, DConfigBeanRoot,
associated with the deployment descriptor represented by
the designated DDBeanRoot bean.
- getDConfigBeanVersion() -
Method in interface javax.enterprise.deploy.spi.DeploymentManager
- Returns the J2EE platform version number for which the
configuration beans are provided.
- getDConfigBeanVersionType(int) -
Static method in class javax.enterprise.deploy.shared.DConfigBeanVersionType
- Return an object of the specified value.
- getDDBean() -
Method in interface javax.enterprise.deploy.spi.DConfigBean
- Return the JavaBean containing the deployment
descriptor XML text associated with this DConfigBean.
- getDDBeanRoot() -
Method in interface javax.enterprise.deploy.model.DeployableObject
- Return the top level standard bean representing
the root of the deployment descriptor.
- getDDBeanRoot(String) -
Method in interface javax.enterprise.deploy.model.DeployableObject
- Returns a DDBeanRoot object for the XML instance document named.
- getDDBeanRootVersion() -
Method in interface javax.enterprise.deploy.model.DDBeanRoot
- Returns the version number of an XML instance document.
- getDOMImplementation() -
Method in class javax.xml.parsers.DocumentBuilder
- Obtain an instance of a
DOMImplementation
object.
- getDataHandler() -
Method in interface javax.mail.Part
- Return a DataHandler for the content within this part.
- getDataHandler() -
Method in class javax.mail.internet.MimeBodyPart
- Return a DataHandler for this body part's content.
- getDataHandler() -
Method in class javax.mail.internet.MimeMessage
- Return a DataHandler for this Message's content.
- getDataHandler() -
Method in class javax.xml.soap.AttachmentPart
- Gets the
DataHandler
object for this AttachmentPart
object.
- getDataSource() -
Method in class javax.activation.DataHandler
- Return the DataSource associated with this instance
of DataHandler.
- getDate() -
Method in class javax.mail.search.DateTerm
- Return the Date to compare with.
- getDate(Integer) -
Method in class javax.management.timer.Timer
- Gets a copy of the date associated to a timer notification.
- getDate(Integer) -
Method in interface javax.management.timer.TimerMBean
- Gets a copy of the date associated to a timer notification.
- getDateHeader(String) -
Method in interface javax.servlet.http.HttpServletRequest
- Returns the value of the specified request header
as a
long
value that represents a
Date
object.
- getDateHeader(String) -
Method in class javax.servlet.http.HttpServletRequestWrapper
- The default behavior of this method is to return getDateHeader(String name)
on the wrapped request object.
- getDebug() -
Method in class javax.mail.Session
- Get the debug setting for this Session.
- getDebugOut() -
Method in class javax.mail.Session
- Returns the stream to be used for debugging output.
- getDeclarativeQueryManager() -
Method in interface javax.xml.registry.RegistryService
- Returns the DeclarativeQueryManager object implemented by the JAXR provider.
- getDeclare() -
Method in class javax.servlet.jsp.tagext.TagVariableInfo
- The body of the <declare> element.
- getDeclare() -
Method in class javax.servlet.jsp.tagext.VariableInfo
- Returns whether this is a new variable.
- getDefaultCommandMap() -
Static method in class javax.activation.CommandMap
- Get the default CommandMap.
- getDefaultDomain() -
Method in interface javax.management.MBeanServer
- Returns the default domain used for naming the MBean.
- getDefaultDomain() -
Method in interface javax.management.MBeanServerConnection
- Returns the default domain used for naming the MBean.
- getDefaultDomain() -
Method in interface javax.management.j2ee.Management
- Returns the default domain name of this MEJB.
- getDefaultFactory() -
Static method in class javax.servlet.jsp.JspFactory
- Returns the default factory for this implementation.
- getDefaultFileTypeMap() -
Static method in class javax.activation.FileTypeMap
- Return the default FileTypeMap for the system.
- getDefaultFolder() -
Method in class javax.mail.Store
- Returns a Folder object that represents the 'root' of
the default namespace presented to the user by the Store.
- getDefaultInstance(Properties, Authenticator) -
Static method in class javax.mail.Session
- Get the default Session object.
- getDefaultInstance(Properties) -
Static method in class javax.mail.Session
- Get the default Session object.
- getDefaultJavaCharset() -
Static method in class javax.mail.internet.MimeUtility
- Get the default charset corresponding to the system's current
default locale.
- getDefaultLocale() -
Method in interface javax.enterprise.deploy.spi.DeploymentManager
- Returns the default locale supported by this implementation of
javax.enterprise.deploy.spi subpackages.
- getDefaultPostalScheme() -
Method in interface javax.xml.registry.RegistryService
- Gets the default user-defined postal scheme for codifying the attributes of PostalAddress.
- getDefaultTypeMapping() -
Method in interface javax.xml.rpc.encoding.TypeMappingRegistry
- Gets the registered default
TypeMapping
instance.
- getDefaultUserName() -
Method in class javax.mail.Authenticator
-
- getDefaultValue() -
Method in class javax.management.openmbean.OpenMBeanAttributeInfoSupport
- Returns the default value for the attribute described by this OpenMBeanAttributeInfoSupport instance,
if specified, or null otherwise.
- getDefaultValue() -
Method in interface javax.management.openmbean.OpenMBeanParameterInfo
- Returns the default value for this parameter, if it has one, or
null otherwise.
- getDefaultValue() -
Method in class javax.management.openmbean.OpenMBeanParameterInfoSupport
- Returns the default value for the parameter described by this OpenMBeanParameterInfoSupport instance,
if specified, or null otherwise.
- getDeletedMessageCount() -
Method in class javax.mail.Folder
- Get the number of deleted messages in this Folder.
- getDeliveryMode() -
Method in interface javax.jms.MessageProducer
- Gets the producer's default delivery mode.
- getDeployableObject() -
Method in interface javax.enterprise.deploy.model.DDBeanRoot
- Return the containing DeployableObject
- getDeployableObject(String) -
Method in interface javax.enterprise.deploy.model.J2eeApplicationObject
- Return the DeployableObject of the specified URI designator.
- getDeployableObject() -
Method in interface javax.enterprise.deploy.spi.DeploymentConfiguration
- Returns an object that provides access to
the deployment descriptor data and classes
of a J2EE module.
- getDeployableObjects(ModuleType) -
Method in interface javax.enterprise.deploy.model.J2eeApplicationObject
- Return the all DeployableObjects of the specified type.
- getDeployableObjects() -
Method in interface javax.enterprise.deploy.model.J2eeApplicationObject
- Return the all DeployableObjects in this application.
- getDeploymentFactories() -
Method in class javax.enterprise.deploy.shared.factories.DeploymentFactoryManager
- Retrieve the lists of currently registered DeploymentFactories.
- getDeploymentManager(String, String, String) -
Method in class javax.enterprise.deploy.shared.factories.DeploymentFactoryManager
- Retrieves a DeploymentManager instance to use for deployment.
- getDeploymentManager(String, String, String) -
Method in interface javax.enterprise.deploy.spi.factories.DeploymentFactory
- Return a connected DeploymentManager instance.
- getDeploymentStatus() -
Method in class javax.enterprise.deploy.spi.status.ProgressEvent
- Retrieve the status information.
- getDeploymentStatus() -
Method in interface javax.enterprise.deploy.spi.status.ProgressObject
- Retrieve the status of this activity.
- getDerivedGauge(ObjectName) -
Method in class javax.management.monitor.CounterMonitor
- Gets the derived gauge of the specified object, if this object is
contained in the set of observed MBeans, or
null
otherwise.
- getDerivedGauge() -
Method in class javax.management.monitor.CounterMonitor
- Deprecated. As of JMX 1.2, replaced by
CounterMonitor.getDerivedGauge(ObjectName)
- getDerivedGauge() -
Method in interface javax.management.monitor.CounterMonitorMBean
- Deprecated. As of JMX 1.2, replaced by
CounterMonitorMBean.getDerivedGauge(ObjectName)
- getDerivedGauge(ObjectName) -
Method in interface javax.management.monitor.CounterMonitorMBean
- Gets the derived gauge for the specified MBean.
- getDerivedGauge(ObjectName) -
Method in class javax.management.monitor.GaugeMonitor
- Gets the derived gauge of the specified object, if this object is
contained in the set of observed MBeans, or
null
otherwise.
- getDerivedGauge() -
Method in class javax.management.monitor.GaugeMonitor
- Deprecated. As of JMX 1.2, replaced by
GaugeMonitor.getDerivedGauge(ObjectName)
- getDerivedGauge() -
Method in interface javax.management.monitor.GaugeMonitorMBean
- Deprecated. As of JMX 1.2, replaced by
GaugeMonitorMBean.getDerivedGauge(ObjectName)
- getDerivedGauge(ObjectName) -
Method in interface javax.management.monitor.GaugeMonitorMBean
- Gets the derived gauge for the specified MBean.
- getDerivedGauge() -
Method in class javax.management.monitor.MonitorNotification
- Gets the derived gauge of this monitor notification.
- getDerivedGauge(ObjectName) -
Method in class javax.management.monitor.StringMonitor
- Gets the derived gauge of the specified object, if this object is
contained in the set of observed MBeans, or
null
otherwise.
- getDerivedGauge() -
Method in class javax.management.monitor.StringMonitor
- Deprecated. As of JMX 1.2, replaced by
StringMonitor.getDerivedGauge(ObjectName)
- getDerivedGauge() -
Method in interface javax.management.monitor.StringMonitorMBean
- Deprecated. As of JMX 1.2, replaced by
StringMonitorMBean.getDerivedGauge(ObjectName)
- getDerivedGauge(ObjectName) -
Method in interface javax.management.monitor.StringMonitorMBean
- Gets the derived gauge for the specified MBean.
- getDerivedGaugeTimeStamp(ObjectName) -
Method in class javax.management.monitor.CounterMonitor
- Gets the derived gauge timestamp of the specified object, if
this object is contained in the set of observed MBeans, or
null
otherwise.
- getDerivedGaugeTimeStamp() -
Method in class javax.management.monitor.CounterMonitor
- Deprecated. As of JMX 1.2, replaced by
CounterMonitor.getDerivedGaugeTimeStamp(ObjectName)
- getDerivedGaugeTimeStamp() -
Method in interface javax.management.monitor.CounterMonitorMBean
- Deprecated. As of JMX 1.2, replaced by
CounterMonitorMBean.getDerivedGaugeTimeStamp(ObjectName)
- getDerivedGaugeTimeStamp(ObjectName) -
Method in interface javax.management.monitor.CounterMonitorMBean
- Gets the derived gauge timestamp for the specified MBean.
- getDerivedGaugeTimeStamp(ObjectName) -
Method in class javax.management.monitor.GaugeMonitor
- Gets the derived gauge timestamp of the specified object, if
this object is contained in the set of observed MBeans, or
null
otherwise.
- getDerivedGaugeTimeStamp() -
Method in class javax.management.monitor.GaugeMonitor
- Deprecated. As of JMX 1.2, replaced by
GaugeMonitor.getDerivedGaugeTimeStamp(ObjectName)
- getDerivedGaugeTimeStamp() -
Method in interface javax.management.monitor.GaugeMonitorMBean
- Deprecated. As of JMX 1.2, replaced by
GaugeMonitorMBean.getDerivedGaugeTimeStamp(ObjectName)
- getDerivedGaugeTimeStamp(ObjectName) -
Method in interface javax.management.monitor.GaugeMonitorMBean
- Gets the derived gauge timestamp for the specified MBean.
- getDerivedGaugeTimeStamp(ObjectName) -
Method in class javax.management.monitor.StringMonitor
- Gets the derived gauge timestamp of the specified object, if
this object is contained in the set of observed MBeans, or
null
otherwise.
- getDerivedGaugeTimeStamp() -
Method in class javax.management.monitor.StringMonitor
- Deprecated. As of JMX 1.2, replaced by
StringMonitor.getDerivedGaugeTimeStamp(ObjectName)
- getDerivedGaugeTimeStamp() -
Method in interface javax.management.monitor.StringMonitorMBean
- Deprecated. As of JMX 1.2, replaced by
StringMonitorMBean.getDerivedGaugeTimeStamp(ObjectName)
- getDerivedGaugeTimeStamp(ObjectName) -
Method in interface javax.management.monitor.StringMonitorMBean
- Gets the derived gauge timestamp for the specified MBean.
- getDescendantConcepts() -
Method in interface javax.xml.registry.infomodel.ClassificationScheme
- Gets all descendant Concepts.
- getDescendantConcepts() -
Method in interface javax.xml.registry.infomodel.Concept
- Gets all descendant Concepts.
- getDescendantOrganizations() -
Method in interface javax.xml.registry.infomodel.Organization
- Gets all descendant Organizations.
- getDescription() -
Method in interface javax.enterprise.deploy.spi.Target
- Retrieve other descriptive information
about the target.
- getDescription() -
Method in interface javax.mail.Part
- Return a description String for this part.
- getDescription() -
Method in class javax.mail.internet.MimeBodyPart
- Returns the "Content-Description" header field of this body part.
- getDescription() -
Method in class javax.mail.internet.MimeMessage
- Returns the "Content-Description" header field of this Message.
- getDescription() -
Method in class javax.management.MBeanFeatureInfo
- Returns the human-readable description of the feature.
- getDescription() -
Method in class javax.management.MBeanInfo
- Returns a human readable description of the MBean.
- getDescription(MBeanInfo) -
Method in class javax.management.StandardMBean
- Customization hook:
Get the description that will be used in the MBeanInfo returned by
this MBean.
- getDescription(MBeanFeatureInfo) -
Method in class javax.management.StandardMBean
- Customization hook:
Get the description that will be used in the MBeanFeatureInfo
returned by this MBean.
- getDescription(MBeanAttributeInfo) -
Method in class javax.management.StandardMBean
- Customization hook:
Get the description that will be used in the MBeanAttributeInfo
returned by this MBean.
- getDescription(MBeanConstructorInfo) -
Method in class javax.management.StandardMBean
- Customization hook:
Get the description that will be used in the MBeanConstructorInfo
returned by this MBean.
- getDescription(MBeanConstructorInfo, MBeanParameterInfo, int) -
Method in class javax.management.StandardMBean
- Customization hook:
Get the description that will be used for the sequence
MBeanParameterInfo of the MBeanConstructorInfo returned by this MBean.
- getDescription(MBeanOperationInfo) -
Method in class javax.management.StandardMBean
- Customization hook:
Get the description that will be used in the MBeanOperationInfo
returned by this MBean.
- getDescription(MBeanOperationInfo, MBeanParameterInfo, int) -
Method in class javax.management.StandardMBean
- Customization hook:
Get the description that will be used for the sequence
MBeanParameterInfo of the MBeanOperationInfo returned by this MBean.
- getDescription() -
Method in interface javax.management.j2ee.statistics.Statistic
- A human-readable description of the Statistic.
- getDescription() -
Method in interface javax.management.modelmbean.ModelMBeanInfo
- Returns a human readable description of the MBean.
- getDescription(String) -
Method in class javax.management.openmbean.CompositeType
- Returns the description of the item whose name is itemName,
or
null
if this CompositeType
instance does not define any item
whose name is itemName.
- getDescription() -
Method in interface javax.management.openmbean.OpenMBeanConstructorInfo
- Returns a human readable description of the constructor
described by this OpenMBeanConstructorInfo instance.
- getDescription() -
Method in interface javax.management.openmbean.OpenMBeanInfo
- Returns a human readable description of the type of open MBean
instances this OpenMBeanInfo describes.
- getDescription() -
Method in interface javax.management.openmbean.OpenMBeanOperationInfo
- Returns a human readable description of the operation
described by this OpenMBeanOperationInfo instance.
- getDescription() -
Method in interface javax.management.openmbean.OpenMBeanParameterInfo
- Returns a human readable description of the parameter
described by this OpenMBeanParameterInfo instance.
- getDescription() -
Method in class javax.management.openmbean.OpenType
- Returns the text description of this
OpenType
instance.
- getDescription() -
Method in class javax.management.relation.RoleInfo
- Returns description text for the role.
- getDescription() -
Method in interface javax.xml.registry.infomodel.RegistryObject
- Gets the textual description for this object.
- getDescriptor() -
Method in interface javax.management.DescriptorAccess
- Returns a copy of Descriptor.
- getDescriptor() -
Method in class javax.management.modelmbean.ModelMBeanAttributeInfo
- Gets a copy of the associated Descriptor for the
ModelMBeanAttributeInfo.
- getDescriptor() -
Method in class javax.management.modelmbean.ModelMBeanConstructorInfo
- Returns a copy of the associated Descriptor.
- getDescriptor(String, String) -
Method in interface javax.management.modelmbean.ModelMBeanInfo
- Returns a Descriptor requested by name and descriptorType.
- getDescriptor(String) -
Method in class javax.management.modelmbean.ModelMBeanInfoSupport
- Returns a Descriptor requested by name.
- getDescriptor(String, String) -
Method in class javax.management.modelmbean.ModelMBeanInfoSupport
-
- getDescriptor() -
Method in class javax.management.modelmbean.ModelMBeanNotificationInfo
- Returns a copy of the associated Descriptor for the
ModelMBeanNotificationInfo.
- getDescriptor() -
Method in class javax.management.modelmbean.ModelMBeanOperationInfo
- Returns a copy of the associated Descriptor of the
ModelMBeanOperationInfo.
- getDescriptors(String) -
Method in interface javax.management.modelmbean.ModelMBeanInfo
- Returns a Descriptor array consisting of all
Descriptors for the ModelMBeanInfo of type inDescriptorType.
- getDescriptors(String) -
Method in class javax.management.modelmbean.ModelMBeanInfoSupport
-
- getDeserializer(Class, QName) -
Method in interface javax.xml.rpc.encoding.TypeMapping
- Gets the DeserializerFactory registered for the specified
pair of Java type and XML data type.
- getDeserializerAs(String) -
Method in interface javax.xml.rpc.encoding.DeserializerFactory
- Returns a Deserializer for the specified XML processing
mechanism type.
- getDestination() -
Method in interface javax.jms.MessageProducer
- Gets the destination associated with this
MessageProducer
.
- getDestination() -
Method in interface javax.management.j2ee.statistics.JMSProducerStats
- Returns a string that encapsulates the identity of the message destination
- getDetail() -
Method in class javax.xml.rpc.soap.SOAPFaultException
- Gets the detail element.
- getDetail() -
Method in interface javax.xml.soap.SOAPFault
- Returns the optional detail element for this
SOAPFault
object.
- getDetailEntries() -
Method in interface javax.xml.soap.Detail
- Gets an Iterator over all of the
DetailEntry
s in this Detail
object.
- getDifferenceMode() -
Method in class javax.management.monitor.CounterMonitor
- Gets the difference mode flag value common to all observed MBeans.
- getDifferenceMode() -
Method in interface javax.management.monitor.CounterMonitorMBean
- Gets the difference mode flag value.
- getDifferenceMode() -
Method in class javax.management.monitor.GaugeMonitor
- Gets the difference mode flag value common to all observed MBeans.
- getDifferenceMode() -
Method in interface javax.management.monitor.GaugeMonitorMBean
- Gets the difference mode flag value.
- getDimension() -
Method in class javax.management.openmbean.ArrayType
- Returns the dimension of arrays described by this ArrayType instance.
- getDisableMessageID() -
Method in interface javax.jms.MessageProducer
- Gets an indication of whether message IDs are disabled.
- getDisableMessageTimestamp() -
Method in interface javax.jms.MessageProducer
- Gets an indication of whether message timestamps are disabled.
- getDisabledObjectNames() -
Method in class javax.management.relation.MBeanServerNotificationFilter
- Gets all the ObjectNames disabled.
- getDisconnectedDeploymentManager(String) -
Method in class javax.enterprise.deploy.shared.factories.DeploymentFactoryManager
- Return a disconnected DeploymentManager instance.
- getDisconnectedDeploymentManager(String) -
Method in interface javax.enterprise.deploy.spi.factories.DeploymentFactory
- Return a disconnected DeploymentManager instance.
- getDisplayName() -
Method in interface javax.enterprise.deploy.spi.factories.DeploymentFactory
- Provide a string with the name of this vendor's DeploymentManager.
- getDisplayName() -
Method in class javax.servlet.jsp.tagext.TagInfo
- Get the displayName.
- getDisposition() -
Method in interface javax.mail.Part
- Return the disposition of this part.
- getDisposition() -
Method in class javax.mail.internet.ContentDisposition
- Return the disposition value.
- getDisposition() -
Method in class javax.mail.internet.MimeBodyPart
- Returns the value of the "Content-Disposition" header field.
- getDisposition() -
Method in class javax.mail.internet.MimeMessage
- Returns the value of the "Content-Disposition" header field.
- getDomain() -
Method in class javax.management.ObjectName
- Returns the domain part.
- getDomain() -
Method in class javax.servlet.http.Cookie
- Returns the domain name set for this cookie.
- getDomains() -
Method in interface javax.management.MBeanServer
- Returns the list of domains in which any MBean is currently
registered.
- getDomains() -
Method in interface javax.management.MBeanServerConnection
- Returns the list of domains in which any MBean is currently
registered.
- getDouble(String) -
Method in interface javax.jms.MapMessage
- Returns the
double
value with the specified name.
- getDoubleProperty(String) -
Method in interface javax.jms.Message
- Returns the value of the
double
property with the specified
name.
- getDurableSubscriptionCount() -
Method in interface javax.management.j2ee.statistics.JMSSessionStats
- Number of durable subscriptions.
- getEISProductName() -
Method in interface javax.resource.cci.ConnectionMetaData
- Returns product name of the underlying EIS instance connected
through the Connection that produced this metadata.
- getEISProductName() -
Method in interface javax.resource.spi.ManagedConnectionMetaData
- Returns Product name of the underlying EIS instance connected
through the ManagedConnection.
- getEISProductVersion() -
Method in interface javax.resource.cci.ConnectionMetaData
- Returns product version of the underlying EIS instance.
- getEISProductVersion() -
Method in interface javax.resource.spi.ManagedConnectionMetaData
- Returns product version of the underlying EIS instance connected
through the ManagedConnection.
- getEJBHome() -
Method in interface javax.ejb.EJBContext
- Obtain the enterprise bean's remote home interface.
- getEJBHome() -
Method in interface javax.ejb.EJBMetaData
- Obtain the remote home interface of the enterprise Bean.
- getEJBHome() -
Method in interface javax.ejb.EJBObject
- Obtain the enterprise Bean's remote home interface.
- getEJBHome() -
Method in interface javax.ejb.HomeHandle
- Obtain the home object represented by this handle.
- getEJBLocalHome() -
Method in interface javax.ejb.EJBContext
- Obtain the enterprise bean's local home interface.
- getEJBLocalHome() -
Method in interface javax.ejb.EJBLocalObject
- Obtain the enterprise Bean's local home interface.
- getEJBLocalObject() -
Method in interface javax.ejb.EntityContext
- Obtain a reference to the EJB local object that is currently
associated with the instance.
- getEJBLocalObject() -
Method in interface javax.ejb.SessionContext
- Obtain a reference to the EJB local object that is
associated with the instance.
- getEJBMetaData() -
Method in interface javax.ejb.EJBHome
- Obtain the EJBMetaData interface for the enterprise Bean.
- getEJBObject() -
Method in interface javax.ejb.EntityContext
- Obtain a reference to the EJB object that is currently associated with
the instance.
- getEJBObject() -
Method in interface javax.ejb.Handle
- Obtain the EJB object reference represented by this handle.
- getEJBObject() -
Method in interface javax.ejb.SessionContext
- Obtain a reference to the EJB object that is currently associated with
the instance.
- getElementName() -
Method in interface javax.xml.soap.SOAPElement
- Returns the name of this
SOAPElement
object.
- getElementOpenType() -
Method in class javax.management.openmbean.ArrayType
- Returns the open type of element values contained in the arrays described by this ArrayType instance.
- getEmailAddresses() -
Method in interface javax.xml.registry.infomodel.User
- Gets the email addresses for this User.
- getEnabledAttributes() -
Method in class javax.management.AttributeChangeNotificationFilter
- Gets all the enabled attribute names for this filter.
- getEnabledObjectNames() -
Method in class javax.management.relation.MBeanServerNotificationFilter
- Gets all the ObjectNames enabled.
- getEnabledTypes() -
Method in class javax.management.NotificationFilterSupport
- Gets all the enabled notification types for this filter.
- getEnclosingWriter() -
Method in class javax.servlet.jsp.tagext.BodyContent
- Get the enclosing JspWriter.
- getEncoding() -
Method in class javax.mail.internet.MimeBodyPart
- Returns the content transfer encoding from the
"Content-Transfer-Encoding" header
field.
- getEncoding() -
Method in class javax.mail.internet.MimeMessage
- Returns the content transfer encoding from the
"Content-Transfer-Encoding" header
field.
- getEncoding() -
Method in interface javax.mail.internet.MimePart
- Get the transfer encoding of this part.
- getEncoding(DataSource) -
Static method in class javax.mail.internet.MimeUtility
- Get the content-transfer-encoding that should be applied
to the input stream of this datasource, to make it mailsafe.
- getEncoding(DataHandler) -
Static method in class javax.mail.internet.MimeUtility
- Same as
getEncoding(DataSource)
except that instead
of reading the data from an InputStream
it uses the
writeTo
method to examine the data.
- getEncodingStyle() -
Method in interface javax.xml.soap.SOAPElement
- Returns the encoding style for this
SOAPElement
object.
- getEngineInfo() -
Method in class javax.servlet.jsp.JspFactory
-
called to get implementation-specific information on the current JSP engine.
- getEntry(String) -
Method in interface javax.enterprise.deploy.model.DeployableObject
- Returns the InputStream for the given entry name
The file name must be relative to the root of the module.
- getEnumValueTable() -
Method in class javax.enterprise.deploy.shared.ActionType
- Returns the enumeration value table for class ActionType
- getEnumValueTable() -
Method in class javax.enterprise.deploy.shared.CommandType
- Returns the enumeration value table for class CommandType
- getEnumValueTable() -
Method in class javax.enterprise.deploy.shared.DConfigBeanVersionType
- Returns the enumeration value table for class DConfigBeanVersionType
- getEnumValueTable() -
Method in class javax.enterprise.deploy.shared.ModuleType
- Returns the enumeration value table for class ModuleType
- getEnumValueTable() -
Method in class javax.enterprise.deploy.shared.StateType
- Returns the enumeration value table for class StateType
- getEnumeration() -
Method in interface javax.jms.QueueBrowser
- Gets an enumeration for browsing the current queue messages in the
order they would be received.
- getEnvelope() -
Method in class javax.xml.soap.SOAPPart
- Gets the
SOAPEnvelope
object associated with this
SOAPPart
object.
- getEnvironment() -
Method in interface javax.ejb.EJBContext
- Deprecated. Use the JNDI naming context java:comp/env to access
enterprise bean's environment.
- getErrorCode() -
Method in class javax.jms.JMSException
- Gets the vendor-specific error code.
- getErrorCode() -
Method in class javax.resource.ResourceException
- Get the error code.
- getErrorData() -
Method in class javax.servlet.jsp.PageContext
- Provides convenient access to error information.
- getErrorListener() -
Method in class javax.xml.transform.Transformer
- Get the error event handler in effect for the transformation.
- getErrorListener() -
Method in class javax.xml.transform.TransformerFactory
- Get the error event handler for the TransformerFactory.
- getErrorObjectKey() -
Method in class javax.xml.registry.RegistryException
- Gets the Key to the first object that encountered an error in the registry.
- getEventType() -
Method in interface javax.xml.registry.infomodel.AuditableEvent
- Gets the type of this event.
- getException() -
Method in class javax.resource.spi.ConnectionEvent
- Get the exception.
- getException() -
Method in class javax.resource.spi.work.WorkEvent
- Return the
WorkException
.
- getException() -
Method in class javax.servlet.jsp.PageContext
- The current value of the exception object (an Exception).
- getException() -
Method in class javax.xml.parsers.FactoryConfigurationError
- Return the actual exception (if any) that caused this exception to
be raised.
- getException() -
Method in class javax.xml.transform.TransformerException
- This method retrieves an exception that this exception wraps.
- getException() -
Method in class javax.xml.transform.TransformerFactoryConfigurationError
- Return the actual exception (if any) that caused this exception to
be raised.
- getExceptionListener() -
Method in interface javax.jms.Connection
- Gets the
ExceptionListener
object for this connection.
- getExceptions() -
Method in interface javax.xml.registry.BulkResponse
- Get the Collection of RegistryException instances in case of partial commit.
- getExp() -
Method in class javax.management.BadBinaryOpValueExpException
- Returns the
ValueExp
that originated the exception.
- getExpiration() -
Method in interface javax.xml.registry.infomodel.RegistryEntry
- Gets expirationDate attribute of the RegistryEntry within the Registry.
- getExpiredMessageCount() -
Method in interface javax.management.j2ee.statistics.JMSEndpointStats
- Number of messages that expired before delivery.
- getExpiredMessageCount() -
Method in interface javax.management.j2ee.statistics.JMSSessionStats
- Number of expired messages.
- getExpressionEvaluator() -
Method in class javax.servlet.jsp.JspContext
- Provides programmatic access to the ExpressionEvaluator.
- getExtension() -
Method in interface javax.xml.registry.infomodel.TelephoneNumber
- Gets the internal extension.
- getExternalIdentifiers() -
Method in interface javax.xml.registry.infomodel.RegistryObject
- Returns the ExternalIdentifiers associated with this object
that are external identifiers for this object.
- getExternalLinks() -
Method in interface javax.xml.registry.infomodel.RegistryObject
- Returns the ExternalLinks associated with this object.
- getExternalURI() -
Method in interface javax.xml.registry.infomodel.ExternalLink
- Gets URI to the an external resource.
- getFault() -
Method in interface javax.xml.soap.SOAPBody
- Returns the
SOAPFault
object in this SOAPBody
object.
- getFaultActor() -
Method in class javax.xml.rpc.soap.SOAPFaultException
- Gets the
faultactor
element.
- getFaultActor() -
Method in interface javax.xml.soap.SOAPFault
- Gets the fault actor for this
SOAPFault
object.
- getFaultCode() -
Method in class javax.xml.rpc.soap.SOAPFaultException
- Gets the
faultcode
element.
- getFaultCode() -
Method in interface javax.xml.soap.SOAPFault
- Gets the fault code for this
SOAPFault
object.
- getFaultCodeAsName() -
Method in interface javax.xml.soap.SOAPFault
- Gets the mandatory SOAP 1.1 fault code for this
SOAPFault
object as a SAAJ Name
object.
- getFaultString() -
Method in class javax.xml.rpc.soap.SOAPFaultException
- Gets the
faultstring
element.
- getFaultString() -
Method in interface javax.xml.soap.SOAPFault
- Gets the fault string for this
SOAPFault
object.
- getFaultStringLocale() -
Method in interface javax.xml.soap.SOAPFault
- Gets the locale of the fault string for this
SOAPFault
object.
- getFeature(String) -
Method in class javax.xml.parsers.SAXParserFactory
- Returns the particular property requested for in the underlying
implementation of org.xml.sax.XMLReader.
- getFeature(String) -
Method in class javax.xml.transform.TransformerFactory
- Look up the value of a feature.
- getFieldNames() -
Method in interface javax.management.Descriptor
- Returns all the fields names in the descriptor.
- getFieldNames() -
Method in class javax.management.modelmbean.DescriptorSupport
- Returns all the fields names in the descriptor.
- getFieldValue(String) -
Method in interface javax.management.Descriptor
- Returns the value for a specific fieldname.
- getFieldValue(String) -
Method in class javax.management.modelmbean.DescriptorSupport
- Returns the value for a specific fieldname.
- getFieldValues(String[]) -
Method in interface javax.management.Descriptor
- Returns all the field values in the descriptor as an array of Objects.
- getFieldValues(String[]) -
Method in class javax.management.modelmbean.DescriptorSupport
- Returns all the field values in the descriptor as an array of Objects.
- getFields() -
Method in interface javax.management.Descriptor
- Returns all of the fields contained in this descriptor as a string array.
- getFields() -
Method in class javax.management.modelmbean.DescriptorSupport
- Returns all the fields in the descriptor.
- getFile() -
Method in class javax.activation.FileDataSource
- Return the File object that corresponds to this FileDataSource.
- getFile() -
Method in class javax.mail.URLName
- Returns the file name of this URLName.
- getFileName() -
Method in interface javax.mail.Part
- Get the filename associated with this part, if possible.
- getFileName() -
Method in class javax.mail.internet.MimeBodyPart
- Get the filename associated with this body part.
- getFileName() -
Method in class javax.mail.internet.MimeMessage
- Get the filename associated with this Message.
- getFilename() -
Method in interface javax.enterprise.deploy.model.DDBeanRoot
- Returns the filename relative to the root of the module
of the XML instance document this DDBeanRoot represents.
- getFilterName() -
Method in interface javax.servlet.FilterConfig
- Returns the filter-name of this filter as defined in the deployment descriptor.
- getFirstName() -
Method in interface javax.xml.registry.infomodel.PersonName
- Gets the first name for this Person.
- getFixedRate(Integer) -
Method in class javax.management.timer.Timer
- Gets a copy of the flag indicating whether a peridic notification is
executed at fixed-delay or at fixed-rate.
- getFixedRate(Integer) -
Method in interface javax.management.timer.TimerMBean
- Gets a copy of the flag indicating whether a peridic notification is
executed at fixed-delay or at fixed-rate.
- getFlags() -
Method in class javax.mail.Message
- Returns a
Flags
object containing the flags for
this message.
- getFlags() -
Method in class javax.mail.internet.MimeMessage
- Return a
Flags
object containing the flags for
this message.
- getFlags() -
Method in class javax.mail.search.FlagTerm
- Return the Flags to test.
- getFloat(String) -
Method in interface javax.jms.MapMessage
- Returns the
float
value with the specified name.
- getFloatProperty(String) -
Method in interface javax.jms.Message
- Returns the value of the
float
property with the specified
name.
- getFolder(String) -
Method in class javax.mail.Folder
- Return the Folder object corresponding to the given name.
- getFolder() -
Method in class javax.mail.FolderClosedException
- Returns the dead Folder object
- getFolder() -
Method in class javax.mail.FolderNotFoundException
- Returns the offending Folder object.
- getFolder() -
Method in class javax.mail.Message
- Get the folder from which this message was obtained.
- getFolder() -
Method in class javax.mail.ReadOnlyFolderException
- Returns the dead Folder object.
- getFolder(URLName) -
Method in class javax.mail.Session
- Get a closed Folder object for the given URLName.
- getFolder(String) -
Method in class javax.mail.Store
- Return the Folder object corresponding to the given name.
- getFolder(URLName) -
Method in class javax.mail.Store
- Return a closed Folder object, corresponding to the given
URLName.
- getFolder() -
Method in class javax.mail.event.FolderEvent
- Return the affected folder.
- getFormatId() -
Method in interface javax.transaction.xa.Xid
- Obtain the format identifier part of the XID.
- getFreePoolSize() -
Method in interface javax.management.j2ee.statistics.JCAConnectionPoolStats
- The number of free connections in the pool
- getFreePoolSize() -
Method in interface javax.management.j2ee.statistics.JDBCConnectionPoolStats
- Number of free connections in the pool.
- getFrom() -
Method in class javax.mail.Message
- Returns the "From" attribute.
- getFrom() -
Method in class javax.mail.internet.MimeMessage
- Returns the value of the RFC 822 "From" header fields.
- getFullName() -
Method in class javax.mail.Folder
- Returns the full name of this Folder.
- getFullName() -
Method in interface javax.xml.registry.infomodel.PersonName
- Gets the fully formatted name for this person.
- getFunction(String) -
Method in class javax.servlet.jsp.tagext.TagLibraryInfo
- Get the FunctionInfo for a given function name, looking through all the
functions in this tag library.
- getFunctionClass() -
Method in class javax.servlet.jsp.tagext.FunctionInfo
- The class of the function.
- getFunctionSignature() -
Method in class javax.servlet.jsp.tagext.FunctionInfo
- The signature of the function.
- getFunctions() -
Method in class javax.servlet.jsp.tagext.TagLibraryInfo
- An array describing the functions that are defined in this tag library.
- getGlobalTransactionId() -
Method in interface javax.transaction.xa.Xid
- Obtain the global transaction identifier part of XID as an array
of bytes.
- getGranularityPeriod() -
Method in class javax.management.monitor.Monitor
- Gets the granularity period (in milliseconds).
- getGranularityPeriod() -
Method in interface javax.management.monitor.MonitorMBean
- Gets the granularity period (in milliseconds).
- getGroup(boolean) -
Method in class javax.mail.internet.InternetAddress
- Return the members of a group address.
- getHandle() -
Method in interface javax.ejb.EJBObject
- Obtain a handle for the EJB object.
- getHandle() -
Method in interface javax.ejb.Timer
- Get a serializable handle to the timer.
- getHandler() -
Method in class javax.xml.transform.sax.SAXResult
- Get the
ContentHandler
that is the Result.
- getHandlerChain(QName) -
Method in interface javax.xml.rpc.handler.HandlerRegistry
- Gets the handler chain for the specified service endpoint.
- getHandlerClass() -
Method in class javax.xml.rpc.handler.HandlerInfo
- Gets the Handler class
- getHandlerConfig() -
Method in class javax.xml.rpc.handler.HandlerInfo
- Gets the Handler configuration
- getHandlerKeys() -
Static method in class javax.security.jacc.PolicyContext
- This method may be used to obtain the keys that identify the
container specific context handlers registered by the container.
- getHandlerRegistry() -
Method in interface javax.xml.rpc.Service
- Returns the configured
HandlerRegistry
instance
for this Service
instance.
- getHeader(String) -
Method in interface javax.mail.Part
- Get all the headers for this header name.
- getHeader(String) -
Method in class javax.mail.internet.InternetHeaders
- Return all the values for the specified header.
- getHeader(String, String) -
Method in class javax.mail.internet.InternetHeaders
- Get all the headers for this header name, returned as a single
String, with headers separated by the delimiter.
- getHeader(String) -
Method in class javax.mail.internet.MimeBodyPart
- Get all the headers for this header_name.
- getHeader(String, String) -
Method in class javax.mail.internet.MimeBodyPart
- Get all the headers for this header name, returned as a single
String, with headers separated by the delimiter.
- getHeader(String) -
Method in class javax.mail.internet.MimeMessage
- Get all the headers for this header_name.
- getHeader(String, String) -
Method in class javax.mail.internet.MimeMessage
- Get all the headers for this header name, returned as a single
String, with headers separated by the delimiter.
- getHeader(String, String) -
Method in interface javax.mail.internet.MimePart
- Get the values of all header fields available for this header,
returned as a single String, with the values separated by the
delimiter.
- getHeader(String) -
Method in interface javax.servlet.http.HttpServletRequest
- Returns the value of the specified request header
as a
String
.
- getHeader(String) -
Method in class javax.servlet.http.HttpServletRequestWrapper
- The default behavior of this method is to return getHeader(String name)
on the wrapped request object.
- getHeader(String) -
Method in class javax.xml.soap.MimeHeaders
- Returns all of the values for the specified header as an array of
String
objects.
- getHeader() -
Method in interface javax.xml.soap.SOAPEnvelope
- Returns the
SOAPHeader
object for
this SOAPEnvelope
object.
- getHeaderName() -
Method in class javax.mail.search.HeaderTerm
- Return the name of the header to compare with.
- getHeaderNames() -
Method in class javax.mail.FetchProfile
- Get the names of the header-fields set in this profile.
- getHeaderNames() -
Method in interface javax.servlet.http.HttpServletRequest
- Returns an enumeration of all the header names
this request contains.
- getHeaderNames() -
Method in class javax.servlet.http.HttpServletRequestWrapper
- The default behavior of this method is to return getHeaderNames()
on the wrapped request object.
- getHeaders(String) -
Method in interface javax.servlet.http.HttpServletRequest
- Returns all the values of the specified request header
as an
Enumeration
of String
objects.
- getHeaders(String) -
Method in class javax.servlet.http.HttpServletRequestWrapper
- The default behavior of this method is to return getHeaders(String name)
on the wrapped request object.
- getHeaders() -
Method in class javax.xml.rpc.handler.GenericHandler
- Gets the header blocks processed by this Handler instance.
- getHeaders() -
Method in interface javax.xml.rpc.handler.Handler
- Gets the header blocks that can be processed by this Handler
instance.
- getHeaders() -
Method in class javax.xml.rpc.handler.HandlerInfo
- Gets the header blocks processed by this Handler.
- getHeapSize() -
Method in interface javax.management.j2ee.statistics.JVMStats
- Size of the JVM's heap.
- getHighThreshold() -
Method in class javax.management.monitor.GaugeMonitor
- Gets the high threshold value common to all observed MBeans.
- getHighThreshold() -
Method in interface javax.management.monitor.GaugeMonitorMBean
- Gets the high threshold value.
- getHighWaterMark() -
Method in interface javax.management.j2ee.statistics.RangeStatistic
- The highest value this attribute has held since the beginning of the measurement.
- getHomeHandle() -
Method in interface javax.ejb.EJBHome
- Obtain a handle for the remote home object.
- getHomeInterfaceClass() -
Method in interface javax.ejb.EJBMetaData
- Obtain the Class object for the enterprise Bean's remote home interface.
- getHost() -
Method in class javax.mail.URLName
- Returns the host of this URLName.
- getHost() -
Method in class javax.mail.internet.NewsAddress
- Get the host.
- getHttpSession() -
Method in interface javax.xml.rpc.server.ServletEndpointContext
- The
getHttpSession
method returns the current
HTTP session (as a javax.servlet.http.HTTPSession
).
- getHumanPresentableName() -
Method in class javax.activation.ActivationDataFlavor
- Return the Human Presentable name.
- getId() -
Method in interface javax.enterprise.deploy.model.DDBean
- Returns a tool-specific reference for attribute ID on an
element in the deployment descriptor.
- getId() -
Method in class javax.resource.spi.ConnectionEvent
- Get the type of event
- getId() -
Method in interface javax.servlet.http.HttpSession
- Returns a string containing the unique identifier assigned
to this session.
- getId() -
Method in class javax.servlet.jsp.tagext.TagData
- The value of the tag's id attribute.
- getId() -
Method in class javax.servlet.jsp.tagext.TagSupport
- The value of the id attribute of this tag; or null.
- getId() -
Method in class javax.servlet.jsp.tagext.ValidationMessage
- Get the jsp:id.
- getId() -
Method in interface javax.xml.registry.infomodel.Key
- Returns the unique Id of this key.
- getIdAttribute(TagAttributeInfo[]) -
Static method in class javax.servlet.jsp.tagext.TagAttributeInfo
- Convenience static method that goes through an array of TagAttributeInfo
objects and looks for "id".
- getIdentificationScheme() -
Method in interface javax.xml.registry.infomodel.ExternalIdentifier
- Gets the ClassificationScheme that is used as the identification scheme
for identifying this object.
- getIds() -
Method in interface javax.servlet.http.HttpSessionContext
- Deprecated. As of Java Servlet API 2.1 with
no replacement. This method must return
an empty
Enumeration
and will be removed
in a future version of this API.
- getIgnoreCase() -
Method in class javax.mail.search.StringTerm
- Return true if we should ignore case when matching.
- getImpact() -
Method in class javax.management.MBeanOperationInfo
- Returns the impact of the method, one of
INFO
, ACTION
, ACTION_INFO
, UNKNOWN
.
- getImpact(MBeanOperationInfo) -
Method in class javax.management.StandardMBean
- Customization hook:
Get the impact flag of the operation that will be used in
the MBeanOperationInfo returned by this MBean.
- getImpact() -
Method in interface javax.management.openmbean.OpenMBeanOperationInfo
- Returns an int constant qualifying the impact of the
operation described by this OpenMBeanOperationInfo
instance.
- getImplementation() -
Method in class javax.management.StandardMBean
- Get the implementation of this MBean.
- getImplementationClass() -
Method in class javax.management.StandardMBean
- Get the class of the implementation of this MBean.
- getImplementationName() -
Method in class javax.management.MBeanServerDelegate
- Returns the JMX implementation name (the name of this product).
- getImplementationName() -
Method in interface javax.management.MBeanServerDelegateMBean
- Returns the JMX implementation name (the name of this product).
- getImplementationVendor() -
Method in class javax.management.MBeanServerDelegate
- Returns the JMX implementation vendor (the vendor of this product).
- getImplementationVendor() -
Method in interface javax.management.MBeanServerDelegateMBean
- Returns the JMX implementation vendor (the vendor of this product).
- getImplementationVersion() -
Method in class javax.management.MBeanServerDelegate
- Returns the JMX implementation version (the version of this product).
- getImplementationVersion() -
Method in interface javax.management.MBeanServerDelegateMBean
- Returns the JMX implementation version (the version of this product).
- getIndexNames() -
Method in class javax.management.openmbean.TabularType
- Returns, in the same order as was given to this instance's
constructor, an unmodifiable List of the names of the items the
values of which are used to uniquely index each row element of
tabular data values described by this
TabularType
instance.
- getInfo() -
Method in interface javax.ejb.Timer
- Get the information associated with the timer at the time of creation.
- getInfoString() -
Method in class javax.servlet.jsp.tagext.TagInfo
- The information string for the tag.
- getInfoString() -
Method in class javax.servlet.jsp.tagext.TagLibraryInfo
- Information (documentation) for this TLD.
- getInitParameter(String) -
Method in interface javax.servlet.FilterConfig
- Returns a
String
containing the value of the
named initialization parameter, or null
if
the parameter does not exist.
- getInitParameter(String) -
Method in class javax.servlet.GenericServlet
- Returns a
String
containing the value of the named
initialization parameter, or null
if the parameter does
not exist.
- getInitParameter(String) -
Method in interface javax.servlet.ServletConfig
- Returns a
String
containing the value of the
named initialization parameter, or null
if
the parameter does not exist.
- getInitParameter(String) -
Method in interface javax.servlet.ServletContext
- Returns a
String
containing the value of the named
context-wide initialization parameter, or null
if the
parameter does not exist.
- getInitParameterNames() -
Method in interface javax.servlet.FilterConfig
- Returns the names of the filter's initialization parameters
as an
Enumeration
of String
objects,
or an empty Enumeration
if the filter has
no initialization parameters.
- getInitParameterNames() -
Method in class javax.servlet.GenericServlet
- Returns the names of the servlet's initialization parameters
as an
Enumeration
of String
objects,
or an empty Enumeration
if the servlet has no
initialization parameters.
- getInitParameterNames() -
Method in interface javax.servlet.ServletConfig
- Returns the names of the servlet's initialization parameters
as an
Enumeration
of String
objects,
or an empty Enumeration
if the servlet has
no initialization parameters.
- getInitParameterNames() -
Method in interface javax.servlet.ServletContext
- Returns the names of the context's initialization parameters as an
Enumeration
of String
objects, or an
empty Enumeration
if the context has no initialization
parameters.
- getInitParameters() -
Method in class javax.servlet.jsp.tagext.TagLibraryValidator
- Get the init parameters data as an immutable Map.
- getInitThreshold() -
Method in class javax.management.monitor.CounterMonitor
- Gets the initial threshold value common to all observed objects.
- getInitThreshold() -
Method in interface javax.management.monitor.CounterMonitorMBean
- Gets the initial threshold value common to all observed objects.
- getInputSource() -
Method in class javax.xml.transform.sax.SAXSource
- Get the SAX InputSource to be used for the Source.
- getInputStream() -
Method in class javax.activation.DataHandler
- Get the InputStream for this object.
- getInputStream() -
Method in interface javax.activation.DataSource
- This method returns an
InputStream
representing
the data and throws the appropriate exception if it can
not do so.
- getInputStream() -
Method in class javax.activation.FileDataSource
- This method will return an InputStream representing the
the data and will throw an IOException if it can
not do so.
- getInputStream() -
Method in class javax.activation.URLDataSource
- The getInputStream method from the URL.
- getInputStream() -
Method in interface javax.mail.Part
- Return an input stream for this part's "content".
- getInputStream() -
Method in class javax.mail.internet.MimeBodyPart
- Return a decoded input stream for this body part's "content".
- getInputStream() -
Method in class javax.mail.internet.MimeMessage
- Return a decoded input stream for this Message's "content".
- getInputStream() -
Method in class javax.mail.internet.MimePartDataSource
- Returns an input stream from this MimePart.
- getInputStream() -
Method in interface javax.servlet.ServletRequest
- Retrieves the body of the request as binary data using
a
ServletInputStream
.
- getInputStream() -
Method in class javax.servlet.ServletRequestWrapper
- The default behavior of this method is to return getInputStream()
on the wrapped request object.
- getInputStream() -
Method in class javax.servlet.jsp.tagext.PageData
- Returns an input stream on the XML view of a JSP page.
- getInputStream() -
Method in class javax.xml.transform.stream.StreamSource
- Get the byte stream that was set with setByteStream.
- getInstance() -
Static method in class javax.enterprise.deploy.shared.factories.DeploymentFactoryManager
- Retrieve the Singleton DeploymentFactoryManager
- getInstance(Properties, Authenticator) -
Static method in class javax.mail.Session
- Get a new Session object.
- getInstance(Properties) -
Static method in class javax.mail.Session
- Get a new Session object.
- getInstance(String) -
Static method in class javax.management.ObjectName
- Return an instance of ObjectName that can be used anywhere
an object obtained with
new
ObjectName(name)
can be used.
- getInstance(String, String, String) -
Static method in class javax.management.ObjectName
- Return an instance of ObjectName that can be used anywhere
an object obtained with
new ObjectName(domain, key, value)
can be used.
- getInstance(String, Hashtable) -
Static method in class javax.management.ObjectName
- Return an instance of ObjectName that can be used anywhere
an object obtained with
new ObjectName(domain, table)
can be used.
- getInstance(ObjectName) -
Static method in class javax.management.ObjectName
- Return an instance of ObjectName that can be used anywhere
the given object can be used.
- getInt(String) -
Method in interface javax.jms.MapMessage
- Returns the
int
value with the specified name.
- getIntHeader(String) -
Method in interface javax.servlet.http.HttpServletRequest
- Returns the value of the specified request header
as an
int
.
- getIntHeader(String) -
Method in class javax.servlet.http.HttpServletRequestWrapper
- The default behavior of this method is to return getIntHeader(String name)
on the wrapped request object.
- getIntProperty(String) -
Method in interface javax.jms.Message
- Returns the value of the
int
property with the specified
name.
- getInteractionSpecsSupported() -
Method in interface javax.resource.cci.ResourceAdapterMetaData
- Returns an array of fully-qualified names of InteractionSpec
types supported by the CCI implementation for this resource
adapter.
- getInvalidAddresses() -
Method in class javax.mail.SendFailedException
- Return the addresses to which this message could not be sent.
- getInvalidAddresses() -
Method in class javax.mail.event.TransportEvent
- Return the addresses to which this message could not be sent.
- getInvalidConnections(Set) -
Method in interface javax.resource.spi.ValidatingManagedConnectionFactory
- This method returns a set of invalid
ManagedConnection
objects chosen from a specified set of ManagedConnection
objects.
- getInvalidPropertyDescriptors() -
Method in class javax.resource.spi.InvalidPropertyException
- Get the list of invalid properties.
- getItems() -
Method in class javax.mail.FetchProfile
- Get the items set in this profile.
- getJMSCorrelationID() -
Method in interface javax.jms.Message
- Gets the correlation ID for the message.
- getJMSCorrelationIDAsBytes() -
Method in interface javax.jms.Message
- Gets the correlation ID as an array of bytes for the message.
- getJMSDeliveryMode() -
Method in interface javax.jms.Message
- Gets the
DeliveryMode
value specified for this message.
- getJMSDestination() -
Method in interface javax.jms.Message
- Gets the
Destination
object for this message.
- getJMSExpiration() -
Method in interface javax.jms.Message
- Gets the message's expiration value.
- getJMSMajorVersion() -
Method in interface javax.jms.ConnectionMetaData
- Gets the JMS major version number.
- getJMSMessageID() -
Method in interface javax.jms.Message
- Gets the message ID.
- getJMSMinorVersion() -
Method in interface javax.jms.ConnectionMetaData
- Gets the JMS minor version number.
- getJMSPriority() -
Method in interface javax.jms.Message
- Gets the message priority level.
- getJMSProviderName() -
Method in interface javax.jms.ConnectionMetaData
- Gets the JMS provider name.
- getJMSRedelivered() -
Method in interface javax.jms.Message
- Gets an indication of whether this message is being redelivered.
- getJMSReplyTo() -
Method in interface javax.jms.Message
- Gets the
Destination
object to which a reply to this
message should be sent.
- getJMSTimestamp() -
Method in interface javax.jms.Message
- Gets the message timestamp.
- getJMSType() -
Method in interface javax.jms.Message
- Gets the message type identifier supplied by the client when the
message was sent.
- getJMSVersion() -
Method in interface javax.jms.ConnectionMetaData
- Gets the JMS API version.
- getJMSXPropertyNames() -
Method in interface javax.jms.ConnectionMetaData
- Gets an enumeration of the JMSX property names.
- getJdbcDataSource() -
Method in interface javax.management.j2ee.statistics.JDBCConnectionStats
- Identifies the JDBC driver for the corresponding JDBCConnection.
- getJspBody() -
Method in class javax.servlet.jsp.tagext.SimpleTagSupport
- Returns the body passed in by the container via setJspBody.
- getJspContext() -
Method in class javax.servlet.jsp.tagext.JspFragment
- Returns the JspContext that is bound to this JspFragment.
- getJspContext() -
Method in class javax.servlet.jsp.tagext.SimpleTagSupport
- Returns the page context passed in by the container via
setJspContext.
- getKey() -
Method in interface javax.xml.registry.infomodel.RegistryObject
- Gets the key representing the universally unique ID (UUID) for this object.
- getKeyProperty(String) -
Method in class javax.management.ObjectName
- Obtains the value associated with a key in a key property.
- getKeyPropertyList() -
Method in class javax.management.ObjectName
- Returns the key properties as a Hashtable.
- getKeyPropertyListString() -
Method in class javax.management.ObjectName
- Returns a string representation of the list of key
properties specified at creation time.
- getKeys() -
Method in interface javax.security.jacc.PolicyContextHandler
- This public method returns the keys identifying the context objects
supported by the handler.
- getLargeIcon() -
Method in class javax.servlet.jsp.tagext.TagInfo
- Get the path to the large icon.
- getLastAccessedTime() -
Method in interface javax.servlet.http.HttpSession
- Returns the last time the client sent a request associated with
this session, as the number of milliseconds since midnight
January 1, 1970 GMT, and marked by the time the container received the request.
- getLastModified(HttpServletRequest) -
Method in class javax.servlet.http.HttpServlet
- Returns the time the
HttpServletRequest
object was last modified,
in milliseconds since midnight January 1, 1970 GMT.
- getLastName() -
Method in interface javax.xml.registry.infomodel.PersonName
- Gets the last name (surname) for this Person.
- getLastSampleTime() -
Method in interface javax.management.j2ee.statistics.Statistic
- The time of the last measurement represented as a long, whose value is the number of milliseconds since January 1, 1970, 00:00:00.
- getLegalValues() -
Method in class javax.management.openmbean.OpenMBeanAttributeInfoSupport
- Returns an unmodifiable Set of legal values for the attribute described by this OpenMBeanAttributeInfoSupport instance,
if specified, or null otherwise.
- getLegalValues() -
Method in interface javax.management.openmbean.OpenMBeanParameterInfo
- Returns the set of legal values for this parameter, if it has
one, or null otherwise.
- getLegalValues() -
Method in class javax.management.openmbean.OpenMBeanParameterInfoSupport
- Returns an unmodifiable Set of legal values for the parameter described by this OpenMBeanParameterInfoSupport instance,
if specified, or null otherwise.
- getLexicalHandler() -
Method in class javax.xml.transform.sax.SAXResult
- Get a SAX2
LexicalHandler
for the output.
- getLibraryDirectory() -
Method in class javax.management.loading.MLet
- Gets the current directory used by the library loader for
storing native libraries before they are loaded into memory.
- getLibraryDirectory() -
Method in interface javax.management.loading.MLetMBean
- Gets the current directory used by the library loader for
storing native libraries before they are loaded into memory.
- getLifeCycleManager() -
Method in interface javax.xml.registry.infomodel.RegistryObject
- Returns the LifeCycleManager that created this object.
- getLineCount() -
Method in interface javax.mail.Part
- Return the number of lines in the content of this part.
- getLineCount() -
Method in class javax.mail.internet.MimeBodyPart
- Return the number of lines for the content of this Part.
- getLineCount() -
Method in class javax.mail.internet.MimeMessage
- Return the number of lines for the content of this message.
- getLineNumber() -
Method in interface javax.xml.transform.SourceLocator
- Return the line number where the current document event ends.
- getLinkedCause() -
Method in class javax.xml.rpc.JAXRPCException
- Gets the Linked cause
- getLinkedCause() -
Method in class javax.xml.rpc.ServiceException
- Gets the Linked cause
- getLinkedException() -
Method in class javax.jms.JMSException
- Gets the exception linked to this one.
- getLinkedException() -
Method in class javax.resource.ResourceException
- Deprecated. J2SE release 1.4 supports a chained exception facility
that allows any throwable to know about another throwable, if any,
that caused it to get thrown. Refer to
getCause
and
initCause
methods of the
java.lang.Throwable
class..
- getLinkedObjects() -
Method in interface javax.xml.registry.infomodel.ExternalLink
- Gets the collection of RegistryObjects that are annotated by this
ExternalLink.
- getLinkedWarning() -
Method in class javax.resource.cci.ResourceWarning
- Deprecated. J2SE release 1.4 supports a chained exception facility
that allows any throwable to know about another throwable, if any,
that caused it to get thrown. Refer to
getCause
and
initCause
methods of the
java.lang.Throwable
class.
- getListenerRegistry() -
Method in interface javax.management.j2ee.Management
- Returns the listener registry implementation for this MEJB.
- getLocalAddr() -
Method in interface javax.servlet.ServletRequest
- Returns the Internet Protocol (IP) address of the interface on
which the request was received.
- getLocalAddr() -
Method in class javax.servlet.ServletRequestWrapper
- The default behavior of this method is to return
getLocalAddr() on the wrapped request object.
- getLocalAddress(Session) -
Static method in class javax.mail.internet.InternetAddress
- Return an InternetAddress object representing the current user.
- getLocalName() -
Method in interface javax.servlet.ServletRequest
- Returns the host name of the Internet Protocol (IP) interface on
which the request was received.
- getLocalName() -
Method in class javax.servlet.ServletRequestWrapper
- The default behavior of this method is to return
getLocalName() on the wrapped request object.
- getLocalName() -
Method in interface javax.xml.soap.Name
- Gets the local name part of the XML name that this
Name
object represents.
- getLocalPart() -
Method in class javax.xml.namespace.QName
- Get the local part of this
QName
.
- getLocalPort() -
Method in interface javax.servlet.ServletRequest
- Returns the Internet Protocol (IP) port number of the interface
on which the request was received.
- getLocalPort() -
Method in class javax.servlet.ServletRequestWrapper
- The default behavior of this method is to return
getLocalPort() on the wrapped request object.
- getLocalTransaction() -
Method in interface javax.resource.cci.Connection
- Returns an LocalTransaction instance that enables a component to
demarcate resource manager local transactions on the Connection.
- getLocalTransaction() -
Method in interface javax.resource.spi.ManagedConnection
- Returns an
javax.resource.spi.LocalTransaction
instance.
- getLocale() -
Method in interface javax.servlet.ServletRequest
- Returns the preferred
Locale
that the client will
accept content in, based on the Accept-Language header.
- getLocale() -
Method in class javax.servlet.ServletRequestWrapper
- The default behavior of this method is to return getLocale()
on the wrapped request object.
- getLocale() -
Method in interface javax.servlet.ServletResponse
- Returns the locale specified for this response
using the
ServletResponse.setLocale(java.util.Locale)
method.
- getLocale() -
Method in class javax.servlet.ServletResponseWrapper
- The default behavior of this method is to return getLocale()
on the wrapped response object.
- getLocale() -
Method in interface javax.xml.registry.infomodel.LocalizedString
- Get the Locale for this object.
- getLocales() -
Method in interface javax.servlet.ServletRequest
- Returns an
Enumeration
of Locale
objects
indicating, in decreasing order starting with the preferred locale, the
locales that are acceptable to the client based on the Accept-Language
header.
- getLocales() -
Method in class javax.servlet.ServletRequestWrapper
- The default behavior of this method is to return getLocales()
on the wrapped request object.
- getLocalizedString(Locale, String) -
Method in interface javax.xml.registry.infomodel.InternationalString
- Gets the LocalizedString for the specified Locale and charsetName.
- getLocalizedStrings() -
Method in interface javax.xml.registry.infomodel.InternationalString
- Returns the LocalizedStrings associated with this object.
- getLocationAsString() -
Method in class javax.xml.transform.TransformerException
- Get the location information as a string.
- getLocator() -
Method in class javax.xml.transform.TransformerException
- Method getLocator retrieves an instance of a SourceLocator
object that specifies where an error occured.
- getLogWriter() -
Method in interface javax.resource.spi.ManagedConnection
- Gets the log writer for this ManagedConnection instance.
- getLogWriter() -
Method in interface javax.resource.spi.ManagedConnectionFactory
- Get the log writer for this ManagedConnectionFactory instance.
- getLong(String) -
Method in interface javax.jms.MapMessage
- Returns the
long
value with the specified name.
- getLongProperty(String) -
Method in interface javax.jms.Message
- Returns the value of the
long
property with the specified
name.
- getLowThreshold() -
Method in class javax.management.monitor.GaugeMonitor
- Gets the low threshold value common to all observed MBeans.
- getLowThreshold() -
Method in interface javax.management.monitor.GaugeMonitorMBean
- Gets the low threshold value.
- getLowWaterMark() -
Method in interface javax.management.j2ee.statistics.RangeStatistic
- The lowest value this attribute has held since the beginning of the measurement.
- getLowerBound() -
Method in interface javax.management.j2ee.statistics.BoundaryStatistic
- The lower limit of the value of this attribute.The upper limit of the value of this attribute.
- getMBeanCount() -
Method in interface javax.management.MBeanServer
- Returns the number of MBeans registered in the MBean server.
- getMBeanCount() -
Method in interface javax.management.MBeanServerConnection
- Returns the number of MBeans registered in the MBean server.
- getMBeanCount() -
Method in interface javax.management.j2ee.Management
- Returns the number of managed objects registered in the MEJB.
- getMBeanDescriptor() -
Method in interface javax.management.modelmbean.ModelMBeanInfo
- Returns the ModelMBean's descriptor which contains MBean wide policies.
- getMBeanDescriptor() -
Method in class javax.management.modelmbean.ModelMBeanInfoSupport
-
- getMBeanInfo() -
Method in interface javax.management.DynamicMBean
- Provides the exposed attributes and actions of the Dynamic MBean using an MBeanInfo object.
- getMBeanInfo(ObjectName) -
Method in interface javax.management.MBeanServer
- This method discovers the attributes and operations that an
MBean exposes for management.
- getMBeanInfo(ObjectName) -
Method in interface javax.management.MBeanServerConnection
- This method discovers the attributes and operations that an
MBean exposes for management.
- getMBeanInfo() -
Method in class javax.management.StandardMBean
- Get the
MBeanInfo
for this MBean.
- getMBeanInfo(ObjectName) -
Method in interface javax.management.j2ee.Management
- This method discovers the attributes and operations that a managed object exposes
for management.
- getMBeanInfo() -
Method in class javax.management.modelmbean.RequiredModelMBean
- Returns the attributes, operations, constructors and notifications
that this RequiredModelMBean exposes for management.
- getMBeanInterface() -
Method in class javax.management.StandardMBean
- Get the Management Interface of this MBean.
- getMBeanName() -
Method in class javax.management.MBeanServerNotification
- Returns the object name of the MBean that caused the notification.
- getMBeanServer() -
Static method in class javax.management.QueryEval
- Return the MBean server that was most recently given to the
setMBeanServer
method by this thread.
- getMBeanServerId() -
Method in class javax.management.MBeanServerDelegate
- Returns the MBean server agent identity.
- getMBeanServerId() -
Method in interface javax.management.MBeanServerDelegateMBean
- Returns the MBean server agent identity.
- getMBeansFromURL(URL) -
Method in class javax.management.loading.MLet
- Loads a text file containing MLET tags that define the MBeans to
be added to the agent.
- getMBeansFromURL(String) -
Method in class javax.management.loading.MLet
- Loads a text file containing MLET tags that define the MBeans to
be added to the agent.
- getMBeansFromURL(String) -
Method in interface javax.management.loading.MLetMBean
- Loads a text file containing MLET tags that define the MBeans to
be added to the agent.
- getMBeansFromURL(URL) -
Method in interface javax.management.loading.MLetMBean
- Loads a text file containing MLET tags that define the MBeans to
be added to the agent.
- getMBeansToUnregister() -
Method in class javax.management.relation.RelationNotification
- Returns the list of ObjectNames of MBeans expected to be unregistered
due to a relation removal (only for relation removal).
- getMajorVersion() -
Method in interface javax.servlet.ServletContext
- Returns the major version of the Java Servlet API that this
servlet container supports.
- getMajorVersion() -
Method in interface javax.xml.registry.infomodel.Versionable
- Gets the major revision number for this version of the Versionable object.
- getManagedConnectionFactory() -
Method in interface javax.management.j2ee.statistics.JCAConnectionStats
- Returns the associated JCAManagedConnectionFactory OBJECT_NAME
- getManagedConnectionFactory() -
Method in class javax.resource.spi.security.PasswordCredential
- Gets the target ManagedConnectionFactory for which the user name and
password has been set by the application server.
- getMapNames() -
Method in interface javax.jms.MapMessage
- Returns an
Enumeration
of all the names in the
MapMessage
object.
- getMatchingHeaderLines(String[]) -
Method in class javax.mail.internet.InternetHeaders
- Return all matching header lines as an Enumeration of Strings.
- getMatchingHeaderLines(String[]) -
Method in class javax.mail.internet.MimeBodyPart
- Get matching header lines as an Enumeration of Strings.
- getMatchingHeaderLines(String[]) -
Method in class javax.mail.internet.MimeMessage
- Get matching header lines as an Enumeration of Strings.
- getMatchingHeaderLines(String[]) -
Method in interface javax.mail.internet.MimePart
- Get matching header lines as an Enumeration of Strings.
- getMatchingHeaders(String[]) -
Method in interface javax.mail.Part
- Return matching headers from this part as an Enumeration of
Header objects.
- getMatchingHeaders(String[]) -
Method in class javax.mail.internet.InternetHeaders
- Return all matching
Header
objects.
- getMatchingHeaders(String[]) -
Method in class javax.mail.internet.MimeBodyPart
- Return matching headers from this Message as an Enumeration of
Header objects.
- getMatchingHeaders(String[]) -
Method in class javax.mail.internet.MimeMessage
- Return matching headers from this Message as an Enumeration of
Header objects.
- getMatchingHeaders(String[]) -
Method in class javax.xml.soap.MimeHeaders
- Returns all the
MimeHeader
objects whose name matches
a name in the given array of names.
- getMatchingMimeHeaders(String[]) -
Method in class javax.xml.soap.AttachmentPart
- Retrieves all
MimeHeader
objects that match a name in
the given array.
- getMatchingMimeHeaders(String[]) -
Method in class javax.xml.soap.SOAPPart
- Retrieves all
MimeHeader
objects that match a name in
the given array.
- getMaxAge() -
Method in class javax.servlet.http.Cookie
- Returns the maximum age of the cookie, specified in seconds,
By default,
-1
indicating the cookie will persist
until browser shutdown.
- getMaxConnections() -
Method in interface javax.resource.spi.ManagedConnectionMetaData
- Returns maximum limit on number of active concurrent connections
that an EIS instance can support across client processes.
- getMaxDegree() -
Method in class javax.management.relation.RoleInfo
- Returns maximum degree for corresponding role reference.
- getMaxInactiveInterval() -
Method in interface javax.servlet.http.HttpSession
- Returns the maximum time interval, in seconds, that
the servlet container will keep this session open between
client accesses.
- getMaxTime() -
Method in interface javax.management.j2ee.statistics.TimeStatistic
- The maximum amount of time taken to complete one invocation of this operation since the beginning of this measurement.
- getMaxValue() -
Method in class javax.management.openmbean.OpenMBeanAttributeInfoSupport
- Returns the maximal value for the attribute described by this OpenMBeanAttributeInfoSupport instance,
if specified, or null otherwise.
- getMaxValue() -
Method in interface javax.management.openmbean.OpenMBeanParameterInfo
- Returns the maximal value for this parameter, if it has one, or
null otherwise.
- getMaxValue() -
Method in class javax.management.openmbean.OpenMBeanParameterInfoSupport
- Returns the maximal value for the parameter described by this OpenMBeanParameterInfoSupport instance,
if specified, or null otherwise.
- getMechType() -
Method in interface javax.resource.spi.security.GenericCredential
- Deprecated. Returns the mechanism type for the GenericCredential instance.
- getMechanismType() -
Method in interface javax.xml.rpc.encoding.Deserializer
- Gets the type of the XML processing mechanism and
representation used by this Deserializer.
- getMechanismType() -
Method in interface javax.xml.rpc.encoding.Serializer
- Gets the type of the XML processing mechanism and
representation used by this Serializer.
- getMessage() -
Method in class javax.ejb.EJBException
- Returns the detail message, including the message from the nested
exception if there is one.
- getMessage() -
Method in interface javax.enterprise.deploy.spi.status.DeploymentStatus
- Retrieve any additional information about the
status of this event.
- getMessage(int) -
Method in class javax.mail.Folder
- Get the Message object corresponding to the given message
number.
- getMessage() -
Method in class javax.mail.MessageContext
- Return the Message that contains the content.
- getMessage() -
Method in class javax.mail.MessagingException
- Produce the message, include the message from the nested
exception if there is one.
- getMessage() -
Method in class javax.mail.event.MessageChangedEvent
- Return the changed Message.
- getMessage() -
Method in class javax.mail.event.StoreEvent
- Get the message from the Store.
- getMessage() -
Method in class javax.mail.event.TransportEvent
- Get the Message object associated with this Transport Event.
- getMessage() -
Method in class javax.management.Notification
- Get the notification message.
- getMessage() -
Method in class javax.resource.ResourceException
- Returns a detailed message string describing this exception.
- getMessage() -
Method in class javax.servlet.jsp.tagext.ValidationMessage
- Get the localized validation message.
- getMessage() -
Method in class javax.xml.parsers.FactoryConfigurationError
- Return the message (if any) for this error .
- getMessage() -
Method in class javax.xml.registry.JAXRException
- Returns the detail message for this
JAXRException
object.
- getMessage() -
Method in interface javax.xml.rpc.handler.soap.SOAPMessageContext
- Gets the SOAPMessage from this message context
- getMessage() -
Method in class javax.xml.soap.SOAPException
- Returns the detail message for this
SOAPException
object.
- getMessage() -
Method in class javax.xml.transform.TransformerFactoryConfigurationError
- Return the message (if any) for this error .
- getMessageAndLocation() -
Method in class javax.xml.transform.TransformerException
- Get the error message with location information
appended.
- getMessageByUID(long) -
Method in interface javax.mail.UIDFolder
- Get the Message corresponding to the given UID.
- getMessageChangeType() -
Method in class javax.mail.event.MessageChangedEvent
- Return the type of this event.
- getMessageContext() -
Method in interface javax.ejb.SessionContext
- Obtain a reference to the JAX-RPC MessageContext.
- getMessageContext() -
Method in interface javax.mail.MessageAware
- Return the message context.
- getMessageContext() -
Method in class javax.mail.internet.MimePartDataSource
- Return the
MessageContext
for the current part.
- getMessageContext() -
Method in interface javax.xml.rpc.server.ServletEndpointContext
- The method
getMessageContext
returns the
MessageContext
targeted for this endpoint instance.
- getMessageCount() -
Method in class javax.mail.Folder
- Get total number of messages in this Folder.
- getMessageCount() -
Method in interface javax.management.j2ee.statistics.JMSEndpointStats
- Number of messages sent or received.
- getMessageCount() -
Method in interface javax.management.j2ee.statistics.JMSSessionStats
- Number of messages exchanged.
- getMessageCount() -
Method in interface javax.management.j2ee.statistics.MessageDrivenBeanStats
- Number of messages received.
- getMessageID() -
Method in class javax.mail.internet.MimeMessage
- Returns the value of the "Message-ID" header field.
- getMessageListener() -
Method in interface javax.jms.MessageConsumer
- Gets the message consumer's
MessageListener
.
- getMessageListener() -
Method in interface javax.jms.Session
- Returns the session's distinguished message listener (optional).
- getMessageNumber() -
Method in class javax.mail.Message
- Get the Message number for this Message.
- getMessageSelector() -
Method in interface javax.jms.MessageConsumer
- Gets this message consumer's message selector expression.
- getMessageSelector() -
Method in interface javax.jms.QueueBrowser
- Gets this queue browser's message selector expression.
- getMessageType() -
Method in class javax.mail.event.StoreEvent
- Return the type of this event.
- getMessageWaitTime() -
Method in interface javax.management.j2ee.statistics.JMSEndpointStats
- Time spent by a message before being delivered.
- getMessageWaitTime() -
Method in interface javax.management.j2ee.statistics.JMSSessionStats
- Time spent by a message before being delivered.
- getMessages(int, int) -
Method in class javax.mail.Folder
- Get the Message objects for message numbers ranging from start
through end, both start and end inclusive.
- getMessages(int[]) -
Method in class javax.mail.Folder
- Get the Message objects for message numbers specified in
the array.
- getMessages() -
Method in class javax.mail.Folder
- Get all Message objects from this Folder.
- getMessages() -
Method in class javax.mail.event.MessageCountEvent
- Return the array of messages added or removed.
- getMessagesByUID(long, long) -
Method in interface javax.mail.UIDFolder
- Get the Messages specified by the given range.
- getMessagesByUID(long[]) -
Method in interface javax.mail.UIDFolder
- Get the Messages specified by the given array of UIDs.
- getMetaData() -
Method in interface javax.jms.Connection
- Gets the metadata for this connection.
- getMetaData() -
Method in interface javax.resource.cci.Connection
- Gets the information on the underlying EIS instance represented
through an active connection.
- getMetaData() -
Method in interface javax.resource.cci.ConnectionFactory
- Gets metadata for the Resource Adapter.
- getMetaData() -
Method in interface javax.resource.spi.ManagedConnection
- Gets the metadata information for this connection's underlying
EIS resource manager instance.
- getMethod() -
Method in interface javax.servlet.http.HttpServletRequest
- Returns the name of the HTTP method with which this
request was made, for example, GET, POST, or PUT.
- getMethod() -
Method in class javax.servlet.http.HttpServletRequestWrapper
- The default behavior of this method is to return getMethod()
on the wrapped request object.
- getMethodReadyCount() -
Method in interface javax.management.j2ee.statistics.SessionBeanStats
- Number of beans in the method-ready state.
- getMiddleName() -
Method in interface javax.xml.registry.infomodel.PersonName
- Gets the middle name for this Person.
- getMimeHeader(String) -
Method in class javax.xml.soap.AttachmentPart
- Gets all the values of the header identified by the given
String
.
- getMimeHeader(String) -
Method in class javax.xml.soap.SOAPPart
- Gets all the values of the
MimeHeader
object
in this SOAPPart
object that
is identified by the given String
.
- getMimeHeaders() -
Method in class javax.xml.soap.SOAPMessage
- Returns all the transport-specific MIME headers for this
SOAPMessage
object in a transport-independent fashion.
- getMimeType() -
Method in class javax.activation.ActivationDataFlavor
- Return the MIME type for this DataFlavor.
- getMimeType(String) -
Method in interface javax.servlet.ServletContext
- Returns the MIME type of the specified file, or
null
if
the MIME type is not known.
- getMimeType() -
Method in interface javax.xml.registry.infomodel.ExtrinsicObject
- Gets the mime type associated with this object.
- getMinDegree() -
Method in class javax.management.relation.RoleInfo
- Returns minimum degree for corresponding role reference.
- getMinTime() -
Method in interface javax.management.j2ee.statistics.TimeStatistic
- The minimum amount of time taken to complete one invocation of this operation since the beginning of this measurement.
- getMinValue() -
Method in class javax.management.openmbean.OpenMBeanAttributeInfoSupport
- Returns the minimal value for the attribute described by this OpenMBeanAttributeInfoSupport instance,
if specified, or null otherwise.
- getMinValue() -
Method in interface javax.management.openmbean.OpenMBeanParameterInfo
- Returns the minimal value for this parameter, if it has one, or
null otherwise.
- getMinValue() -
Method in class javax.management.openmbean.OpenMBeanParameterInfoSupport
- Returns the minimal value for the parameter described by this OpenMBeanParameterInfoSupport instance,
if specified, or null otherwise.
- getMinorVersion() -
Method in interface javax.servlet.ServletContext
- Returns the minor version of the Servlet API that this
servlet container supports.
- getMinorVersion() -
Method in interface javax.xml.registry.infomodel.Versionable
- Gets the minor revision number for this version of the Versionable object.
- getMode() -
Method in class javax.mail.Folder
- Return the open mode of this folder.
- getModuleDTDVersion() -
Method in interface javax.enterprise.deploy.model.DDBeanRoot
- Deprecated. As of version 1.1 replaced by
DDBeanRoot.getDDBeanRootVersion()
- getModuleDTDVersion() -
Method in interface javax.enterprise.deploy.model.DeployableObject
- Deprecated. As of version 1.1 replaced by
DDBeanRoot.getDDBeanRootVersion()
- getModuleExtension() -
Method in class javax.enterprise.deploy.shared.ModuleType
- Return the file extension string for this enumeration.
- getModuleID() -
Method in interface javax.enterprise.deploy.spi.TargetModuleID
- Retrieve the id assigned to represent
the deployed module.
- getModuleType(int) -
Static method in class javax.enterprise.deploy.shared.ModuleType
- Return an object of the specified value.
- getModuleUris(ModuleType) -
Method in interface javax.enterprise.deploy.model.J2eeApplicationObject
- Return the list of URIs of the designated module type.
- getModuleUris() -
Method in interface javax.enterprise.deploy.model.J2eeApplicationObject
- Return the list of URIs for all modules in the application.
- getModulus() -
Method in class javax.management.monitor.CounterMonitor
- Gets the modulus value common to all observed MBeans.
- getModulus() -
Method in interface javax.management.monitor.CounterMonitorMBean
- Gets the modulus value.
- getMustUnderstand() -
Method in interface javax.xml.soap.SOAPHeaderElement
- Returns whether the mustUnderstand attribute for this
SOAPHeaderElement
object is turned on.
- getName() -
Method in class javax.activation.DataHandler
- Return the name of the data object.
- getName() -
Method in interface javax.activation.DataSource
- Return the name of this object where the name of the object
is dependant on the nature of the underlying objects.
- getName() -
Method in class javax.activation.FileDataSource
- Return the name of this object.
- getName() -
Method in class javax.activation.URLDataSource
- Calls the
getFile
method on the URL used to
instantiate the object.
- getName() -
Method in interface javax.enterprise.deploy.spi.Target
- Retrieve the name of the target server.
- getName() -
Method in class javax.mail.Folder
- Returns the name of this Folder.
- getName() -
Method in class javax.mail.Header
- Returns the name of this header.
- getName() -
Method in class javax.mail.internet.MimePartDataSource
- DataSource method to return a name.
- getName() -
Method in class javax.management.Attribute
- Returns a String containing the name of the attribute.
- getName() -
Method in class javax.management.MBeanFeatureInfo
- Returns the name of the feature.
- getName() -
Method in interface javax.management.j2ee.statistics.Statistic
- The name of this Statistic.
- getName() -
Method in interface javax.management.openmbean.OpenMBeanConstructorInfo
- Returns the name of the constructor
described by this OpenMBeanConstructorInfo instance.
- getName() -
Method in interface javax.management.openmbean.OpenMBeanOperationInfo
- Returns the name of the operation
described by this OpenMBeanOperationInfo instance.
- getName() -
Method in interface javax.management.openmbean.OpenMBeanParameterInfo
- Returns the name of the parameter
described by this OpenMBeanParameterInfo instance.
- getName() -
Method in class javax.management.relation.RoleInfo
- Returns the name of the role.
- getName() -
Method in interface javax.resource.spi.security.GenericCredential
- Deprecated. Returns the name of the resource principal associated
with a GenericCredential instance.
- getName() -
Method in class javax.servlet.ServletContextAttributeEvent
- Return the name of the attribute that changed on the ServletContext.
- getName() -
Method in class javax.servlet.ServletRequestAttributeEvent
- Return the name of the attribute that changed on the ServletRequest.
- getName() -
Method in class javax.servlet.http.Cookie
- Returns the name of the cookie.
- getName() -
Method in class javax.servlet.http.HttpSessionBindingEvent
- Returns the name with which the attribute is bound to or
unbound from the session.
- getName() -
Method in class javax.servlet.jsp.tagext.FunctionInfo
- The name of the function.
- getName() -
Method in class javax.servlet.jsp.tagext.TagAttributeInfo
- The name of this attribute.
- getName() -
Method in class javax.servlet.jsp.tagext.TagFileInfo
- The unique action name of this tag.
- getName() -
Method in interface javax.xml.registry.infomodel.RegistryObject
- Gets the user-friendly name of this object.
- getName() -
Method in interface javax.xml.registry.infomodel.Slot
- Gets the name for this Slot.
- getName() -
Method in class javax.xml.soap.MimeHeader
- Returns the name of this
MimeHeader
object.
- getNameFromAttribute() -
Method in class javax.servlet.jsp.tagext.TagVariableInfo
- The body of the <name-from-attribute> element.
- getNameGiven() -
Method in class javax.servlet.jsp.tagext.TagVariableInfo
- The body of the <name-given> element.
- getNamedDispatcher(String) -
Method in interface javax.servlet.ServletContext
- Returns a
RequestDispatcher
object that acts
as a wrapper for the named servlet.
- getNames() -
Method in class javax.activation.MimeTypeParameterList
- Retrieve an enumeration of all the names in this list.
- getNames() -
Method in class javax.mail.internet.ParameterList
- Return an enumeration of the names of all parameters in this
list.
- getNamespacePrefixes() -
Method in interface javax.xml.soap.SOAPElement
- Returns an
Iterator
over the namespace prefix
String
s declared by this element.
- getNamespaceURI() -
Method in class javax.xml.namespace.QName
- Get the Namespace URI of this
QName
.
- getNamespaceURI(String) -
Method in interface javax.xml.soap.SOAPElement
- Returns the URI of the namespace that has the given prefix.
- getNbNotifications() -
Method in class javax.management.timer.Timer
- Gets the number of timer notifications registered into the list of notifications.
- getNbNotifications() -
Method in interface javax.management.timer.TimerMBean
- Gets the number of timer notifications registered into the list of notifications.
- getNbOccurences(Integer) -
Method in class javax.management.timer.Timer
- Gets a copy of the remaining number of occurences associated to a timer notification.
- getNbOccurences(Integer) -
Method in interface javax.management.timer.TimerMBean
- Gets a copy of the remaining number of occurences associated to a timer notification.
- getNewFolder() -
Method in class javax.mail.event.FolderEvent
- If this event indicates that a folder is renamed, (i.e, the event type
is RENAMED), then this method returns the Folder object representing the
new name.
- getNewMessageCount() -
Method in class javax.mail.Folder
- Get the number of new messages in this Folder.
- getNewRoleValue() -
Method in class javax.management.relation.RelationNotification
- Returns new value of updated role (only for role update).
- getNewValue() -
Method in class javax.management.AttributeChangeNotification
- Gets the new value of the attribute which has changed.
- getNewsgroup() -
Method in class javax.mail.internet.NewsAddress
- Get the newsgroup.
- getNextException() -
Method in class javax.mail.MessagingException
- Get the next exception chained to this one.
- getNextTimeout() -
Method in interface javax.ejb.Timer
- Get the point in time at which the next timer expiration is scheduled
to occur.
- getNoLocal() -
Method in interface javax.jms.TopicSubscriber
- Gets the
NoLocal
attribute for this subscriber.
- getNode() -
Method in class javax.xml.transform.dom.DOMResult
- Get the node that will contain the result DOM tree.
- getNode() -
Method in class javax.xml.transform.dom.DOMSource
- Get the node that represents a Source DOM tree.
- getNonMatchingHeaderLines(String[]) -
Method in class javax.mail.internet.InternetHeaders
- Return all non-matching header lines
- getNonMatchingHeaderLines(String[]) -
Method in class javax.mail.internet.MimeBodyPart
- Get non-matching header lines as an Enumeration of Strings.
- getNonMatchingHeaderLines(String[]) -
Method in class javax.mail.internet.MimeMessage
- Get non-matching header lines as an Enumeration of Strings.
- getNonMatchingHeaderLines(String[]) -
Method in interface javax.mail.internet.MimePart
- Get non-matching header lines as an Enumeration of Strings.
- getNonMatchingHeaders(String[]) -
Method in interface javax.mail.Part
- Return non-matching headers from this envelope as an Enumeration
of Header objects.
- getNonMatchingHeaders(String[]) -
Method in class javax.mail.internet.InternetHeaders
- Return all non-matching
Header
objects.
- getNonMatchingHeaders(String[]) -
Method in class javax.mail.internet.MimeBodyPart
- Return non-matching headers from this Message as an
Enumeration of Header objects.
- getNonMatchingHeaders(String[]) -
Method in class javax.mail.internet.MimeMessage
- Return non-matching headers from this Message as an
Enumeration of Header objects.
- getNonMatchingHeaders(String[]) -
Method in class javax.xml.soap.MimeHeaders
- Returns all of the
MimeHeader
objects whose name does not
match a name in the given array of names.
- getNonMatchingMimeHeaders(String[]) -
Method in class javax.xml.soap.AttachmentPart
- Retrieves all
MimeHeader
objects whose name does
not match a name in the given array.
- getNonMatchingMimeHeaders(String[]) -
Method in class javax.xml.soap.SOAPPart
- Retrieves all
MimeHeader
objects whose name does
not match a name in the given array.
- getNonRunningModules(ModuleType, Target[]) -
Method in interface javax.enterprise.deploy.spi.DeploymentManager
- Retrieve the list of J2EE application modules distributed
to the identified targets and that are currently not
running on the associated server or servers.
- getNotifTypes() -
Method in class javax.management.MBeanNotificationInfo
- Returns the array of strings (in dot notation) containing the
notification types that the MBean may emit.
- getNotification(String) -
Method in interface javax.management.modelmbean.ModelMBeanInfo
- Returns a ModelMBeanNotificationInfo requested by name.
- getNotification(String) -
Method in class javax.management.modelmbean.ModelMBeanInfoSupport
-
- getNotificationID() -
Method in class javax.management.timer.TimerNotification
- Gets the identifier of this timer notification.
- getNotificationIDs(String) -
Method in class javax.management.timer.Timer
- Gets all the identifiers of timer notifications corresponding to the specified type.
- getNotificationIDs(String) -
Method in interface javax.management.timer.TimerMBean
- Gets all the identifiers of timer notifications corresponding to the specified type.
- getNotificationInfo() -
Method in class javax.management.MBeanServerDelegate
-
- getNotificationInfo() -
Method in interface javax.management.NotificationBroadcaster
- Returns an array indicating, for each notification this
MBean may send, the name of the Java class of the notification
and the notification type.
- getNotificationInfo() -
Method in class javax.management.NotificationBroadcasterSupport
-
- getNotificationInfo() -
Method in class javax.management.modelmbean.RequiredModelMBean
- Returns the array of Notifications always generated by the
RequiredModelMBean.
- getNotificationInfo() -
Method in class javax.management.monitor.CounterMonitor
- Returns a
NotificationInfo
object containing the name of the Java class of the notification
and the notification types sent by the counter monitor.
- getNotificationInfo() -
Method in class javax.management.monitor.GaugeMonitor
- Returns a
NotificationInfo
object containing the name of the Java class of the notification
and the notification types sent by the gauge monitor.
- getNotificationInfo() -
Method in class javax.management.monitor.StringMonitor
- Returns a
NotificationInfo
object containing the
name of the Java class of the notification
and the notification types sent by the string monitor.
- getNotificationInfo() -
Method in class javax.management.relation.RelationService
- Returns a NotificationInfo object containing the name of the Java class
of the notification and the notification types sent.
- getNotificationMessage(Integer) -
Method in class javax.management.timer.Timer
- Gets the timer notification detailed message corresponding to the specified identifier.
- getNotificationMessage(Integer) -
Method in interface javax.management.timer.TimerMBean
- Gets the timer notification detailed message corresponding to the specified identifier.
- getNotificationType(Integer) -
Method in class javax.management.timer.Timer
- Gets the timer notification type corresponding to the specified identifier.
- getNotificationType(Integer) -
Method in interface javax.management.timer.TimerMBean
- Gets the timer notification type corresponding to the specified identifier.
- getNotificationUserData(Integer) -
Method in class javax.management.timer.Timer
- Gets the timer notification user data object corresponding to the specified identifier.
- getNotificationUserData(Integer) -
Method in interface javax.management.timer.TimerMBean
- Gets the timer notification user data object corresponding to the specified identifier.
- getNotifications() -
Method in class javax.management.MBeanInfo
- Returns the list of the notifications emitted by the MBean.
- getNotifications() -
Method in interface javax.management.modelmbean.ModelMBeanInfo
- Returns the list of the notifications emitted by the MBean.
- getNotifications() -
Method in interface javax.management.openmbean.OpenMBeanInfo
- Returns an array of MBeanNotificationInfo instances
describing each notification emitted by the open MBean
described by this OpenMBeanInfo instance.
- getNotify() -
Method in class javax.management.monitor.CounterMonitor
- Gets the notification's on/off switch value common to all
observed MBeans.
- getNotify() -
Method in interface javax.management.monitor.CounterMonitorMBean
- Gets the notification's on/off switch value.
- getNotifyDiffer() -
Method in class javax.management.monitor.StringMonitor
- Gets the differing notification's on/off switch value common to all observed MBeans.
- getNotifyDiffer() -
Method in interface javax.management.monitor.StringMonitorMBean
- Gets the differing notification's on/off switch value.
- getNotifyHigh() -
Method in class javax.management.monitor.GaugeMonitor
- Gets the high notification's on/off switch value common to all
observed MBeans.
- getNotifyHigh() -
Method in interface javax.management.monitor.GaugeMonitorMBean
- Gets the high notification's on/off switch value.
- getNotifyLow() -
Method in class javax.management.monitor.GaugeMonitor
- Gets the low notification's on/off switch value common to all
observed MBeans.
- getNotifyLow() -
Method in interface javax.management.monitor.GaugeMonitorMBean
- Gets the low notification's on/off switch value.
- getNotifyMatch() -
Method in class javax.management.monitor.StringMonitor
- Gets the matching notification's on/off switch value common to all observed MBeans.
- getNotifyMatch() -
Method in interface javax.management.monitor.StringMonitorMBean
- Gets the matching notification's on/off switch value.
- getNumber() -
Method in class javax.mail.search.IntegerComparisonTerm
- Return the number to compare with.
- getNumber() -
Method in interface javax.xml.registry.infomodel.TelephoneNumber
- Gets the telephone number suffix, not including the country or area code.
- getObject(String) -
Method in interface javax.jms.MapMessage
- Returns the value of the object with the specified name.
- getObject() -
Method in interface javax.jms.ObjectMessage
- Gets the serializable object containing this message's data.
- getObjectInstance(ObjectName) -
Method in interface javax.management.MBeanServer
- Gets the
ObjectInstance
for a given MBean
registered with the MBean server.
- getObjectInstance(ObjectName) -
Method in interface javax.management.MBeanServerConnection
- Gets the
ObjectInstance
for a given MBean
registered with the MBean server.
- getObjectName() -
Method in class javax.management.ObjectInstance
- Returns the object name part.
- getObjectName() -
Method in class javax.management.relation.RelationNotification
- Returns the ObjectName of the
created/removed/updated relation.
- getObjectProperty(String) -
Method in interface javax.jms.Message
- Returns the value of the Java object property with the specified name.
- getObjectType() -
Method in interface javax.xml.registry.infomodel.RegistryObject
- Gets the object type that best describes the RegistryObject.
- getObservedAttribute() -
Method in class javax.management.monitor.Monitor
- Gets the attribute being observed.
- getObservedAttribute() -
Method in interface javax.management.monitor.MonitorMBean
- Gets the attribute being observed.
- getObservedAttribute() -
Method in class javax.management.monitor.MonitorNotification
- Gets the observed attribute of this monitor notification.
- getObservedObject() -
Method in class javax.management.monitor.Monitor
- Deprecated. As of JMX 1.2, replaced by
Monitor.getObservedObjects()
- getObservedObject() -
Method in interface javax.management.monitor.MonitorMBean
- Deprecated. As of JMX 1.2, replaced by
MonitorMBean.getObservedObjects()
- getObservedObject() -
Method in class javax.management.monitor.MonitorNotification
- Gets the observed object of this monitor notification.
- getObservedObjects() -
Method in class javax.management.monitor.Monitor
- Returns an array containing the objects being observed.
- getObservedObjects() -
Method in interface javax.management.monitor.MonitorMBean
- Returns an array containing the objects being observed.
- getOffset() -
Method in class javax.enterprise.deploy.shared.ActionType
- Returns the lowest integer value used by this enumeration value's
enumeration class.
- getOffset() -
Method in class javax.enterprise.deploy.shared.CommandType
- Returns the lowest integer value used by this enumeration value's
enumeration class.
- getOffset() -
Method in class javax.enterprise.deploy.shared.DConfigBeanVersionType
- Returns the lowest integer value used by this enumeration value's
enumeration class.
- getOffset() -
Method in class javax.enterprise.deploy.shared.ModuleType
- Returns the lowest integer value used by this enumeration value's
enumeration class.
- getOffset() -
Method in class javax.enterprise.deploy.shared.StateType
- Returns the lowest integer value used by this enumeration value's
enumeration class.
- getOffset() -
Method in class javax.management.monitor.CounterMonitor
- Gets the offset value common to all observed MBeans.
- getOffset() -
Method in interface javax.management.monitor.CounterMonitorMBean
- Gets the offset value.
- getOldRoleValue() -
Method in class javax.management.relation.RelationNotification
- Returns old value of updated role (only for role update).
- getOldValue() -
Method in class javax.management.AttributeChangeNotification
- Gets the old value of the attribute which has changed.
- getOpenType() -
Method in class javax.management.openmbean.OpenMBeanAttributeInfoSupport
- Returns the open type for the values of the attribute described by this OpenMBeanAttributeInfoSupport instance.
- getOpenType() -
Method in interface javax.management.openmbean.OpenMBeanParameterInfo
- Returns the open type of the values of the parameter
described by this OpenMBeanParameterInfo instance.
- getOpenType() -
Method in class javax.management.openmbean.OpenMBeanParameterInfoSupport
- Returns the open type for the values of the parameter described by this OpenMBeanParameterInfoSupport instance.
- getOperation(String) -
Method in interface javax.management.modelmbean.ModelMBeanInfo
- Returns a ModelMBeanOperationInfo requested by name.
- getOperation(String) -
Method in class javax.management.modelmbean.ModelMBeanInfoSupport
-
- getOperationName() -
Method in interface javax.xml.rpc.Call
- Gets the name of the operation to be invoked using this
Call
instance.
- getOperations() -
Method in class javax.management.MBeanInfo
- Returns the list of operations of the MBean.
- getOperations() -
Method in interface javax.management.modelmbean.ModelMBeanInfo
- Returns the list of operations of the MBean.
- getOperations() -
Method in interface javax.management.openmbean.OpenMBeanInfo
- Returns an array of OpenMBeanOperationInfo instances
describing each operation in the open MBean described by this
OpenMBeanInfo instance.
- getOrganization() -
Method in interface javax.xml.registry.infomodel.User
- Gets the Organization that this User is affiliated with.
- getOrigin() -
Method in interface javax.management.j2ee.statistics.JMSConsumerStats
- Returns a string that encapsulates the identity of a message origin
- getOriginatingNode() -
Method in interface javax.xml.transform.dom.DOMLocator
- Return the node where the event occurred.
- getOut() -
Method in class javax.servlet.jsp.JspContext
- The current value of the out object (a JspWriter).
- getOutputParams() -
Method in interface javax.xml.rpc.Call
- Returns a
Map
of {name, value} for the output parameters of
the last invoked operation.
- getOutputProperties() -
Method in interface javax.xml.transform.Templates
- Get the static properties for xsl:output.
- getOutputProperties() -
Method in class javax.xml.transform.Transformer
- Get a copy of the output properties for the transformation.
- getOutputProperty(String) -
Method in class javax.xml.transform.Transformer
- Get an output property that is in effect for the
transformation.
- getOutputStream() -
Method in class javax.activation.DataHandler
- Get an OutputStream for this DataHandler to allow overwriting
the underlying data.
- getOutputStream() -
Method in interface javax.activation.DataSource
- This method returns an
OutputStream
where the
data can be written and throws the appropriate exception if it can
not do so.
- getOutputStream() -
Method in class javax.activation.FileDataSource
- This method will return an OutputStream representing the
the data and will throw an IOException if it can
not do so.
- getOutputStream() -
Method in class javax.activation.URLDataSource
- The getOutputStream method from the URL.
- getOutputStream() -
Method in class javax.mail.internet.MimePartDataSource
- DataSource method to return an output stream.
- getOutputStream() -
Method in interface javax.servlet.ServletResponse
- Returns a
ServletOutputStream
suitable for writing binary
data in the response.
- getOutputStream() -
Method in class javax.servlet.ServletResponseWrapper
- The default behavior of this method is to return getOutputStream()
on the wrapped response object.
- getOutputStream() -
Method in class javax.xml.transform.stream.StreamResult
- Get the byte stream that was set with setOutputStream.
- getOutputValues() -
Method in interface javax.xml.rpc.Call
- Returns a
List
values for the output parameters
of the last invoked operation.
- getPage() -
Method in class javax.servlet.jsp.PageContext
- The current value of the page object (In a Servlet environment,
this is an instance of javax.servlet.Servlet).
- getPageContext(Servlet, ServletRequest, ServletResponse, String, boolean, int, boolean) -
Method in class javax.servlet.jsp.JspFactory
-
obtains an instance of an implementation dependent
javax.servlet.jsp.PageContext abstract class for the calling Servlet
and currently pending request and response.
- getParameter(String) -
Method in class javax.activation.MimeType
- Retrieve the value associated with the given name, or null if there
is no current association.
- getParameter(String) -
Method in class javax.mail.internet.ContentDisposition
- Return the specified parameter value.
- getParameter(String) -
Method in class javax.mail.internet.ContentType
- Return the specified parameter value.
- getParameter(String) -
Method in interface javax.servlet.ServletRequest
- Returns the value of a request parameter as a
String
,
or null
if the parameter does not exist.
- getParameter(String) -
Method in class javax.servlet.ServletRequestWrapper
- The default behavior of this method is to return getParameter(String name)
on the wrapped request object.
- getParameter(String) -
Method in class javax.xml.transform.Transformer
- Get a parameter that was explicitly set with setParameter
or setParameters.
- getParameterList() -
Method in class javax.mail.internet.ContentDisposition
- Return a ParameterList object that holds all the available
parameters.
- getParameterList() -
Method in class javax.mail.internet.ContentType
- Return a ParameterList object that holds all the available
parameters.
- getParameterMap() -
Method in interface javax.servlet.ServletRequest
- Returns a java.util.Map of the parameters of this request.
- getParameterMap() -
Method in class javax.servlet.ServletRequestWrapper
- The default behavior of this method is to return getParameterMap()
on the wrapped request object.
- getParameterName(MBeanConstructorInfo, MBeanParameterInfo, int) -
Method in class javax.management.StandardMBean
- Customization hook:
Get the name that will be used for the sequence
MBeanParameterInfo of the MBeanConstructorInfo returned by this MBean.
- getParameterName(MBeanOperationInfo, MBeanParameterInfo, int) -
Method in class javax.management.StandardMBean
- Customization hook:
Get the name that will be used for the sequence
MBeanParameterInfo of the MBeanOperationInfo returned by this MBean.
- getParameterNames() -
Method in interface javax.servlet.ServletRequest
- Returns an
Enumeration
of String
objects containing the names of the parameters contained
in this request.
- getParameterNames() -
Method in class javax.servlet.ServletRequestWrapper
- The default behavior of this method is to return getParameterNames()
on the wrapped request object.
- getParameterTypeByName(String) -
Method in interface javax.xml.rpc.Call
- Gets the XML type of a parameter by name
- getParameterValues(String) -
Method in interface javax.servlet.ServletRequest
- Returns an array of
String
objects containing
all of the values the given request parameter has, or
null
if the parameter does not exist.
- getParameterValues(String) -
Method in class javax.servlet.ServletRequestWrapper
- The default behavior of this method is to return getParameterValues(String name)
on the wrapped request object.
- getParameters() -
Method in class javax.activation.MimeType
- Retrieve this object's parameter list.
- getParent() -
Method in class javax.mail.BodyPart
- Return the containing
Multipart
object,
or null
if not known.
- getParent() -
Method in class javax.mail.Folder
- Returns the parent folder of this folder.
- getParent() -
Method in class javax.mail.Multipart
- Return the
Part
that contains this Multipart
object, or null
if not known.
- getParent() -
Method in interface javax.servlet.jsp.tagext.SimpleTag
- Returns the parent of this tag, for collaboration purposes.
- getParent() -
Method in class javax.servlet.jsp.tagext.SimpleTagSupport
- Returns the parent of this tag, for collaboration purposes.
- getParent() -
Method in interface javax.servlet.jsp.tagext.Tag
- Get the parent (closest enclosing tag handler) for this tag handler.
- getParent() -
Method in class javax.servlet.jsp.tagext.TagAdapter
- Returns the parent of this tag, which is always
getAdaptee().getParent().
- getParent() -
Method in class javax.servlet.jsp.tagext.TagSupport
- The Tag instance most closely enclosing this tag instance.
- getParent() -
Method in interface javax.xml.registry.infomodel.Concept
- Gets the parent Concept or ClassificationScheme for this object.
- getParentConcept() -
Method in interface javax.xml.registry.infomodel.Concept
- Gets the parent Concept or null if parent is a ClassificationScheme.
- getParentElement() -
Method in interface javax.xml.soap.Node
- Returns the parent element of this
Node
object.
- getParentOrganization() -
Method in interface javax.xml.registry.infomodel.Organization
- Gets the parent (container) organization.
- getParentTargetModuleID() -
Method in interface javax.enterprise.deploy.spi.TargetModuleID
- Retrieve the identifier of the parent
object of this deployed module.
- getParser() -
Method in class javax.xml.parsers.SAXParser
- Returns the SAX parser that is encapsultated by the
implementation of this class.
- getPart() -
Method in class javax.mail.MessageContext
- Return the Part that contains the content.
- getPassiveCount() -
Method in interface javax.management.j2ee.statistics.StatefulSessionBeanStats
- Number of beans that are in the passive state.
- getPassword() -
Method in class javax.mail.PasswordAuthentication
-
- getPassword() -
Method in class javax.mail.URLName
- Returns the password of this URLName.
- getPassword() -
Method in class javax.resource.spi.security.PasswordCredential
- Returns the user password.
- getPasswordAuthentication() -
Method in class javax.mail.Authenticator
- Called when password authentication is needed.
- getPasswordAuthentication(URLName) -
Method in class javax.mail.Session
- Return any saved PasswordAuthentication for this (store or transport)
URLName.
- getPath() -
Method in class javax.servlet.http.Cookie
- Returns the path on the server
to which the browser returns this cookie.
- getPath() -
Method in class javax.servlet.jsp.tagext.TagFileInfo
- Where to find the .tag file implementing this action.
- getPath() -
Method in interface javax.xml.registry.infomodel.Concept
- Gets the canonical path representation for this Concept.
- getPathInfo() -
Method in interface javax.servlet.http.HttpServletRequest
- Returns any extra path information associated with
the URL the client sent when it made this request.
- getPathInfo() -
Method in class javax.servlet.http.HttpServletRequestWrapper
- The default behavior of this method is to return getPathInfo()
on the wrapped request object.
- getPathTranslated() -
Method in interface javax.servlet.http.HttpServletRequest
- Returns any extra path information after the servlet name
but before the query string, and translates it to a real
path.
- getPathTranslated() -
Method in class javax.servlet.http.HttpServletRequestWrapper
- The default behavior of this method is to return getPathTranslated()
on the wrapped request object.
- getPattern() -
Method in class javax.mail.search.StringTerm
- Return the string to match with.
- getPendingMessageCount() -
Method in interface javax.management.j2ee.statistics.JMSEndpointStats
- Number of pending messages.
- getPendingMessageCount() -
Method in interface javax.management.j2ee.statistics.JMSSessionStats
- Number of pending messages.
- getPeriod(Integer) -
Method in class javax.management.timer.Timer
- Gets a copy of the period (in milliseconds) associated to a timer notification.
- getPeriod(Integer) -
Method in interface javax.management.timer.TimerMBean
- Gets a copy of the period (in milliseconds) associated to a timer notification.
- getPermanentFlags() -
Method in class javax.mail.Folder
- Get the permanent flags supported by this Folder.
- getPersonName() -
Method in interface javax.xml.registry.infomodel.User
- Returns the name of this User.
- getPersonal() -
Method in class javax.mail.internet.InternetAddress
- Get the personal name.
- getPersonalNamespaces() -
Method in class javax.mail.Store
- Return a set of folders representing the personal namespaces
for the current user.
- getPolicyConfiguration(String, boolean) -
Method in class javax.security.jacc.PolicyConfigurationFactory
- This method is used to obtain an instance of the provider specific
class that implements the PolicyConfiguration interface that
corresponds to the identified policy context within the provider.
- getPolicyConfigurationFactory() -
Static method in class javax.security.jacc.PolicyConfigurationFactory
- This static method uses a system property to find and instantiate
(via a public constructor) a provider specific factory implementation
class.
- getPoolSize() -
Method in interface javax.management.j2ee.statistics.JCAConnectionPoolStats
- The size of the connection pool
- getPoolSize() -
Method in interface javax.management.j2ee.statistics.JDBCConnectionPoolStats
- Size of the connection pool.
- getPooledCount() -
Method in interface javax.management.j2ee.statistics.EntityBeanStats
- Number of beans in the pooled state.
- getPort() -
Method in class javax.mail.URLName
- Returns the port number of this URLName.
- getPort(QName, Class) -
Method in interface javax.xml.rpc.Service
- The getPort method returns either an instance of a generated
stub implementation class or a dynamic proxy.
- getPort(Class) -
Method in interface javax.xml.rpc.Service
- The getPort method returns either an instance of a generated
stub implementation class or a dynamic proxy.
- getPortTypeName() -
Method in interface javax.xml.rpc.Call
- Gets the qualified name of the port type.
- getPorts() -
Method in interface javax.xml.rpc.Service
- Returns an
Iterator
for the list of
QName
s of service endpoints grouped by this
service
- getPos() -
Method in class javax.mail.internet.AddressException
- Get the position with the reference string where the error was
detected (-1 if not relevant).
- getPosition() -
Method in interface javax.mail.internet.SharedInputStream
- Return the current position in the InputStream, as an
offset from the beginning of the InputStream.
- getPostalAddress() -
Method in interface javax.xml.registry.infomodel.Organization
- Gets the Address for this Organization.
- getPostalAddresses() -
Method in interface javax.xml.registry.infomodel.User
- Gets the postal address for this User.
- getPostalCode() -
Method in interface javax.xml.registry.infomodel.PostalAddress
- Returns the postal or zip code.
- getPostalScheme() -
Method in interface javax.xml.registry.infomodel.PostalAddress
- Returns a user-defined postal scheme for codifying the attributes of PostalAddress.
- getPreferredCommands(String) -
Method in class javax.activation.CommandMap
- Get the preferred command list from a MIME Type.
- getPreferredCommands() -
Method in class javax.activation.DataHandler
- Return the preferred commands for this type of data.
- getPreferredCommands(String) -
Method in class javax.activation.MailcapCommandMap
- Get the preferred command list for a MIME Type.
- getPrefix() -
Method in class javax.xml.namespace.QName
- Get the prefix of this
QName
.
- getPrefix() -
Method in interface javax.xml.soap.Name
- Returns the prefix that was specified when this
Name
object
was initialized.
- getPrefixString() -
Method in class javax.servlet.jsp.tagext.TagLibraryInfo
- The prefix assigned to this taglib from the taglib directive
- getPreviousOut() -
Method in class javax.servlet.jsp.tagext.BodyTagSupport
- Get surrounding out JspWriter.
- getPrimaryContact() -
Method in interface javax.xml.registry.infomodel.Organization
- Gets the primary Contact for this Organization.
- getPrimaryKey() -
Method in interface javax.ejb.EJBLocalObject
- Obtain the primary key of the EJB local object.
- getPrimaryKey() -
Method in interface javax.ejb.EJBObject
- Obtain the primary key of the EJB object.
- getPrimaryKey() -
Method in interface javax.ejb.EntityContext
- Obtain the primary key of the EJB object that is currently
associated with this instance.
- getPrimaryKeyClass() -
Method in interface javax.ejb.EJBMetaData
- Obtain the Class object for the enterprise Bean's primary key class.
- getPrimaryType() -
Method in class javax.activation.MimeType
- Retrieve the primary type of this object.
- getPrimaryType() -
Method in class javax.mail.internet.ContentType
- Return the primary type.
- getPriority() -
Method in interface javax.jms.MessageProducer
- Gets the producer's default priority.
- getProblemType() -
Method in class javax.management.relation.RoleUnresolved
- Retrieves problem type.
- getProducers() -
Method in interface javax.management.j2ee.statistics.JMSSessionStats
- Returns an array of JMSProducerStats that provide statistics about the message
producers associated with the referencing JMS session statistics.
- getProductVersion() -
Method in interface javax.enterprise.deploy.spi.factories.DeploymentFactory
- Provide a string identifying version of this vendor's
DeploymentManager.
- getProperties() -
Method in class javax.mail.Session
- Returns the Properties object associated with this Session
- getProperties() -
Method in class javax.xml.registry.ConnectionFactory
- Gets the Properties used during createConnection
and createFederatedConnection calls.
- getProperty(String) -
Method in class javax.mail.Session
- Returns the value of the specified property.
- getProperty(String) -
Method in class javax.xml.parsers.SAXParser
- Returns the particular property requested for in the underlying
implementation of
XMLReader
.
- getProperty(String) -
Method in interface javax.xml.rpc.Call
- Gets the value of a named property.
- getProperty(String) -
Method in interface javax.xml.rpc.handler.MessageContext
- Gets the value of a specific property from the
MessageContext
- getProperty(String) -
Method in class javax.xml.soap.SOAPMessage
- Retrieves value of the specified property.
- getPropertyNames() -
Method in interface javax.jms.Message
- Returns an
Enumeration
of all the property names.
- getPropertyNames() -
Method in interface javax.xml.rpc.Call
- Gets the names of configurable properties supported by
this
Call
object.
- getPropertyNames() -
Method in interface javax.xml.rpc.handler.MessageContext
- Returns an Iterator view of the names of the properties
in this
MessageContext
- getProtocol() -
Method in class javax.mail.Provider
- Returns the protocol supported by this Provider
- getProtocol() -
Method in class javax.mail.URLName
- Returns the protocol of this URLName.
- getProtocol() -
Method in interface javax.servlet.ServletRequest
- Returns the name and version of the protocol the request uses
in the form protocol/majorVersion.minorVersion, for
example, HTTP/1.1.
- getProtocol() -
Method in class javax.servlet.ServletRequestWrapper
- The default behavior of this method is to return getProtocol()
on the wrapped request object.
- getProvider(String) -
Method in class javax.mail.Session
- Returns the default Provider for the protocol
specified.
- getProviderMajorVersion() -
Method in interface javax.jms.ConnectionMetaData
- Gets the JMS provider major version number.
- getProviderMinorVersion() -
Method in interface javax.jms.ConnectionMetaData
- Gets the JMS provider minor version number.
- getProviderVersion() -
Method in interface javax.jms.ConnectionMetaData
- Gets the JMS provider version.
- getProviders() -
Method in class javax.mail.Session
- This method returns an array of all the implementations installed
via the javamail.
- getProvidingOrganization() -
Method in interface javax.xml.registry.infomodel.Service
- Gets the Organization that provides this service.
- getPublicId() -
Method in interface javax.xml.transform.SourceLocator
- Return the public identifier for the current document event.
- getPublicId() -
Method in class javax.xml.transform.stream.StreamSource
- Get the public identifier that was set with setPublicId.
- getPurgeFlag() -
Method in class javax.management.relation.RelationService
- Returns the flag to indicate if when a notification is received for the
unregistration of an MBean referenced in a relation, if an immediate
"purge" of the relations (look for the relations no longer valid)
has to be performed , or if that will be performed only when the
purgeRelations method will be explicitly called.
- getPurgeFlag() -
Method in interface javax.management.relation.RelationServiceMBean
- Returns the flag to indicate if when a notification is received for the
unregistration of an MBean referenced in a relation, if an immediate
"purge" of the relations (look for the relations no longer valid)
has to be performed, or if that will be performed only when the
purgeRelations method is explicitly called.
- getQualifiedName() -
Method in interface javax.xml.soap.Name
- Gets the namespace-qualified name of the XML name that this
Name
object represents.
- getQueryString() -
Method in interface javax.servlet.http.HttpServletRequest
- Returns the query string that is contained in the request
URL after the path.
- getQueryString() -
Method in class javax.servlet.http.HttpServletRequestWrapper
- The default behavior of this method is to return getQueryString()
on the wrapped request object.
- getQueue() -
Method in interface javax.jms.QueueBrowser
- Gets the queue associated with this queue browser.
- getQueue() -
Method in interface javax.jms.QueueReceiver
- Gets the
Queue
associated with this queue receiver.
- getQueue() -
Method in interface javax.jms.QueueSender
- Gets the queue associated with this
QueueSender
.
- getQueueName() -
Method in interface javax.jms.Queue
- Gets the name of this queue.
- getQueueSession() -
Method in interface javax.jms.XAQueueSession
- Gets the queue session associated with this
XAQueueSession
.
- getRawInputStream() -
Method in class javax.mail.internet.MimeBodyPart
- Return an InputStream to the raw data with any Content-Transfer-Encoding
intact.
- getRawInputStream() -
Method in class javax.mail.internet.MimeMessage
- Return an InputStream to the raw data with any Content-Transfer-Encoding
intact.
- getReader() -
Method in interface javax.servlet.ServletRequest
- Retrieves the body of the request as character data using
a
BufferedReader
.
- getReader() -
Method in class javax.servlet.ServletRequestWrapper
- The default behavior of this method is to return getReader()
on the wrapped request object.
- getReader() -
Method in class javax.servlet.jsp.tagext.BodyContent
- Return the value of this BodyContent as a Reader.
- getReader() -
Method in class javax.xml.transform.stream.StreamSource
- Get the character stream that was set with setReader.
- getReadyCount() -
Method in interface javax.management.j2ee.statistics.EntityBeanStats
- Number of beans in the ready state.
- getRealPath(String) -
Method in interface javax.servlet.ServletContext
- Returns a
String
containing the real path
for a given virtual path.
- getRealPath(String) -
Method in interface javax.servlet.ServletRequest
- Deprecated. As of Version 2.1 of the Java Servlet API,
use
ServletContext.getRealPath(java.lang.String)
instead.
- getRealPath(String) -
Method in class javax.servlet.ServletRequestWrapper
- The default behavior of this method is to return getRealPath(String path)
on the wrapped request object.
- getReceivedDate() -
Method in class javax.mail.Message
- Get the date this message was received.
- getReceivedDate() -
Method in class javax.mail.internet.MimeMessage
- Returns the Date on this message was received.
- getRecipientType() -
Method in class javax.mail.search.RecipientStringTerm
- Return the type of recipient to match with.
- getRecipientType() -
Method in class javax.mail.search.RecipientTerm
- Return the type of recipient to match with.
- getRecipients(Message.RecipientType) -
Method in class javax.mail.Message
- Get all the recipient addresses of the given type.
- getRecipients(Message.RecipientType) -
Method in class javax.mail.internet.MimeMessage
- Returns the recepients specified by the type.
- getRecordFactory() -
Method in interface javax.resource.cci.ConnectionFactory
- Gets a RecordFactory instance.
- getRecordName() -
Method in interface javax.resource.cci.Record
- Gets the name of the Record.
- getRecordShortDescription() -
Method in interface javax.resource.cci.Record
- Gets a short description string for the Record.
- getRef() -
Method in class javax.mail.URLName
- Returns the reference of this URLName.
- getRef() -
Method in class javax.mail.internet.AddressException
- Get the string that was being parsed when the error was detected
(null if not relevant).
- getRefMBeanClassName() -
Method in class javax.management.relation.RoleInfo
- Returns name of type of MBean expected to be referenced in
corresponding role.
- getReferencedMBeans() -
Method in interface javax.management.relation.Relation
- Retrieves MBeans referenced in the various roles of the relation.
- getReferencedMBeans(String) -
Method in class javax.management.relation.RelationService
- Retrieves MBeans referenced in the various roles of the relation.
- getReferencedMBeans(String) -
Method in interface javax.management.relation.RelationServiceMBean
- Retrieves MBeans referenced in the various roles of the relation.
- getReferencedMBeans() -
Method in class javax.management.relation.RelationSupport
- Retrieves MBeans referenced in the various roles of the relation.
- getRegisteredEncodingStyleURIs() -
Method in interface javax.xml.rpc.encoding.TypeMappingRegistry
- Returns a list of registered encodingStyle URIs in this
TypeMappingRegistry
instance.
- getRegistryObject(String, String) -
Method in interface javax.xml.registry.QueryManager
- Gets the RegistryObject specified by the Id and type of object.
- getRegistryObject(String) -
Method in interface javax.xml.registry.QueryManager
- Gets the RegistryObject specified by the Id.
- getRegistryObject() -
Method in interface javax.xml.registry.infomodel.AuditableEvent
- Gets the RegistryObject associated with this AuditableEvent.
- getRegistryObject() -
Method in interface javax.xml.registry.infomodel.ExternalIdentifier
- Gets the parent RegistryObject for this ExternalIdentifier.
- getRegistryObjects(Collection) -
Method in interface javax.xml.registry.QueryManager
- Gets the specified RegistryObjects.
- getRegistryObjects(Collection, String) -
Method in interface javax.xml.registry.QueryManager
- Gets the specified RegistryObjects.
- getRegistryObjects() -
Method in interface javax.xml.registry.QueryManager
- Gets the RegistryObjects owned by the caller.
- getRegistryObjects(String) -
Method in interface javax.xml.registry.QueryManager
- Gets the RegistryObjects owned by the caller, that are of the specified type.
- getRegistryObjects() -
Method in interface javax.xml.registry.infomodel.RegistryPackage
- Gets the collection of member RegistryObjects of this RegistryPackage.
- getRegistryPackages() -
Method in interface javax.xml.registry.infomodel.RegistryObject
- Returns the Package associated with this object.
- getRegistryService() -
Method in interface javax.xml.registry.Connection
- Gets the RegistryService interface associated with the Connection.
- getRegistryService() -
Method in interface javax.xml.registry.LifeCycleManager
- Returns the parent RegistryService that created this object.
- getRegistryService() -
Method in interface javax.xml.registry.QueryManager
- Returns the parent RegistryService that created this object.
- getRelationId() -
Method in interface javax.management.relation.Relation
- Returns relation identifier (used to uniquely identify the relation
inside the Relation Service).
- getRelationId() -
Method in class javax.management.relation.RelationNotification
- Returns the relation identifier of created/removed/updated relation.
- getRelationId() -
Method in class javax.management.relation.RelationSupport
- Returns relation identifier (used to uniquely identify the relation
inside the Relation Service).
- getRelationServiceName() -
Method in interface javax.management.relation.Relation
- Returns ObjectName of the Relation Service handling the relation.
- getRelationServiceName() -
Method in class javax.management.relation.RelationSupport
- Returns ObjectName of the Relation Service handling the relation.
- getRelationTypeName() -
Method in interface javax.management.relation.Relation
- Returns name of associated relation type.
- getRelationTypeName() -
Method in class javax.management.relation.RelationNotification
- Returns the relation type name of created/removed/updated relation.
- getRelationTypeName(String) -
Method in class javax.management.relation.RelationService
- Returns name of associated relation type for given relation.
- getRelationTypeName(String) -
Method in interface javax.management.relation.RelationServiceMBean
- Returns name of associated relation type for given relation.
- getRelationTypeName() -
Method in class javax.management.relation.RelationSupport
- Returns name of associated relation type.
- getRelationTypeName() -
Method in interface javax.management.relation.RelationType
- Returns the relation type name.
- getRelationTypeName() -
Method in class javax.management.relation.RelationTypeSupport
- Returns the relation type name.
- getReliableURN() -
Method in class javax.servlet.jsp.tagext.TagLibraryInfo
- The "reliable" URN indicated in the TLD (the uri element).
- getRemainder() -
Method in class javax.mail.internet.HeaderTokenizer
- Return the rest of the Header.
- getRemaining() -
Method in class javax.servlet.jsp.JspWriter
- This method returns the number of unused bytes in the buffer.
- getRemoteAddr() -
Method in interface javax.servlet.ServletRequest
- Returns the Internet Protocol (IP) address of the client
or last proxy that sent the request.
- getRemoteAddr() -
Method in class javax.servlet.ServletRequestWrapper
- The default behavior of this method is to return getRemoteAddr()
on the wrapped request object.
- getRemoteHost() -
Method in interface javax.servlet.ServletRequest
- Returns the fully qualified name of the client
or the last proxy that sent the request.
- getRemoteHost() -
Method in class javax.servlet.ServletRequestWrapper
- The default behavior of this method is to return getRemoteHost()
on the wrapped request object.
- getRemoteInterfaceClass() -
Method in interface javax.ejb.EJBMetaData
- Obtain the Class object for the enterprise Bean's remote interface.
- getRemotePort() -
Method in interface javax.servlet.ServletRequest
- Returns the Internet Protocol (IP) source port of the client
or last proxy that sent the request.
- getRemotePort() -
Method in class javax.servlet.ServletRequestWrapper
- The default behavior of this method is to return
getRemotePort() on the wrapped request object.
- getRemoteUser() -
Method in interface javax.servlet.http.HttpServletRequest
- Returns the login of the user making this request, if the
user has been authenticated, or
null
if the user
has not been authenticated.
- getRemoteUser() -
Method in class javax.servlet.http.HttpServletRequestWrapper
- The default behavior of this method is to return getRemoteUser()
on the wrapped request object.
- getRemoveCount() -
Method in interface javax.management.j2ee.statistics.EJBStats
- Number of times remove was called.
- getReplyTo() -
Method in class javax.mail.Message
- Get the addresses to which replies should be directed.
- getReplyTo() -
Method in class javax.mail.internet.MimeMessage
- Return the value of the RFC 822 "Reply-To" header field.
- getRepositoryItem() -
Method in interface javax.xml.registry.infomodel.ExtrinsicObject
- Gets the repository item for this object.
- getRepresentationClass() -
Method in class javax.activation.ActivationDataFlavor
- Return the representation class.
- getRequest() -
Method in class javax.servlet.ServletRequestWrapper
- Return the wrapped request object.
- getRequest() -
Method in class javax.servlet.jsp.PageContext
- The current value of the request object (a ServletRequest).
- getRequestDispatcher(String) -
Method in interface javax.servlet.ServletContext
- Returns a
RequestDispatcher
object that acts
as a wrapper for the resource located at the given path.
- getRequestDispatcher(String) -
Method in interface javax.servlet.ServletRequest
- Returns a
RequestDispatcher
object that acts as a wrapper for
the resource located at the given path.
- getRequestDispatcher(String) -
Method in class javax.servlet.ServletRequestWrapper
- The default behavior of this method is to return getRequestDispatcher(String path)
on the wrapped request object.
- getRequestId() -
Method in class javax.xml.registry.JAXRException
-
- getRequestId() -
Method in interface javax.xml.registry.JAXRResponse
- Returns the unique id for the request that generated this response.
- getRequestURI() -
Method in interface javax.servlet.http.HttpServletRequest
- Returns the part of this request's URL from the protocol
name up to the query string in the first line of the HTTP request.
- getRequestURI() -
Method in class javax.servlet.http.HttpServletRequestWrapper
- The default behavior of this method is to return getRequestURI()
on the wrapped request object.
- getRequestURI() -
Method in class javax.servlet.jsp.ErrorData
- Returns the request URI.
- getRequestURL() -
Method in interface javax.servlet.http.HttpServletRequest
- Reconstructs the URL the client used to make the request.
- getRequestURL() -
Method in class javax.servlet.http.HttpServletRequestWrapper
- The default behavior of this method is to return getRequestURL()
on the wrapped request object.
- getRequestURL(HttpServletRequest) -
Static method in class javax.servlet.http.HttpUtils
- Deprecated. Reconstructs the URL the client used to make the request,
using information in the
HttpServletRequest
object.
- getRequestedSessionId() -
Method in interface javax.servlet.http.HttpServletRequest
- Returns the session ID specified by the client.
- getRequestedSessionId() -
Method in class javax.servlet.http.HttpServletRequestWrapper
- The default behavior of this method is to return getRequestedSessionId()
on the wrapped request object.
- getRequestingPort() -
Method in class javax.mail.Authenticator
-
- getRequestingPrompt() -
Method in class javax.mail.Authenticator
-
- getRequestingProtocol() -
Method in class javax.mail.Authenticator
- Give the protocol that's requesting the connection.
- getRequestingSite() -
Method in class javax.mail.Authenticator
-
- getRequiredVersion() -
Method in class javax.servlet.jsp.tagext.TagLibraryInfo
- A string describing the required version of the JSP container.
- getResource(String) -
Method in interface javax.management.loading.MLetMBean
- Finds the resource with the given name.
- getResource(String) -
Method in interface javax.servlet.ServletContext
- Returns a URL to the resource that is mapped to a specified
path.
- getResourceAdapter() -
Method in interface javax.resource.spi.ResourceAdapterAssociation
- Get the associated
ResourceAdapter
object.
- getResourceAsStream(String) -
Method in interface javax.management.loading.MLetMBean
- Returns an input stream for reading the specified resource.
- getResourceAsStream(String) -
Method in interface javax.servlet.ServletContext
- Returns the resource located at the named path as
an
InputStream
object.
- getResourcePaths(String) -
Method in interface javax.servlet.ServletContext
- Returns a directory-like listing of all the paths to resources within the web application whose longest sub-path
matches the supplied path argument.
- getResources(String) -
Method in interface javax.management.loading.MLetMBean
- Finds all the resources with the given name.
- getResponse() -
Method in class javax.servlet.ServletResponseWrapper
- Return the wrapped ServletResponse object.
- getResponse() -
Method in class javax.servlet.jsp.PageContext
- The current value of the response object (a ServletResponse).
- getResultSetInfo() -
Method in interface javax.resource.cci.Connection
- Gets the information on the ResultSet functionality supported by
a connected EIS instance.
- getResultTargetModuleIDs() -
Method in interface javax.enterprise.deploy.spi.status.ProgressObject
- Retrieve the list of TargetModuleIDs successfully
processed or created by the associated DeploymentManager
operation.
- getReturnOpenType() -
Method in interface javax.management.openmbean.OpenMBeanOperationInfo
- Returns the open type of the values returned by the
operation described by this OpenMBeanOperationInfo
instance.
- getReturnOpenType() -
Method in class javax.management.openmbean.OpenMBeanOperationInfoSupport
- Returns the open type of the values returned by the operation described by this OpenMBeanOperationInfo instance.
- getReturnType() -
Method in class javax.management.MBeanOperationInfo
- Returns the type of the method's return value.
- getReturnType() -
Method in interface javax.management.openmbean.OpenMBeanOperationInfo
- Returns the fully qualified Java class name of the values
returned by the operation described by this
OpenMBeanOperationInfo instance.
- getReturnType() -
Method in interface javax.xml.rpc.Call
- Gets the return type for a specific operation
- getRole(String) -
Method in interface javax.management.relation.Relation
- Retrieves role value for given role name.
- getRole(String, String) -
Method in class javax.management.relation.RelationService
- Retrieves role value for given role name in given relation.
- getRole(String, String) -
Method in interface javax.management.relation.RelationServiceMBean
- Retrieves role value for given role name in given relation.
- getRole(String) -
Method in class javax.management.relation.RelationSupport
- Retrieves role value for given role name.
- getRoleCardinality(String) -
Method in interface javax.management.relation.Relation
- Returns the number of MBeans currently referenced in the given role.
- getRoleCardinality(String, String) -
Method in class javax.management.relation.RelationService
- Retrieves the number of MBeans currently referenced in the given role.
- getRoleCardinality(String, String) -
Method in interface javax.management.relation.RelationServiceMBean
- Retrieves the number of MBeans currently referenced in the
given role.
- getRoleCardinality(String) -
Method in class javax.management.relation.RelationSupport
- Returns the number of MBeans currently referenced in the given role.
- getRoleInfo(String, String) -
Method in class javax.management.relation.RelationService
- Retrieves role info for given role name of a given relation type.
- getRoleInfo(String, String) -
Method in interface javax.management.relation.RelationServiceMBean
- Retrieves role info for given role of a given relation type.
- getRoleInfo(String) -
Method in interface javax.management.relation.RelationType
- Returns the role info (RoleInfo object) for the given role info name
(null if not found).
- getRoleInfo(String) -
Method in class javax.management.relation.RelationTypeSupport
- Returns the role info (RoleInfo object) for the given role info name
(null if not found).
- getRoleInfos(String) -
Method in class javax.management.relation.RelationService
- Retrieves list of role infos (RoleInfo objects) of a given relation
type.
- getRoleInfos(String) -
Method in interface javax.management.relation.RelationServiceMBean
- Retrieves list of role infos (RoleInfo objects) of a given relation
type.
- getRoleInfos() -
Method in interface javax.management.relation.RelationType
- Returns the list of role definitions (ArrayList of RoleInfo objects).
- getRoleInfos() -
Method in class javax.management.relation.RelationTypeSupport
- Returns the list of role definitions (ArrayList of RoleInfo objects).
- getRoleName() -
Method in class javax.management.relation.RelationNotification
- Returns name of updated role of updated relation (only for role update).
- getRoleName() -
Method in class javax.management.relation.Role
- Retrieves role name.
- getRoleName() -
Method in class javax.management.relation.RoleUnresolved
- Retrieves role name.
- getRoleValue() -
Method in class javax.management.relation.Role
- Retrieves role value.
- getRoleValue() -
Method in class javax.management.relation.RoleUnresolved
- Retrieves role value.
- getRoles(String[]) -
Method in interface javax.management.relation.Relation
- Retrieves values of roles with given names.
- getRoles(String, String[]) -
Method in class javax.management.relation.RelationService
- Retrieves values of roles with given names in given relation.
- getRoles(String, String[]) -
Method in interface javax.management.relation.RelationServiceMBean
- Retrieves values of roles with given names in given relation.
- getRoles(String[]) -
Method in class javax.management.relation.RelationSupport
- Retrieves values of roles with given names.
- getRoles() -
Method in class javax.management.relation.RoleResult
- Retrieves list of roles successfully accessed.
- getRoles() -
Method in interface javax.xml.rpc.handler.HandlerChain
- Gets SOAP actor roles registered for this HandlerChain at
this SOAP node.
- getRoles() -
Method in interface javax.xml.rpc.handler.soap.SOAPMessageContext
- Gets the SOAP actor roles associated with an execution
of the HandlerChain and its contained Handler instances.
- getRolesUnresolved() -
Method in class javax.management.relation.RoleResult
- Retrieves list of roles unsuccessfully accessed.
- getRollbackOnly() -
Method in interface javax.ejb.EJBContext
- Test if the transaction has been marked for rollback only.
- getRolledbackCount() -
Method in interface javax.management.j2ee.statistics.JTAStats
- Number of rolled-back transactions.
- getRoot() -
Method in interface javax.enterprise.deploy.model.DDBean
- Return the root element for this DDBean.
- getRootCause() -
Method in class javax.servlet.ServletException
- Returns the exception that caused this servlet exception.
- getRootCause() -
Method in class javax.servlet.jsp.JspException
- Returns the exception that caused this JSP exception.
- getRootCause() -
Method in class javax.servlet.jsp.el.ELException
- Returns the root cause.
- getRootOrganization() -
Method in interface javax.xml.registry.infomodel.Organization
- Gets the root organization.
- getRowType() -
Method in class javax.management.openmbean.TabularType
- Returns the type of the row elements of tabular data values
described by this
TabularType
instance.
- getRunningModules(ModuleType, Target[]) -
Method in interface javax.enterprise.deploy.spi.DeploymentManager
- Retrieve the list of J2EE application modules distributed
to the identified targets and that are currently running
on the associated server or servers.
- getSOAPBody() -
Method in class javax.xml.soap.SOAPMessage
- Gets the SOAP Body contained in this
SOAPMessage
object.
- getSOAPHeader() -
Method in class javax.xml.soap.SOAPMessage
- Gets the SOAP Header contained in this
SOAPMessage
object.
- getSOAPPart() -
Method in class javax.xml.soap.SOAPMessage
- Gets the SOAP part of this
SOAPMessage
object.
- getScheme() -
Method in interface javax.servlet.ServletRequest
- Returns the name of the scheme used to make this request,
for example,
http
, https
, or ftp
.
- getScheme() -
Method in class javax.servlet.ServletRequestWrapper
- The default behavior of this method is to return getScheme()
on the wrapped request object.
- getScope() -
Method in class javax.servlet.jsp.tagext.TagVariableInfo
- The body of the <scope> element.
- getScope() -
Method in class javax.servlet.jsp.tagext.VariableInfo
- Returns the lexical scope of the variable.
- getSecure() -
Method in class javax.servlet.http.Cookie
- Returns
true
if the browser is sending cookies
only over a secure protocol, or false
if the
browser can send cookies using any protocol.
- getSendPastNotifications() -
Method in class javax.management.timer.Timer
- Gets the flag indicating whether or not the timer sends past notifications.
- getSendPastNotifications() -
Method in interface javax.management.timer.TimerMBean
- Gets the flag indicating whether or not the timer sends past notifications.
- getSender() -
Method in class javax.mail.internet.MimeMessage
- Returns the value of the RFC 822 "Sender" header field.
- getSentDate() -
Method in class javax.mail.Message
- Get the date this message was sent.
- getSentDate() -
Method in class javax.mail.internet.MimeMessage
- Returns the value of the RFC 822 "Date" field.
- getSentMailCount() -
Method in interface javax.management.j2ee.statistics.JavaMailStats
- The number of mail messages sent.
- getSeparator() -
Method in class javax.mail.Folder
- Return the delimiter character that separates this Folder's pathname
from the names of immediate subfolders.
- getSequenceNumber() -
Method in class javax.management.Notification
- Get the notification sequence number.
- getSerializer(Class, QName) -
Method in interface javax.xml.rpc.encoding.TypeMapping
- Gets the SerializerFactory registered for the specified
pair of Java type and XML data type.
- getSerializerAs(String) -
Method in interface javax.xml.rpc.encoding.SerializerFactory
- Returns a Serializer for the specified XML processing
mechanism type.
- getServerInfo() -
Method in interface javax.servlet.ServletContext
- Returns the name and version of the servlet container on which
the servlet is running.
- getServerName() -
Method in interface javax.servlet.ServletRequest
- Returns the host name of the server to which the request was sent.
- getServerName() -
Method in class javax.servlet.ServletRequestWrapper
- The default behavior of this method is to return getServerName()
on the wrapped request object.
- getServerPort() -
Method in interface javax.servlet.ServletRequest
- Returns the port number to which the request was sent.
- getServerPort() -
Method in class javax.servlet.ServletRequestWrapper
- The default behavior of this method is to return getServerPort()
on the wrapped request object.
- getServerSession() -
Method in interface javax.jms.ServerSessionPool
- Return a server session from the pool.
- getServerSessionPool() -
Method in interface javax.jms.ConnectionConsumer
- Gets the server session pool associated with this connection consumer.
- getService() -
Method in interface javax.xml.registry.infomodel.ServiceBinding
- Gets the parent service for which this is a binding.
- getServiceBinding() -
Method in interface javax.xml.registry.infomodel.SpecificationLink
- Gets the parent ServiceBinding for this SpecificationLink.
- getServiceBindings() -
Method in interface javax.xml.registry.infomodel.Service
- Gets all children ServiceBindings.
- getServiceName() -
Method in interface javax.xml.rpc.Service
- Gets the name of this service.
- getServiceTime() -
Method in interface javax.management.j2ee.statistics.ServletStats
- Execution times for the methods.
- getServices() -
Method in interface javax.xml.registry.infomodel.Organization
- Gets all children Services.
- getServlet(String) -
Method in interface javax.servlet.ServletContext
- Deprecated. As of Java Servlet API 2.1, with no direct replacement.
This method was originally defined to retrieve a servlet
from a ServletContext
. In this version, this method
always returns null
and remains only to preserve
binary compatibility. This method will be permanently removed
in a future version of the Java Servlet API.
In lieu of this method, servlets can share information using the
ServletContext
class and can perform shared business logic
by invoking methods on common non-servlet classes.
- getServlet() -
Method in class javax.servlet.UnavailableException
- Deprecated. As of Java Servlet API 2.2, with no replacement.
Returns the servlet that is reporting its unavailability.
- getServletConfig() -
Method in class javax.servlet.GenericServlet
- Returns this servlet's
ServletConfig
object.
- getServletConfig() -
Method in interface javax.servlet.Servlet
- Returns a
ServletConfig
object, which contains
initialization and startup parameters for this servlet.
- getServletConfig() -
Method in class javax.servlet.jsp.PageContext
- The ServletConfig instance.
- getServletContext() -
Method in interface javax.servlet.FilterConfig
- Returns a reference to the
ServletContext
in which the caller
is executing.
- getServletContext() -
Method in class javax.servlet.GenericServlet
- Returns a reference to the
ServletContext
in which this servlet
is running.
- getServletContext() -
Method in interface javax.servlet.ServletConfig
- Returns a reference to the
ServletContext
in which the caller
is executing.
- getServletContext() -
Method in class javax.servlet.ServletContextEvent
- Return the ServletContext that changed.
- getServletContext() -
Method in class javax.servlet.ServletRequestEvent
- Return the ServletContext that changed.
- getServletContext() -
Method in interface javax.servlet.http.HttpSession
- Returns the ServletContext to which this session belongs.
- getServletContext() -
Method in class javax.servlet.jsp.PageContext
- The ServletContext instance.
- getServletContext() -
Method in interface javax.xml.rpc.server.ServletEndpointContext
- The method
getServletContext
returns the
ServletContex
t associated with the web
application that contain this endpoint.
- getServletContextName() -
Method in interface javax.servlet.ServletContext
- Returns the name of this web application correponding to this ServletContext as specified in the deployment
descriptor for this web application by the display-name element.
- getServletInfo() -
Method in class javax.servlet.GenericServlet
- Returns information about the servlet, such as
author, version, and copyright.
- getServletInfo() -
Method in interface javax.servlet.Servlet
- Returns information about the servlet, such
as author, version, and copyright.
- getServletName() -
Method in class javax.servlet.GenericServlet
- Returns the name of this servlet instance.
- getServletName() -
Method in interface javax.servlet.ServletConfig
- Returns the name of this servlet instance.
- getServletName() -
Method in class javax.servlet.jsp.ErrorData
- Returns the name of the servlet invoked.
- getServletNames() -
Method in interface javax.servlet.ServletContext
- Deprecated. As of Java Servlet API 2.1, with no replacement.
This method was originally defined to return an
Enumeration
of all the servlet names known to this context. In this version,
this method always returns an empty Enumeration
and
remains only to preserve binary compatibility. This method will
be permanently removed in a future version of the Java Servlet API.
- getServletPath() -
Method in interface javax.servlet.http.HttpServletRequest
- Returns the part of this request's URL that calls
the servlet.
- getServletPath() -
Method in class javax.servlet.http.HttpServletRequestWrapper
- The default behavior of this method is to return getServletPath()
on the wrapped request object.
- getServletRequest() -
Method in class javax.servlet.ServletRequestEvent
- Return the ServletRequest that changed.
- getServlets() -
Method in interface javax.servlet.ServletContext
- Deprecated. As of Java Servlet API 2.0, with no replacement.
This method was originally defined to return an Enumeration
of all the servlets known to this servlet context. In this
version, this method always returns an empty enumeration and
remains only to preserve binary compatibility. This method
will be permanently removed in a future version of the Java
Servlet API.
- getSession() -
Method in interface javax.jms.ServerSession
- Return the
ServerSession
's Session
.
- getSession() -
Method in interface javax.jms.XASession
- Gets the session associated with this
XASession
.
- getSession() -
Method in class javax.mail.MessageContext
- Return the Session we're operating in.
- getSession(boolean) -
Method in interface javax.servlet.http.HttpServletRequest
- Returns the current
HttpSession
associated with this request or, if there is no
current session and create
is true, returns
a new session.
- getSession() -
Method in interface javax.servlet.http.HttpServletRequest
- Returns the current session associated with this request,
or if the request does not have a session, creates one.
- getSession(boolean) -
Method in class javax.servlet.http.HttpServletRequestWrapper
- The default behavior of this method is to return getSession(boolean create)
on the wrapped request object.
- getSession() -
Method in class javax.servlet.http.HttpServletRequestWrapper
- The default behavior of this method is to return getSession()
on the wrapped request object.
- getSession() -
Method in class javax.servlet.http.HttpSessionBindingEvent
- Return the session that changed.
- getSession(String) -
Method in interface javax.servlet.http.HttpSessionContext
- Deprecated. As of Java Servlet API 2.1 with
no replacement. This method must
return null and will be removed in
a future version of this API.
- getSession() -
Method in class javax.servlet.http.HttpSessionEvent
- Return the session that changed.
- getSession() -
Method in class javax.servlet.jsp.PageContext
- The current value of the session object (an HttpSession).
- getSessionContext() -
Method in interface javax.servlet.http.HttpSession
- Deprecated. As of Version 2.1, this method is
deprecated and has no replacement.
It will be removed in a future
version of the Java Servlet API.
- getSessions() -
Method in interface javax.management.j2ee.statistics.JMSConnectionStats
- Returns an array of JMSSessionStats that provide statistics
about the sessions associated with the referencing JMSConnectionStats.
- getSharedNamespaces() -
Method in class javax.mail.Store
- Return a set of folders representing the shared namespaces.
- getShort(String) -
Method in interface javax.jms.MapMessage
- Returns the
short
value with the specified name.
- getShortName() -
Method in class javax.servlet.jsp.tagext.TagLibraryInfo
- The preferred short name (prefix) as indicated in the TLD.
- getShortProperty(String) -
Method in interface javax.jms.Message
- Returns the value of the
short
property with the specified
name.
- getSignature() -
Method in class javax.management.MBeanConstructorInfo
- Returns the list of parameters for this constructor.
- getSignature() -
Method in class javax.management.MBeanOperationInfo
- Returns the list of parameters for this operation.
- getSignature() -
Method in interface javax.management.openmbean.OpenMBeanConstructorInfo
- Returns an array of OpenMBeanParameterInfo instances
describing each parameter in the signature of the constructor
described by this OpenMBeanConstructorInfo instance.
- getSignature() -
Method in interface javax.management.openmbean.OpenMBeanOperationInfo
- Returns an array of OpenMBeanParameterInfo instances
describing each parameter in the signature of the operation
described by this OpenMBeanOperationInfo instance.
- getSize() -
Method in interface javax.mail.Part
- Return the size of the content of this part in bytes.
- getSize() -
Method in class javax.mail.internet.MimeBodyPart
- Return the size of the content of this body part in bytes.
- getSize() -
Method in class javax.mail.internet.MimeMessage
- Return the size of the content of this message in bytes.
- getSize() -
Method in class javax.xml.soap.AttachmentPart
- Returns the number of bytes in this
AttachmentPart
object.
- getSlot(String) -
Method in interface javax.xml.registry.infomodel.ExtensibleObject
- Gets the slot specified by slotName.
- getSlotType() -
Method in interface javax.xml.registry.infomodel.Slot
- Gets the slotType for this Slot.
- getSlots() -
Method in interface javax.xml.registry.infomodel.ExtensibleObject
- Returns the Slots associated with this object.
- getSmallIcon() -
Method in class javax.servlet.jsp.tagext.TagInfo
- Get the path to the small icon.
- getSourceObject() -
Method in interface javax.xml.registry.infomodel.Association
- Gets the Object that is the source of this Association.
- getSpecVersion() -
Method in interface javax.resource.cci.ResourceAdapterMetaData
- Returns a string representation of the version of the
connector architecture specification that is supported by
the resource adapter.
- getSpecificationLinks() -
Method in interface javax.xml.registry.infomodel.ServiceBinding
- Gets all children SpecificationLinks.
- getSpecificationName() -
Method in class javax.management.MBeanServerDelegate
- Returns the full name of the JMX specification implemented
by this product.
- getSpecificationName() -
Method in interface javax.management.MBeanServerDelegateMBean
- Returns the full name of the JMX specification implemented
by this product.
- getSpecificationObject() -
Method in interface javax.xml.registry.infomodel.SpecificationLink
- Gets the specification object for this object.
- getSpecificationVendor() -
Method in class javax.management.MBeanServerDelegate
- Returns the vendor of the JMX specification implemented
by this product.
- getSpecificationVendor() -
Method in interface javax.management.MBeanServerDelegateMBean
- Returns the vendor of the JMX specification implemented
by this product.
- getSpecificationVersion() -
Method in class javax.management.MBeanServerDelegate
- Returns the version of the JMX specification implemented
by this product.
- getSpecificationVersion() -
Method in interface javax.management.MBeanServerDelegateMBean
- Returns the version of the JMX specification implemented
by this product.
- getSpecificationVersion() -
Method in class javax.servlet.jsp.JspEngineInfo
- Return the version number of the JSP specification that is supported by
this JSP engine.
- getStability() -
Method in interface javax.xml.registry.infomodel.RegistryEntry
- Gets the stability indicator for the RegistryEntry within the Registry.
- getStartDuration() -
Method in class javax.resource.spi.work.WorkEvent
- Return the start interval duration.
- getStartTime() -
Method in interface javax.management.j2ee.statistics.Statistic
- The time of the first measurement represented as a long, whose value is the number of milliseconds since January 1, 1970, 00:00:00.
- getState() -
Method in interface javax.enterprise.deploy.spi.status.DeploymentStatus
- Retrieve the StateType value.
- getStateOrProvince() -
Method in interface javax.xml.registry.infomodel.PostalAddress
- Returns the state or province.
- getStateType(int) -
Static method in class javax.enterprise.deploy.shared.StateType
- Return an object of the specified value.
- getStatistic(String) -
Method in interface javax.management.j2ee.statistics.Stats
- Get a Statistic by name.
- getStatisticNames() -
Method in interface javax.management.j2ee.statistics.Stats
- Returns an array of Strings which are the names of the attributes from the specific Stats submodel that this object supports.
- getStatistics() -
Method in interface javax.management.j2ee.statistics.Stats
- Returns an array containing all of the Statistic objects supported by this Stats object.
- getStatus() -
Method in interface javax.transaction.Transaction
- Obtain the status of the transaction associated with the target
Transaction object.
- getStatus() -
Method in interface javax.transaction.TransactionManager
- Obtain the status of the transaction associated with the current thread.
- getStatus() -
Method in interface javax.transaction.UserTransaction
- Obtain the status of the transaction associated with the current thread.
- getStatus() -
Method in class javax.xml.registry.JAXRException
-
- getStatus() -
Method in interface javax.xml.registry.JAXRResponse
- Returns the status for this response.
- getStatus() -
Method in interface javax.xml.registry.infomodel.RegistryEntry
- Gets the life cycle status of the RegistryEntry within the registry.
- getStatusCode() -
Method in class javax.servlet.jsp.ErrorData
- Returns the status code of the error.
- getStore() -
Method in class javax.mail.Folder
- Returns the Store that owns this Folder object.
- getStore() -
Method in class javax.mail.Session
- Get a Store object that implements this user's desired Store
protocol.
- getStore(String) -
Method in class javax.mail.Session
- Get a Store object that implements the specified protocol.
- getStore(URLName) -
Method in class javax.mail.Session
- Get a Store object for the given URLName.
- getStore(Provider) -
Method in class javax.mail.Session
- Get an instance of the store specified by Provider.
- getStore() -
Method in class javax.mail.StoreClosedException
- Returns the dead Store object
- getStreet() -
Method in interface javax.xml.registry.infomodel.PostalAddress
- Returns the street name.
- getStreetNumber() -
Method in interface javax.xml.registry.infomodel.PostalAddress
- Returns the street number.
- getString(String) -
Method in interface javax.jms.MapMessage
- Returns the
String
value with the specified name.
- getString() -
Method in class javax.servlet.jsp.tagext.BodyContent
- Return the value of the BodyContent as a String.
- getStringProperty(String) -
Method in interface javax.jms.Message
- Returns the value of the
String
property with the specified
name.
- getStringTable() -
Method in class javax.enterprise.deploy.shared.ActionType
- Returns the string table for class ActionType
- getStringTable() -
Method in class javax.enterprise.deploy.shared.CommandType
- Returns the string table for class CommandType
- getStringTable() -
Method in class javax.enterprise.deploy.shared.DConfigBeanVersionType
- Returns the string table for class DConfigBeanVersionType
- getStringTable() -
Method in class javax.enterprise.deploy.shared.ModuleType
- Returns the string table for class ModuleType
- getStringTable() -
Method in class javax.enterprise.deploy.shared.StateType
- Returns the string table for class StateType
- getStringToCompare() -
Method in class javax.management.monitor.StringMonitor
- Gets the string to compare with the observed attribute common to all observed MBeans.
- getStringToCompare() -
Method in interface javax.management.monitor.StringMonitorMBean
- Gets the string to compare with the observed attribute.
- getSubType() -
Method in class javax.activation.MimeType
- Retrieve the sub type of this object.
- getSubType() -
Method in class javax.mail.internet.ContentType
- Return the subType.
- getSubject() -
Method in class javax.mail.Message
- Get the subject of this message.
- getSubject() -
Method in class javax.mail.internet.MimeMessage
- Returns the value of the "Subject" header field.
- getSubmittingOrganization() -
Method in interface javax.xml.registry.infomodel.RegistryObject
- Gets the Organization that submitted this RegistryObject.
- getSupportedEncodings() -
Method in interface javax.xml.rpc.encoding.TypeMapping
- Returns the encodingStyle URIs (as String[]) supported by
this TypeMapping instance.
- getSupportedLocales() -
Method in interface javax.enterprise.deploy.spi.DeploymentManager
- Returns an array of supported locales for this implementation.
- getSupportedMechanismTypes() -
Method in interface javax.xml.rpc.encoding.DeserializerFactory
- Returns a list of all XML processing mechanism types
supported by this DeserializerFactory.
- getSupportedMechanismTypes() -
Method in interface javax.xml.rpc.encoding.SerializerFactory
- Returns a list of all XML processing mechanism types
supported by this SerializerFactory.
- getSystemFlags() -
Method in class javax.mail.Flags
- Return all the system flags in this Flags object.
- getSystemId() -
Method in interface javax.xml.transform.Result
- Get the system identifier that was set with setSystemId.
- getSystemId() -
Method in interface javax.xml.transform.Source
- Get the system identifier that was set with setSystemId.
- getSystemId() -
Method in interface javax.xml.transform.SourceLocator
- Return the system identifier for the current document event.
- getSystemId() -
Method in class javax.xml.transform.dom.DOMResult
- Get the system identifier that was set with setSystemId.
- getSystemId() -
Method in class javax.xml.transform.dom.DOMSource
- Get the base ID (URL or system ID) from where URLs
will be resolved.
- getSystemId() -
Method in class javax.xml.transform.sax.SAXResult
- Get the system identifier that was set with setSystemId.
- getSystemId() -
Method in class javax.xml.transform.sax.SAXSource
- Get the base ID (URI or system ID) from where URIs
will be resolved.
- getSystemId() -
Method in interface javax.xml.transform.sax.TemplatesHandler
- Get the base ID (URI or system ID) from where relative
URLs will be resolved.
- getSystemId() -
Method in interface javax.xml.transform.sax.TransformerHandler
- Get the base ID (URI or system ID) from where relative
URLs will be resolved.
- getSystemId() -
Method in class javax.xml.transform.stream.StreamResult
- Get the system identifier that was set with setSystemId.
- getSystemId() -
Method in class javax.xml.transform.stream.StreamSource
- Get the system identifier that was set with setSystemId.
- getTabularType() -
Method in interface javax.management.openmbean.TabularData
- Returns the tabular type describing this
TabularData instance.
- getTabularType() -
Method in class javax.management.openmbean.TabularDataSupport
- Returns the tabular type describing this TabularData instance.
- getTag(String) -
Method in class javax.servlet.jsp.tagext.TagLibraryInfo
- Get the TagInfo for a given tag name, looking through all the
tags in this tag library.
- getTagClassName() -
Method in class javax.servlet.jsp.tagext.TagInfo
- Name of the class that provides the handler for this tag.
- getTagExtraInfo() -
Method in class javax.servlet.jsp.tagext.TagInfo
- The instance (if any) for extra tag information.
- getTagFile(String) -
Method in class javax.servlet.jsp.tagext.TagLibraryInfo
- Get the TagFileInfo for a given tag name, looking through all the
tag files in this tag library.
- getTagFiles() -
Method in class javax.servlet.jsp.tagext.TagLibraryInfo
- An array describing the tag files that are defined in this tag library.
- getTagInfo() -
Method in class javax.servlet.jsp.tagext.TagExtraInfo
- Get the TagInfo for this class.
- getTagInfo() -
Method in class javax.servlet.jsp.tagext.TagFileInfo
- Returns information about this tag, parsed from the directives
in the tag file.
- getTagLibrary() -
Method in class javax.servlet.jsp.tagext.TagInfo
- The instance of TabLibraryInfo we belong to.
- getTagName() -
Method in class javax.servlet.jsp.tagext.TagInfo
- The name of the Tag.
- getTagVariableInfos() -
Method in class javax.servlet.jsp.tagext.TagInfo
- Get TagVariableInfo objects associated with this TagInfo.
- getTags() -
Method in class javax.servlet.jsp.tagext.TagLibraryInfo
- An array describing the tags that are defined in this tag library.
- getTarget() -
Method in interface javax.enterprise.deploy.spi.TargetModuleID
- Retrieve the name of the target server.
- getTargetBinding() -
Method in interface javax.xml.registry.infomodel.ServiceBinding
- Gets the next ServiceBinding in case there is a redirection from
one service provider to another service provider.
- getTargetEndpointAddress() -
Method in interface javax.xml.rpc.Call
- Gets the address of a target service endpoint.
- getTargetError() -
Method in class javax.management.RuntimeErrorException
- Returns the actual
Error
thrown.
- getTargetException() -
Method in class javax.management.MBeanException
- Return the actual
Exception
thrown.
- getTargetException() -
Method in class javax.management.ReflectionException
- Returns the actual
Exception
thrown.
- getTargetException() -
Method in class javax.management.RuntimeMBeanException
- Returns the actual
RuntimeException
thrown.
- getTargetException() -
Method in class javax.management.RuntimeOperationsException
- Returns the actual
RuntimeException
thrown.
- getTargetModuleID() -
Method in class javax.enterprise.deploy.spi.status.ProgressEvent
- Retrieve the TargetModuleID for this event
- getTargetObject() -
Method in interface javax.xml.registry.infomodel.Association
- Gets the Object that is the target of this Association.
- getTargets() -
Method in interface javax.enterprise.deploy.spi.DeploymentManager
- Retrieve the list of deployment targets supported by
this DeploymentManager.
- getTelephoneNumbers(String) -
Method in interface javax.xml.registry.infomodel.Organization
- Gets the telephone numbers for this User that match the specified telephone number type.
- getTelephoneNumbers(String) -
Method in interface javax.xml.registry.infomodel.User
- Gets the telephone numbers for this User that match the specified telephone number type.
- getTemplates() -
Method in interface javax.xml.transform.sax.TemplatesHandler
- When a TemplatesHandler object is used as a ContentHandler
for the parsing of transformation instructions, it creates a Templates object,
which the caller can get once the SAX events have been completed.
- getTerm() -
Method in class javax.mail.search.NotTerm
- Return the term to negate.
- getTerms() -
Method in class javax.mail.search.AndTerm
- Return the search terms.
- getTerms() -
Method in class javax.mail.search.OrTerm
- Return the search terms.
- getTestSet() -
Method in class javax.mail.search.FlagTerm
- Return true if testing whether the flags are set.
- getText() -
Method in interface javax.enterprise.deploy.model.DDBean
- Returns the XML text for by this bean.
- getText(String) -
Method in interface javax.enterprise.deploy.model.DDBean
- Return a list of text values for a given XPath in the
deployment descriptor.
- getText(String) -
Method in interface javax.enterprise.deploy.model.DeployableObject
- Return the XML content associated with the XPath
from a deployment descriptor.
- getText(ModuleType, String) -
Method in interface javax.enterprise.deploy.model.J2eeApplicationObject
- Return the text value from the XPath; search only the
deployment descriptors of the specified type.
- getText() -
Method in interface javax.jms.TextMessage
- Gets the string containing this message's data.
- getThreshold(ObjectName) -
Method in class javax.management.monitor.CounterMonitor
- Gets the current threshold value of the specified object, if
this object is contained in the set of observed MBeans, or
null
otherwise.
- getThreshold() -
Method in class javax.management.monitor.CounterMonitor
- Deprecated. As of JMX 1.2, replaced by
CounterMonitor.getThreshold(ObjectName)
- getThreshold() -
Method in interface javax.management.monitor.CounterMonitorMBean
- Deprecated. As of JMX 1.2, replaced by
CounterMonitorMBean.getThreshold(ObjectName)
- getThreshold(ObjectName) -
Method in interface javax.management.monitor.CounterMonitorMBean
- Gets the threshold value for the specified MBean.
- getThrowable() -
Method in class javax.servlet.jsp.ErrorData
- Returns the Throwable that caused the error.
- getTimeRemaining() -
Method in interface javax.ejb.Timer
- Get the number of milliseconds that will elapse before the next
scheduled timer expiration.
- getTimeStamp() -
Method in class javax.management.Notification
- Get the notification timestamp.
- getTimeToLive() -
Method in interface javax.jms.MessageProducer
- Gets the default length of time in milliseconds from its dispatch time
that a produced message should be retained by the message system.
- getTimer() -
Method in interface javax.ejb.TimerHandle
- Obtain a reference to the timer represented by this handle.
- getTimerService() -
Method in interface javax.ejb.EJBContext
- Get access to the EJB Timer Service.
- getTimers() -
Method in interface javax.ejb.TimerService
- Get all the active timers associated with this bean.
- getTimestamp() -
Method in interface javax.xml.registry.infomodel.AuditableEvent
- Gets the Timestamp for when this event occurred.
- getTopic() -
Method in interface javax.jms.TopicPublisher
- Gets the topic associated with this
TopicPublisher
.
- getTopic() -
Method in interface javax.jms.TopicSubscriber
- Gets the
Topic
associated with this subscriber.
- getTopicName() -
Method in interface javax.jms.Topic
- Gets the name of this topic.
- getTopicSession() -
Method in interface javax.jms.XATopicSession
- Gets the topic session associated with this
XATopicSession
.
- getTotalTime() -
Method in interface javax.management.j2ee.statistics.TimeStatistic
- This is the sum total of time taken to complete every invocation of this operation since the beginning of this measurement.
- getTransacted() -
Method in interface javax.jms.Session
- Indicates whether the session is in transacted mode.
- getTransacted() -
Method in interface javax.jms.XASession
- Indicates whether the session is in transacted mode.
- getTransaction() -
Method in interface javax.transaction.TransactionManager
- Get the transaction object that represents the transaction
context of the calling thread.
- getTransactionTimeout() -
Method in class javax.resource.spi.work.ExecutionContext
- Get the transaction timeout value for a imported transaction.
- getTransactionTimeout() -
Method in interface javax.transaction.xa.XAResource
- Obtains the current transaction timeout value set for this
XAResource instance.
- getTransferData(DataFlavor, DataSource) -
Method in interface javax.activation.DataContentHandler
- Returns an object which represents the data to be transferred.
- getTransferData(DataFlavor) -
Method in class javax.activation.DataHandler
- Returns an object that represents the data to be
transferred.
- getTransferDataFlavors() -
Method in interface javax.activation.DataContentHandler
- Returns an array of DataFlavor objects indicating the flavors the
data can be provided in.
- getTransferDataFlavors() -
Method in class javax.activation.DataHandler
- Return the DataFlavors in which this data is available.
- getTransformer() -
Method in interface javax.xml.transform.sax.TransformerHandler
- Get the Transformer associated with this handler, which
is needed in order to set parameters and output properties.
- getTransport() -
Method in class javax.mail.Session
- Get a Transport object that implements this user's desired
Transport protcol.
- getTransport(String) -
Method in class javax.mail.Session
- Get a Transport object that implements the specified protocol.
- getTransport(URLName) -
Method in class javax.mail.Session
- Get a Transport object for the given URLName.
- getTransport(Provider) -
Method in class javax.mail.Session
- Get an instance of the transport specified in the Provider.
- getTransport(Address) -
Method in class javax.mail.Session
- Get a Transport object that can transport a Message to the
specified address type.
- getTrigger() -
Method in class javax.management.monitor.MonitorNotification
- Gets the threshold/string (depending on the monitor type) that triggered off this monitor notification.
- getType() -
Method in interface javax.enterprise.deploy.model.DDBeanRoot
- Return the ModuleType of deployment descriptor.
- getType() -
Method in interface javax.enterprise.deploy.model.DeployableObject
- Return the ModuleType of deployment descriptor (i.e., EAR,
JAR, WAR, RAR) this deployable object represents.
- getType() -
Method in class javax.mail.Address
- Return a type string that identifies this address type.
- getType() -
Method in class javax.mail.Folder
- Returns the type of this Folder, that is, whether this folder can hold
messages or subfolders or both.
- getType() -
Method in class javax.mail.Provider
- Returns the type of this Provider
- getType() -
Method in class javax.mail.event.ConnectionEvent
- Return the type of this event
- getType() -
Method in class javax.mail.event.FolderEvent
- Return the type of this event.
- getType() -
Method in class javax.mail.event.MessageCountEvent
- Return the type of this event.
- getType() -
Method in class javax.mail.event.TransportEvent
- Return the type of this event.
- getType() -
Method in class javax.mail.internet.HeaderTokenizer.Token
- Return the type of the token.
- getType() -
Method in class javax.mail.internet.InternetAddress
- Return the type of this address.
- getType() -
Method in class javax.mail.internet.NewsAddress
- Return the type of this address.
- getType() -
Method in class javax.management.MBeanAttributeInfo
- Returns the class name of the attribute.
- getType() -
Method in class javax.management.MBeanParameterInfo
- Returns the type or class name of the data.
- getType() -
Method in class javax.management.Notification
- Get the notification type.
- getType(String) -
Method in class javax.management.openmbean.CompositeType
- Returns the open type of the item whose name is itemName,
or
null
if this CompositeType
instance does not define any item
whose name is itemName.
- getType() -
Method in class javax.resource.spi.work.WorkEvent
- Return the type of this event.
- getType() -
Method in interface javax.xml.registry.Query
- Gets the type of Query (for example, QUERY_TYPE_SQL).
- getType() -
Method in interface javax.xml.registry.infomodel.EmailAddress
- Gets the type for this object.
- getType() -
Method in interface javax.xml.registry.infomodel.PostalAddress
- Returns the type of address (for example, "headquarters") as a String.
- getType() -
Method in interface javax.xml.registry.infomodel.TelephoneNumber
- The type of telephone number (for example, "fax").
- getType() -
Method in interface javax.xml.registry.infomodel.User
- Gets the type for this User.
- getTypeMapping(String) -
Method in interface javax.xml.rpc.encoding.TypeMappingRegistry
- Returns the registered
TypeMapping
for the specified
encodingStyle URI.
- getTypeMappingRegistry() -
Method in interface javax.xml.rpc.Service
- Gets the
TypeMappingRegistry
for this
Service
object.
- getTypeName() -
Method in class javax.management.openmbean.OpenType
- Returns the name of this
OpenType
instance.
- getTypeName() -
Method in class javax.servlet.jsp.tagext.TagAttributeInfo
- The type (as a String) of this attribute.
- getUID(Message) -
Method in interface javax.mail.UIDFolder
- Get the UID for the specified message.
- getUIDValidity() -
Method in interface javax.mail.UIDFolder
- Returns the UIDValidity value associated with this folder.
- getURI() -
Method in class javax.servlet.jsp.tagext.TagLibraryInfo
- The value of the uri attribute from the taglib directive for
this library.
- getURI() -
Method in interface javax.xml.soap.Name
- Returns the URI of the namespace for the XML
name that this
Name
object represents.
- getURIResolver() -
Method in class javax.xml.transform.Transformer
- Get an object that will be used to resolve URIs used in
document(), etc.
- getURIResolver() -
Method in class javax.xml.transform.TransformerFactory
- Get the object that is used by default during the transformation
to resolve URIs used in document(), xsl:import, or xsl:include.
- getURL() -
Method in class javax.activation.URLDataSource
- Return the URL used to create this DataSource.
- getURL() -
Method in class javax.mail.URLName
- Constructs a URL from the URLName.
- getURLName() -
Method in class javax.mail.Folder
- Return a URLName representing this folder.
- getURLName() -
Method in class javax.mail.Service
- Return a URLName representing this service.
- getURLs() -
Method in class javax.management.loading.MLet
- Returns the search path of URLs for loading classes and resources.
- getURLs() -
Method in interface javax.management.loading.MLetMBean
- Returns the search path of URLs for loading classes and resources.
- getUnavailableSeconds() -
Method in class javax.servlet.UnavailableException
- Returns the number of seconds the servlet expects to
be temporarily unavailable.
- getUnit() -
Method in interface javax.management.j2ee.statistics.Statistic
- The unit of measurement for this Statistic.
- getUnreadMessageCount() -
Method in class javax.mail.Folder
- Get the total number of unread messages in this Folder.
- getUpTime() -
Method in interface javax.management.j2ee.statistics.JVMStats
- Amount of time the JVM has been running.
- getUpperBound() -
Method in interface javax.management.j2ee.statistics.BoundaryStatistic
- The upper limit of the value of this attribute.
- getUrl() -
Method in interface javax.xml.registry.infomodel.TelephoneNumber
- Gets the URL that can dial this number electronically.
- getUrl() -
Method in interface javax.xml.registry.infomodel.User
- Gets the URL to the web page for this User.
- getUsageDescription() -
Method in interface javax.xml.registry.infomodel.SpecificationLink
- Gets the description of usage parameters.
- getUsageParameters() -
Method in interface javax.xml.registry.infomodel.SpecificationLink
- Gets any usage parameters.
- getUseTime() -
Method in interface javax.management.j2ee.statistics.JCAConnectionStats
- Returns the time spent using a connection
- getUseTime() -
Method in interface javax.management.j2ee.statistics.JDBCConnectionStats
- Time spent using a connection.
- getUser() -
Method in interface javax.xml.registry.infomodel.AuditableEvent
- Gets the User associated with this object.
- getUserData() -
Method in class javax.management.Notification
- Get the user data.
- getUserFlags() -
Method in class javax.mail.Flags
- Return all the user flags in this Flags object.
- getUserName() -
Method in class javax.mail.PasswordAuthentication
-
- getUserName() -
Method in interface javax.resource.cci.ConnectionMetaData
- Returns the user name for an active connection as known to
the underlying EIS instance.
- getUserName() -
Method in interface javax.resource.spi.ManagedConnectionMetaData
- Returns name of the user associated with the ManagedConnection
instance.
- getUserName() -
Method in class javax.resource.spi.security.PasswordCredential
- Returns the user name.
- getUserNamespaces(String) -
Method in class javax.mail.Store
- Return a set of folders representing the namespaces for
user
.
- getUserPrincipal() -
Method in interface javax.servlet.http.HttpServletRequest
- Returns a
java.security.Principal
object containing
the name of the current authenticated user.
- getUserPrincipal() -
Method in class javax.servlet.http.HttpServletRequestWrapper
- The default behavior of this method is to return getUserPrincipal()
on the wrapped request object.
- getUserPrincipal() -
Method in interface javax.xml.rpc.server.ServletEndpointContext
- Returns a
java.security.Principal
instance that
contains the name of the authenticated user for the current
method invocation on the endpoint instance.
- getUserTransaction() -
Method in interface javax.ejb.EJBContext
- Obtain the transaction demarcation interface.
- getUserVersion() -
Method in interface javax.xml.registry.infomodel.Versionable
- Gets the user-specified revision number for this version of the Versionable object.
- getUsername() -
Method in class javax.mail.URLName
- Returns the user name of this URLName.
- getUsers() -
Method in interface javax.xml.registry.infomodel.Organization
- Gets the Collection of Users affiliated with this Organization.
- getValidSentAddresses() -
Method in class javax.mail.SendFailedException
- Return the addresses to which this message was sent succesfully.
- getValidSentAddresses() -
Method in class javax.mail.event.TransportEvent
- Return the addresses to which this message was sent succesfully.
- getValidUnsentAddresses() -
Method in class javax.mail.SendFailedException
- Return the addresses that are valid but to which this message
was not sent.
- getValidUnsentAddresses() -
Method in class javax.mail.event.TransportEvent
- Return the addresses that are valid but to which this message
was not sent.
- getValidateURI() -
Method in interface javax.xml.registry.infomodel.URIValidator
- Gets whether to do URI validation for this object.
- getValue() -
Method in class javax.enterprise.deploy.shared.ActionType
- Returns this enumeration value's integer value.
- getValue() -
Method in class javax.enterprise.deploy.shared.CommandType
- Returns this enumeration value's integer value.
- getValue() -
Method in class javax.enterprise.deploy.shared.DConfigBeanVersionType
- Returns this enumeration value's integer value.
- getValue() -
Method in class javax.enterprise.deploy.shared.ModuleType
- Returns this enumeration value's integer value.
- getValue() -
Method in class javax.enterprise.deploy.shared.StateType
- Returns this enumeration value's integer value.
- getValue() -
Method in class javax.mail.Header
- Returns the value of this header.
- getValue() -
Method in class javax.mail.internet.HeaderTokenizer.Token
- Returns the value of the token just read.
- getValue() -
Method in class javax.management.Attribute
- Returns an Object that is the value of this attribute.
- getValue() -
Method in class javax.management.StringValueExp
- Returns the string represented by the
StringValueExp
instance.
- getValue() -
Method in class javax.servlet.ServletContextAttributeEvent
- Returns the value of the attribute that has been added, removed, or replaced.
- getValue() -
Method in class javax.servlet.ServletRequestAttributeEvent
- Returns the value of the attribute that has been added removed or
replaced.
- getValue() -
Method in class javax.servlet.http.Cookie
- Returns the value of the cookie.
- getValue(String) -
Method in interface javax.servlet.http.HttpSession
- Deprecated. As of Version 2.2, this method is
replaced by
HttpSession.getAttribute(java.lang.String)
.
- getValue() -
Method in class javax.servlet.http.HttpSessionBindingEvent
- Returns the value of the attribute that has been added, removed or replaced.
- getValue(String) -
Method in class javax.servlet.jsp.tagext.TagSupport
- Get a the value associated with a key.
- getValue() -
Method in interface javax.xml.registry.infomodel.Classification
- Gets the taxonomy value for this Classification.
- getValue() -
Method in interface javax.xml.registry.infomodel.Concept
- Gets the value (usually a code in a taxonomy) associated with this Concept.
- getValue() -
Method in interface javax.xml.registry.infomodel.ExternalIdentifier
- Gets the value of an ExternalIdentifier.
- getValue() -
Method in interface javax.xml.registry.infomodel.InternationalString
- Gets the String value for the Locale returned by Locale.getDefault().
- getValue(Locale) -
Method in interface javax.xml.registry.infomodel.InternationalString
- Gets the String value for the specified Locale.
- getValue() -
Method in interface javax.xml.registry.infomodel.LocalizedString
- Get the String value for this object.
- getValue() -
Method in class javax.xml.soap.MimeHeader
- Returns the value of this
MimeHeader
object.
- getValue() -
Method in interface javax.xml.soap.Node
- Returns the value of this node if this is a
Text
node or the
value of the immediate child of this node otherwise.
- getValueNames() -
Method in interface javax.servlet.http.HttpSession
- Deprecated. As of Version 2.2, this method is
replaced by
HttpSession.getAttributeNames()
- getValueType() -
Method in interface javax.xml.registry.infomodel.ClassificationScheme
- Gets the value type for this object.
- getValues() -
Method in class javax.servlet.jsp.tagext.TagSupport
- Enumerate the keys for the values kept by this tag handler.
- getValues() -
Method in interface javax.xml.registry.infomodel.Slot
- Gets the values for this Slot.
- getVarName() -
Method in class javax.servlet.jsp.tagext.VariableInfo
- Returns the name of the scripting variable.
- getVariableInfo(TagData) -
Method in class javax.servlet.jsp.tagext.TagExtraInfo
- information on scripting variables defined by the tag associated with
this TagExtraInfo instance.
- getVariableInfo(TagData) -
Method in class javax.servlet.jsp.tagext.TagInfo
- Information on the scripting objects created by this tag at runtime.
- getVariableResolver() -
Method in class javax.servlet.jsp.JspContext
- Returns an instance of a VariableResolver that provides access to the
implicit objects specified in the JSP specification using this JspContext
as the context object.
- getVendor() -
Method in class javax.mail.Provider
- Returns name of vendor associated with this implementation or null
- getVersion() -
Method in class javax.mail.Provider
- Returns version of this implementation or null if no version
- getVersion() -
Method in class javax.servlet.http.Cookie
- Returns the version of the protocol this cookie complies
with.
- getVersion() -
Method in interface javax.xml.registry.CapabilityProfile
- Gets the JAXR specification version supported by the JAXR provider.
- getVisibleNamespacePrefixes() -
Method in interface javax.xml.soap.SOAPElement
- Returns an
Iterator
over the namespace prefix
String
s visible to this element.
- getWSDLDocumentLocation() -
Method in interface javax.xml.rpc.Service
- Gets the location of the WSDL document for this Service.
- getWaitTime() -
Method in interface javax.management.j2ee.statistics.JCAConnectionStats
- Returns the time spent waiting for a connection to be available
- getWaitTime() -
Method in interface javax.management.j2ee.statistics.JDBCConnectionStats
- Time spent waiting for a connection to be available.
- getWaitingThreadCount() -
Method in interface javax.management.j2ee.statistics.JCAConnectionPoolStats
- The number of threads waiting for a connection
- getWaitingThreadCount() -
Method in interface javax.management.j2ee.statistics.JDBCConnectionPoolStats
- Number of threads waiting for a connection.
- getWarnings() -
Method in interface javax.resource.cci.Interaction
- Gets the first ResourceWarning from the chain of warnings
associated with this Interaction instance.
- getWebURL() -
Method in interface javax.enterprise.deploy.spi.TargetModuleID
- If this TargetModulID represents a web
module retrieve the URL for it.
- getWork() -
Method in class javax.resource.spi.work.WorkEvent
- Return the
Work
instance which is the cause of the event.
- getWorkManager() -
Method in interface javax.resource.spi.BootstrapContext
- Provides a handle to a
WorkManager
instance.
- getWriter() -
Method in interface javax.servlet.ServletResponse
- Returns a
PrintWriter
object that
can send character text to the client.
- getWriter() -
Method in class javax.servlet.ServletResponseWrapper
- The default behavior of this method is to return getWriter()
on the wrapped response object.
- getWriter() -
Method in class javax.xml.transform.stream.StreamResult
- Get the character stream that was set with setWriter.
- getXAResource() -
Method in interface javax.jms.XASession
- Returns an XA resource to the caller.
- getXAResource() -
Method in interface javax.resource.spi.ManagedConnection
- Returns an
javax.transaction.xa.XAresource
instance.
- getXAResources(ActivationSpec[]) -
Method in interface javax.resource.spi.ResourceAdapter
- This method is called by the application server during crash recovery.
- getXATerminator() -
Method in interface javax.resource.spi.BootstrapContext
- Provides a handle to a
XATerminator
instance.
- getXMLReader() -
Method in class javax.xml.parsers.SAXParser
- Returns the
XMLReader
that is encapsulated by the
implementation of this class.
- getXMLReader() -
Method in class javax.xml.transform.sax.SAXSource
- Get the XMLReader to be used for the Source.
- getXid() -
Method in class javax.resource.spi.work.ExecutionContext
-
- getXpath() -
Method in interface javax.enterprise.deploy.model.DDBean
- Returns the original xpath string provided by the DConfigBean.
- getXpath() -
Method in interface javax.enterprise.deploy.model.DDBeanRoot
- Return the XPath for this standard bean.
- getXpaths() -
Method in interface javax.enterprise.deploy.spi.DConfigBean
- Return a list of XPaths designating the deployment descriptor
information this DConfigBean requires.
- gt(ValueExp, ValueExp) -
Static method in class javax.management.Query
- Returns a query expression that represents a "greater than" constraint on
two values.
H
- HOLDS_FOLDERS -
Static variable in class javax.mail.Folder
- This folder can contain other folders
- HOLDS_MESSAGES -
Static variable in class javax.mail.Folder
- This folder can contain messages
- Handle - interface javax.ejb.Handle.
- The Handle interface is implemented by all EJB object handles.
- HandleDelegate - interface javax.ejb.spi.HandleDelegate.
- The HandleDelegate interface is implemented by the EJB container.
- Handler - interface javax.xml.rpc.handler.Handler.
- The
javax.xml.rpc.handler.Handler
interface is
required to be implemented by a SOAP message handler. - HandlerChain - interface javax.xml.rpc.handler.HandlerChain.
- The
javax.xml.rpc.handler.HandlerChain
represents
a list of handlers. - HandlerInfo - class javax.xml.rpc.handler.HandlerInfo.
- The
javax.xml.rpc.handler.HandlerInfo
represents
information about a handler in the HandlerChain. - HandlerInfo() -
Constructor for class javax.xml.rpc.handler.HandlerInfo
- Default constructor
- HandlerInfo(Class, Map, QName[]) -
Constructor for class javax.xml.rpc.handler.HandlerInfo
- Constructor for HandlerInfo
- HandlerRegistry - interface javax.xml.rpc.handler.HandlerRegistry.
- The
javax.xml.rpc.handler.HandlerRegistry
provides support for the programmatic configuration of
handlers in a HandlerRegistry
.
- Header - class javax.mail.Header.
- The Header class stores a name/value pair to represent headers.
- Header(String, String) -
Constructor for class javax.mail.Header
- Construct a Header object.
- HeaderTerm - class javax.mail.search.HeaderTerm.
- This class implements comparisons for Message headers.
- HeaderTerm(String, String) -
Constructor for class javax.mail.search.HeaderTerm
- Constructor.
- HeaderTokenizer - class javax.mail.internet.HeaderTokenizer.
- This class tokenizes RFC822 and MIME headers into the basic
symbols specified by RFC822 and MIME.
- HeaderTokenizer(String, String, boolean) -
Constructor for class javax.mail.internet.HeaderTokenizer
- Constructor that takes a rfc822 style header.
- HeaderTokenizer(String, String) -
Constructor for class javax.mail.internet.HeaderTokenizer
- Constructor.
- HeaderTokenizer(String) -
Constructor for class javax.mail.internet.HeaderTokenizer
- Constructor.
- HeaderTokenizer.Token - class javax.mail.internet.HeaderTokenizer.Token.
- The Token class represents tokens returned by the
HeaderTokenizer.
- HeaderTokenizer.Token(int, String) -
Constructor for class javax.mail.internet.HeaderTokenizer.Token
- Constructor.
- HeuristicCommitException - exception javax.transaction.HeuristicCommitException.
- This exception is thrown by the rollback operation on a resource to
report that a heuristic decision was made and that all relevant updates
have been committed.
- HeuristicCommitException() -
Constructor for class javax.transaction.HeuristicCommitException
-
- HeuristicCommitException(String) -
Constructor for class javax.transaction.HeuristicCommitException
-
- HeuristicMixedException - exception javax.transaction.HeuristicMixedException.
- This exception is thrown to report that a heuristic decision was made and
that some relevant updates have been committed and others have been
rolled back.
- HeuristicMixedException() -
Constructor for class javax.transaction.HeuristicMixedException
-
- HeuristicMixedException(String) -
Constructor for class javax.transaction.HeuristicMixedException
-
- HeuristicRollbackException - exception javax.transaction.HeuristicRollbackException.
- This exception is thrown by the commit operation to report that a heuristic
decision was made and that all relevant updates have been rolled back.
- HeuristicRollbackException() -
Constructor for class javax.transaction.HeuristicRollbackException
-
- HeuristicRollbackException(String) -
Constructor for class javax.transaction.HeuristicRollbackException
-
- Holder - interface javax.xml.rpc.holders.Holder.
- The
java.xml.rpc.holders.Holder
interface represents
the base interface for both standard and generated
Holder
classes. - HomeHandle - interface javax.ejb.HomeHandle.
- The HomeHandle interface is implemented by all home object handles.
- HttpJspPage - interface javax.servlet.jsp.HttpJspPage.
- The HttpJspPage interface describes the interaction that a JSP Page
Implementation Class must satisfy when using the HTTP protocol.
- HttpServlet - class javax.servlet.http.HttpServlet.
- Provides an abstract class to be subclassed to create
an HTTP servlet suitable for a Web site.
- HttpServlet() -
Constructor for class javax.servlet.http.HttpServlet
- Does nothing, because this is an abstract class.
- HttpServletRequest - interface javax.servlet.http.HttpServletRequest.
- Extends the
ServletRequest
interface
to provide request information for HTTP servlets.
- HttpServletRequestWrapper - class javax.servlet.http.HttpServletRequestWrapper.
- Provides a convenient implementation of the HttpServletRequest interface that
can be subclassed by developers wishing to adapt the request to a Servlet.
- HttpServletRequestWrapper(HttpServletRequest) -
Constructor for class javax.servlet.http.HttpServletRequestWrapper
- Constructs a request object wrapping the given request.
- HttpServletResponse - interface javax.servlet.http.HttpServletResponse.
- Extends the
ServletResponse
interface to provide HTTP-specific
functionality in sending a response. - HttpServletResponseWrapper - class javax.servlet.http.HttpServletResponseWrapper.
- Provides a convenient implementation of the HttpServletResponse interface that
can be subclassed by developers wishing to adapt the response from a Servlet.
- HttpServletResponseWrapper(HttpServletResponse) -
Constructor for class javax.servlet.http.HttpServletResponseWrapper
- Constructs a response adaptor wrapping the given response.
- HttpSession - interface javax.servlet.http.HttpSession.
- Provides a way to identify a user across more than one page
request or visit to a Web site and to store information about that user.
- HttpSessionActivationListener - interface javax.servlet.http.HttpSessionActivationListener.
- Objects that are bound to a session may listen to container
events notifying them that sessions will be passivated and that
session will be activated.
- HttpSessionAttributeListener - interface javax.servlet.http.HttpSessionAttributeListener.
- This listener interface can be implemented in order to
get notifications of changes to the attribute lists of sessions within
this web application.
- HttpSessionBindingEvent - class javax.servlet.http.HttpSessionBindingEvent.
- Events of this type are either sent to an object that implements
HttpSessionBindingListener
when it is bound or
unbound from a session, or to a HttpSessionAttributeListener
that has been configured in the deployment descriptor when any attribute is
bound, unbound or replaced in a session.
- HttpSessionBindingEvent(HttpSession, String) -
Constructor for class javax.servlet.http.HttpSessionBindingEvent
- Constructs an event that notifies an object that it
has been bound to or unbound from a session.
- HttpSessionBindingEvent(HttpSession, String, Object) -
Constructor for class javax.servlet.http.HttpSessionBindingEvent
- Constructs an event that notifies an object that it
has been bound to or unbound from a session.
- HttpSessionBindingListener - interface javax.servlet.http.HttpSessionBindingListener.
- Causes an object to be notified when it is bound to
or unbound from a session.
- HttpSessionContext - interface javax.servlet.http.HttpSessionContext.
- Deprecated. As of Java(tm) Servlet API 2.1
for security reasons, with no replacement.
This interface will be removed in a future
version of this API.
- HttpSessionEvent - class javax.servlet.http.HttpSessionEvent.
- This is the class representing event notifications for
changes to sessions within a web application.
- HttpSessionEvent(HttpSession) -
Constructor for class javax.servlet.http.HttpSessionEvent
- Construct a session event from the given source.
- HttpSessionListener - interface javax.servlet.http.HttpSessionListener.
- Implementations of this interface are notified of changes to the
list of active sessions in a web application.
- HttpUtils - class javax.servlet.http.HttpUtils.
- Deprecated. As of Java(tm) Servlet API 2.3.
These methods were only useful
with the default encoding and have been moved
to the request interfaces.
- HttpUtils() -
Constructor for class javax.servlet.http.HttpUtils
- Deprecated. Constructs an empty
HttpUtils
object.
- handleFault(MessageContext) -
Method in class javax.xml.rpc.handler.GenericHandler
- The
handleFault
method processes the SOAP faults
based on the SOAP message processing model.
- handleFault(MessageContext) -
Method in interface javax.xml.rpc.handler.Handler
- The
handleFault
method processes the SOAP faults
based on the SOAP message processing model.
- handleFault(MessageContext) -
Method in interface javax.xml.rpc.handler.HandlerChain
- The
handleFault
method initiates the SOAP
fault processing for this handler chain.
- handleMBeanUnregistration(ObjectName, String) -
Method in interface javax.management.relation.Relation
- Callback used by the Relation Service when a MBean referenced in a role
is unregistered.
- handleMBeanUnregistration(ObjectName, String) -
Method in class javax.management.relation.RelationSupport
- Callback used by the Relation Service when a MBean referenced in a role
is unregistered.
- handleNotification(NotificationListener, Notification, Object) -
Method in class javax.management.NotificationBroadcasterSupport
- This method is called by
sendNotification
for each listener in order to send the
notification to that listener.
- handleNotification(Notification, Object) -
Method in interface javax.management.NotificationListener
- Invoked when a JMX notification occurs.
- handleNotification(Notification, Object) -
Method in class javax.management.relation.RelationService
- Invoked when a JMX notification occurs.
- handlePageException(Exception) -
Method in class javax.servlet.jsp.PageContext
-
This method is intended to process an unhandled 'page' level
exception by forwarding the exception to the specified
error page for this JSP.
- handlePageException(Throwable) -
Method in class javax.servlet.jsp.PageContext
-
This method is intended to process an unhandled 'page' level
exception by forwarding the exception to the specified
error page for this JSP.
- handleProgressEvent(ProgressEvent) -
Method in interface javax.enterprise.deploy.spi.status.ProgressListener
- Invoked when a deployment progress event occurs.
- handleRequest(MessageContext) -
Method in class javax.xml.rpc.handler.GenericHandler
- The
handleRequest
method processes the request
SOAP message.
- handleRequest(MessageContext) -
Method in interface javax.xml.rpc.handler.Handler
- The
handleRequest
method processes the request
message.
- handleRequest(MessageContext) -
Method in interface javax.xml.rpc.handler.HandlerChain
- The
handleRequest
method initiates the request
processing for this handler chain.
- handleResponse(MessageContext) -
Method in class javax.xml.rpc.handler.GenericHandler
- The
handleResponse
method processes the response
message.
- handleResponse(MessageContext) -
Method in interface javax.xml.rpc.handler.Handler
- The
handleResponse
method processes the response
SOAP message.
- handleResponse(MessageContext) -
Method in interface javax.xml.rpc.handler.HandlerChain
- The
handleResponse
method initiates the response
processing for this handler chain.
- handlesURI(String) -
Method in interface javax.enterprise.deploy.spi.factories.DeploymentFactory
- Tests whether this factory can create a DeploymentManager
object based on the specificed URI.
- hasDefaultValue() -
Method in class javax.management.openmbean.OpenMBeanAttributeInfoSupport
- Returns true if this OpenMBeanAttributeInfoSupport instance specifies a non-null default value
for the described attribute, false otherwise.
- hasDefaultValue() -
Method in interface javax.management.openmbean.OpenMBeanParameterInfo
- Returns true if this parameter has a specified default
value, or false otherwise.
- hasDefaultValue() -
Method in class javax.management.openmbean.OpenMBeanParameterInfoSupport
- Returns true if this OpenMBeanParameterInfoSupport instance specifies a non-null default value
for the described parameter, false otherwise.
- hasDynamicAttributes() -
Method in class javax.servlet.jsp.tagext.TagInfo
- Get dynamicAttributes associated with this TagInfo.
- hasFault() -
Method in interface javax.xml.soap.SOAPBody
- Indicates whether a
SOAPFault
object exists in
this SOAPBody
object.
- hasLegalValues() -
Method in class javax.management.openmbean.OpenMBeanAttributeInfoSupport
- Returns true if this OpenMBeanAttributeInfoSupport instance specifies a non-null set of legal values
for the described attribute, false otherwise.
- hasLegalValues() -
Method in interface javax.management.openmbean.OpenMBeanParameterInfo
- Returns true if this parameter has a specified set of
legal values, or false otherwise.
- hasLegalValues() -
Method in class javax.management.openmbean.OpenMBeanParameterInfoSupport
- Returns true if this OpenMBeanParameterInfoSupport instance specifies a non-null set of legal values
for the described parameter, false otherwise.
- hasMaxValue() -
Method in class javax.management.openmbean.OpenMBeanAttributeInfoSupport
- Returns true if this OpenMBeanAttributeInfoSupport instance specifies a non-null maximal value
for the described attribute, false otherwise.
- hasMaxValue() -
Method in interface javax.management.openmbean.OpenMBeanParameterInfo
- Returns true if this parameter has a specified maximal
value, or false otherwise.
- hasMaxValue() -
Method in class javax.management.openmbean.OpenMBeanParameterInfoSupport
- Returns true if this OpenMBeanParameterInfoSupport instance specifies a non-null maximal value
for the described parameter, false otherwise.
- hasMinValue() -
Method in class javax.management.openmbean.OpenMBeanAttributeInfoSupport
- Returns true if this OpenMBeanAttributeInfoSupport instance specifies a non-null minimal value
for the described attribute, false otherwise.
- hasMinValue() -
Method in interface javax.management.openmbean.OpenMBeanParameterInfo
- Returns true if this parameter has a specified minimal
value, or false otherwise.
- hasMinValue() -
Method in class javax.management.openmbean.OpenMBeanParameterInfoSupport
- Returns true if this OpenMBeanParameterInfoSupport instance specifies a non-null minimal value
for the described parameter, false otherwise.
- hasNewMessages() -
Method in class javax.mail.Folder
- Returns true if this Folder has new messages since the last time
this indication was reset.
- hasRelation(String) -
Method in class javax.management.relation.RelationService
- Checks if there is a relation identified in Relation Service with given
relation id.
- hasRelation(String) -
Method in interface javax.management.relation.RelationServiceMBean
- Checks if there is a relation identified in Relation Service with given
relation id.
- hashCode() -
Method in class javax.mail.Flags
- Compute a hash code for this Flags object.
- hashCode() -
Method in class javax.mail.URLName
- Compute the hash code for this URLName.
- hashCode() -
Method in class javax.mail.internet.InternetAddress
- Compute a hash code for the address.
- hashCode() -
Method in class javax.mail.internet.NewsAddress
- Compute a hash code for the address.
- hashCode() -
Method in class javax.mail.search.AddressTerm
- Compute a hashCode for this object.
- hashCode() -
Method in class javax.mail.search.AndTerm
- Compute a hashCode for this object.
- hashCode() -
Method in class javax.mail.search.ComparisonTerm
- Compute a hashCode for this object.
- hashCode() -
Method in class javax.mail.search.DateTerm
- Compute a hashCode for this object.
- hashCode() -
Method in class javax.mail.search.FlagTerm
- Compute a hashCode for this object.
- hashCode() -
Method in class javax.mail.search.HeaderTerm
- Compute a hashCode for this object.
- hashCode() -
Method in class javax.mail.search.IntegerComparisonTerm
- Compute a hashCode for this object.
- hashCode() -
Method in class javax.mail.search.NotTerm
- Compute a hashCode for this object.
- hashCode() -
Method in class javax.mail.search.OrTerm
- Compute a hashCode for this object.
- hashCode() -
Method in class javax.mail.search.RecipientStringTerm
- Compute a hashCode for this object.
- hashCode() -
Method in class javax.mail.search.RecipientTerm
- Compute a hashCode for this object.
- hashCode() -
Method in class javax.mail.search.StringTerm
- Compute a hashCode for this object.
- hashCode() -
Method in class javax.management.MBeanAttributeInfo
-
- hashCode() -
Method in class javax.management.MBeanConstructorInfo
-
- hashCode() -
Method in class javax.management.MBeanFeatureInfo
-
- hashCode() -
Method in class javax.management.MBeanInfo
-
- hashCode() -
Method in class javax.management.MBeanNotificationInfo
-
- hashCode() -
Method in class javax.management.MBeanOperationInfo
-
- hashCode() -
Method in class javax.management.MBeanParameterInfo
-
- hashCode() -
Method in class javax.management.MBeanPermission
- Returns the hash code value for this object.
- hashCode() -
Method in class javax.management.MBeanServerPermission
-
- hashCode() -
Method in class javax.management.ObjectInstance
-
- hashCode() -
Method in class javax.management.ObjectName
- Returns a hash code for this object name.
- hashCode() -
Method in class javax.management.openmbean.ArrayType
- Returns the hash code value for this
ArrayType
instance.
- hashCode() -
Method in interface javax.management.openmbean.CompositeData
- Returns the hash code value for this
CompositeData
instance.
- hashCode() -
Method in class javax.management.openmbean.CompositeDataSupport
- Returns the hash code value for this
CompositeDataSupport
instance.
- hashCode() -
Method in class javax.management.openmbean.CompositeType
- Returns the hash code value for this
CompositeType
instance.
- hashCode() -
Method in interface javax.management.openmbean.OpenMBeanAttributeInfo
- Returns the hash code value for this
OpenMBeanAttributeInfo
instance.
- hashCode() -
Method in class javax.management.openmbean.OpenMBeanAttributeInfoSupport
- Returns the hash code value for this
OpenMBeanAttributeInfoSupport
instance.
- hashCode() -
Method in interface javax.management.openmbean.OpenMBeanConstructorInfo
- Returns the hash code value for this
OpenMBeanConstructorInfo
instance.
- hashCode() -
Method in class javax.management.openmbean.OpenMBeanConstructorInfoSupport
- Returns the hash code value for this
OpenMBeanConstructorInfoSupport
instance.
- hashCode() -
Method in interface javax.management.openmbean.OpenMBeanInfo
- Returns the hash code value for this
OpenMBeanInfo
instance.
- hashCode() -
Method in class javax.management.openmbean.OpenMBeanInfoSupport
- Returns the hash code value for this
OpenMBeanInfoSupport
instance.
- hashCode() -
Method in interface javax.management.openmbean.OpenMBeanOperationInfo
- Returns the hash code value for this
OpenMBeanOperationInfo
instance.
- hashCode() -
Method in class javax.management.openmbean.OpenMBeanOperationInfoSupport
- Returns the hash code value for this
OpenMBeanOperationInfoSupport
instance.
- hashCode() -
Method in interface javax.management.openmbean.OpenMBeanParameterInfo
- Returns the hash code value for this
OpenMBeanParameterInfo
instance.
- hashCode() -
Method in class javax.management.openmbean.OpenMBeanParameterInfoSupport
- Returns the hash code value for this
OpenMBeanParameterInfoSupport
instance.
- hashCode() -
Method in class javax.management.openmbean.OpenType
-
- hashCode() -
Method in class javax.management.openmbean.SimpleType
- Returns the hash code value for this
SimpleType
instance.
- hashCode() -
Method in interface javax.management.openmbean.TabularData
- Returns the hash code value for this
TabularData
instance.
- hashCode() -
Method in class javax.management.openmbean.TabularDataSupport
- Returns the hash code value for this
TabularDataSupport
instance.
- hashCode() -
Method in class javax.management.openmbean.TabularType
- Returns the hash code value for this
TabularType
instance.
- hashCode() -
Method in interface javax.resource.cci.Record
- Returns the hash code for the Record instance.
- hashCode() -
Method in interface javax.resource.spi.ConnectionRequestInfo
- Returns the hashCode of the ConnectionRequestInfo.
- hashCode() -
Method in interface javax.resource.spi.ManagedConnectionFactory
- Returns the hash code for the ManagedConnectionFactory
- hashCode() -
Method in interface javax.resource.spi.security.GenericCredential
- Deprecated. Returns the hash code for this GenericCredential
- hashCode() -
Method in class javax.resource.spi.security.PasswordCredential
- Returns the hash code for this PasswordCredential
- hashCode() -
Method in class javax.security.jacc.EJBMethodPermission
- Returns the hash code value for this EJBMethodPermission.
- hashCode() -
Method in class javax.security.jacc.EJBRoleRefPermission
- Returns the hash code value for this EJBRoleRefPermission.
- hashCode() -
Method in class javax.security.jacc.WebResourcePermission
- Returns the hash code value for this WebResourcePermission.
- hashCode() -
Method in class javax.security.jacc.WebRoleRefPermission
- Returns the hash code value for this WebRoleRefPermission.
- hashCode() -
Method in class javax.security.jacc.WebUserDataPermission
- Returns the hash code value for this WebUserDataPermission.
- hashCode() -
Method in class javax.xml.namespace.QName
- Generate the hash code for this
QName
.
- headerName -
Variable in class javax.mail.search.HeaderTerm
- The name of the header.
- headers -
Variable in class javax.mail.internet.MimeBodyPart
- The InternetHeaders object that stores all the headers
of this body part.
- headers -
Variable in class javax.mail.internet.MimeMessage
- The InternetHeaders object that stores the header
of this message.
- host -
Variable in class javax.mail.internet.NewsAddress
-
I
- ID -
Static variable in class javax.servlet.jsp.tagext.TagAttributeInfo
- "id" is wired in to be ID.
- IMMEDIATE -
Static variable in interface javax.resource.spi.work.WorkManager
- A constant to indicate timeout duration.
- IN -
Static variable in class javax.xml.rpc.ParameterMode
- IN mode for parameter passing
- INDEFINITE -
Static variable in interface javax.resource.spi.work.WorkManager
- A constant to indicate timeout duration.
- INDENT -
Static variable in class javax.xml.transform.OutputKeys
- indent = "yes" | "no".
- INFO -
Static variable in class javax.management.MBeanOperationInfo
- Indicates that the operation is read-like,
it basically returns information.
- INLINE -
Static variable in interface javax.mail.Part
- This part should be presented inline.
- INOUT -
Static variable in class javax.xml.rpc.ParameterMode
- INOUT mode for parameter passing
- INTEGER -
Static variable in class javax.management.openmbean.SimpleType
- The
SimpleType
instance describing values whose
Java class name is java.lang.Integer
.
- INTERNAL -
Static variable in class javax.resource.spi.work.WorkException
- Indicates an internal error condition.
- INTERNATIONAL_STRING -
Static variable in interface javax.xml.registry.LifeCycleManager
-
- IllegalStateException - exception javax.jms.IllegalStateException.
- This exception is thrown when a method is
invoked at an illegal or inappropriate time or if the provider is
not in an appropriate state for the requested operation.
- IllegalStateException(String, String) -
Constructor for class javax.jms.IllegalStateException
- Constructs an
IllegalStateException
with the specified reason
and error code.
- IllegalStateException(String) -
Constructor for class javax.jms.IllegalStateException
- Constructs an
IllegalStateException
with the specified
reason.
- IllegalStateException - exception javax.resource.spi.IllegalStateException.
- An
IllegalStateException
is thrown from a method if the callee (resource
adapter or application server for system contracts) is in an illegal or
inappropriate state for the method invocation. - IllegalStateException() -
Constructor for class javax.resource.spi.IllegalStateException
- Constructs a new instance with null as its detail message.
- IllegalStateException(String) -
Constructor for class javax.resource.spi.IllegalStateException
- Constructs a new instance with the specified detail message.
- IllegalStateException(Throwable) -
Constructor for class javax.resource.spi.IllegalStateException
- Constructs a new throwable with the specified cause.
- IllegalStateException(String, Throwable) -
Constructor for class javax.resource.spi.IllegalStateException
- Constructs a new throwable with the specified detail message and cause.
- IllegalStateException(String, String) -
Constructor for class javax.resource.spi.IllegalStateException
- Constructs a new throwable with the specified detail message and
an error code.
- IllegalWriteException - exception javax.mail.IllegalWriteException.
- The exception thrown when a write is attempted on a read-only attribute
of any Messaging object.
- IllegalWriteException() -
Constructor for class javax.mail.IllegalWriteException
- Constructs a IllegalWriteException with no detail message.
- IllegalWriteException(String) -
Constructor for class javax.mail.IllegalWriteException
- Constructs a IllegalWriteException with the specified detail message.
- IndexedRecord - interface javax.resource.cci.IndexedRecord.
- IndexedRecord represents an ordered collection of record elements
based on the
java.util.List
interface. - InstanceAlreadyExistsException - exception javax.management.InstanceAlreadyExistsException.
- The MBean is already registered in the repository.
- InstanceAlreadyExistsException() -
Constructor for class javax.management.InstanceAlreadyExistsException
- Default constructor.
- InstanceAlreadyExistsException(String) -
Constructor for class javax.management.InstanceAlreadyExistsException
- Constructor that allows a specific error message to be specified.
- InstanceNotFoundException - exception javax.management.InstanceNotFoundException.
- The specified MBean does not exist in the repository.
- InstanceNotFoundException() -
Constructor for class javax.management.InstanceNotFoundException
- Default constructor.
- InstanceNotFoundException(String) -
Constructor for class javax.management.InstanceNotFoundException
- Constructor that allows a specific error message to be specified.
- IntHolder - class javax.xml.rpc.holders.IntHolder.
-
- IntHolder() -
Constructor for class javax.xml.rpc.holders.IntHolder
-
- IntHolder(int) -
Constructor for class javax.xml.rpc.holders.IntHolder
-
- IntegerComparisonTerm - class javax.mail.search.IntegerComparisonTerm.
- This class implements comparisons for integers.
- IntegerComparisonTerm(int, int) -
Constructor for class javax.mail.search.IntegerComparisonTerm
-
- IntegerWrapperHolder - class javax.xml.rpc.holders.IntegerWrapperHolder.
-
- IntegerWrapperHolder() -
Constructor for class javax.xml.rpc.holders.IntegerWrapperHolder
-
- IntegerWrapperHolder(Integer) -
Constructor for class javax.xml.rpc.holders.IntegerWrapperHolder
-
- Interaction - interface javax.resource.cci.Interaction.
- The
javax.resource.cci.Interaction
enables a component to
execute EIS functions. - InteractionSpec - interface javax.resource.cci.InteractionSpec.
- An InteractionSpec holds properties for driving an Interaction
with an EIS instance.
- InternationalString - interface javax.xml.registry.infomodel.InternationalString.
- This interface represents a String that has been internationalized into several Locales.
- InternetAddress - class javax.mail.internet.InternetAddress.
- This class represents an Internet email address using the syntax
of RFC822.
- InternetAddress() -
Constructor for class javax.mail.internet.InternetAddress
- Default constructor.
- InternetAddress(String) -
Constructor for class javax.mail.internet.InternetAddress
- Constructor.
- InternetAddress(String, boolean) -
Constructor for class javax.mail.internet.InternetAddress
- Parse the given string and create an InternetAddress.
- InternetAddress(String, String) -
Constructor for class javax.mail.internet.InternetAddress
- Construct an InternetAddress given the address and personal name.
- InternetAddress(String, String, String) -
Constructor for class javax.mail.internet.InternetAddress
- Construct an InternetAddress given the address and personal name.
- InternetHeaders - class javax.mail.internet.InternetHeaders.
- InternetHeaders is a utility class that manages RFC822 style
headers.
- InternetHeaders() -
Constructor for class javax.mail.internet.InternetHeaders
- Create an empty InternetHeaders object.
- InternetHeaders(InputStream) -
Constructor for class javax.mail.internet.InternetHeaders
- Read and parse the given RFC822 message stream till the
blank line separating the header from the body.
- IntrospectionException - exception javax.management.IntrospectionException.
- An exception occurred during the introspection of an MBean.
- IntrospectionException() -
Constructor for class javax.management.IntrospectionException
- Default constructor.
- IntrospectionException(String) -
Constructor for class javax.management.IntrospectionException
- Constructor that allows a specific error message to be specified.
- InvalidApplicationException - exception javax.management.InvalidApplicationException.
- Thrown when an attempt is made to apply either of the following: A
subquery expression to an MBean or a qualified attribute expression
to an MBean of the wrong class.
- InvalidApplicationException(Object) -
Constructor for class javax.management.InvalidApplicationException
- Constructs an
InvalidApplicationException
with the specified Object
.
- InvalidAttributeValueException - exception javax.management.InvalidAttributeValueException.
- The value specified is not valid for the attribute.
- InvalidAttributeValueException() -
Constructor for class javax.management.InvalidAttributeValueException
- Default constructor.
- InvalidAttributeValueException(String) -
Constructor for class javax.management.InvalidAttributeValueException
- Constructor that allows a specific error message to be specified.
- InvalidClientIDException - exception javax.jms.InvalidClientIDException.
- This exception must be thrown when a
client attempts to set a connection's client ID to a value that
is rejected by a provider.
- InvalidClientIDException(String, String) -
Constructor for class javax.jms.InvalidClientIDException
- Constructs an
InvalidClientIDException
with the specified
reason and error code.
- InvalidClientIDException(String) -
Constructor for class javax.jms.InvalidClientIDException
- Constructs an
InvalidClientIDException
with the specified
reason.
- InvalidDestinationException - exception javax.jms.InvalidDestinationException.
- This exception must be thrown when a
destination either is not understood by a provider or is no
longer valid.
- InvalidDestinationException(String, String) -
Constructor for class javax.jms.InvalidDestinationException
- Constructs an
InvalidDestinationException
with the specified
reason and error code.
- InvalidDestinationException(String) -
Constructor for class javax.jms.InvalidDestinationException
- Constructs an
InvalidDestinationException
with the specified
reason.
- InvalidKeyException - exception javax.management.openmbean.InvalidKeyException.
- This runtime exception is thrown to indicate that a method parameter which was expected to be
an item name of a composite data or a row index of a tabular data is not valid.
- InvalidKeyException() -
Constructor for class javax.management.openmbean.InvalidKeyException
- An InvalidKeyException with no detail message.
- InvalidKeyException(String) -
Constructor for class javax.management.openmbean.InvalidKeyException
- An InvalidKeyException with a detail message.
- InvalidModuleException - exception javax.enterprise.deploy.spi.exceptions.InvalidModuleException.
- This exception is to report an invalid J2EE deployment
module type.
- InvalidModuleException(String) -
Constructor for class javax.enterprise.deploy.spi.exceptions.InvalidModuleException
- Creates an new InvalidModuleException object.
- InvalidOpenTypeException - exception javax.management.openmbean.InvalidOpenTypeException.
- This runtime exception is thrown to indicate that the open type of an open data value
is not the one expected.
- InvalidOpenTypeException() -
Constructor for class javax.management.openmbean.InvalidOpenTypeException
- An InvalidOpenTypeException with no detail message.
- InvalidOpenTypeException(String) -
Constructor for class javax.management.openmbean.InvalidOpenTypeException
- An InvalidOpenTypeException with a detail message.
- InvalidPropertyException - exception javax.resource.spi.InvalidPropertyException.
- This exception is thrown to indicate invalid configuration
property settings.
- InvalidPropertyException() -
Constructor for class javax.resource.spi.InvalidPropertyException
- Create a InvalidPropertyException.
- InvalidPropertyException(String) -
Constructor for class javax.resource.spi.InvalidPropertyException
- Create a InvalidPropertyException.
- InvalidPropertyException(Throwable) -
Constructor for class javax.resource.spi.InvalidPropertyException
- Constructs a new throwable with the specified cause.
- InvalidPropertyException(String, Throwable) -
Constructor for class javax.resource.spi.InvalidPropertyException
- Constructs a new throwable with the specified detail message and cause.
- InvalidPropertyException(String, String) -
Constructor for class javax.resource.spi.InvalidPropertyException
- Constructs a new throwable with the specified detail message and
an error code.
- InvalidRelationIdException - exception javax.management.relation.InvalidRelationIdException.
- This exception is raised when relation id provided for a relation is already
used.
- InvalidRelationIdException() -
Constructor for class javax.management.relation.InvalidRelationIdException
- Default constructor, no message put in exception.
- InvalidRelationIdException(String) -
Constructor for class javax.management.relation.InvalidRelationIdException
- Constructor with given message put in exception.
- InvalidRelationServiceException - exception javax.management.relation.InvalidRelationServiceException.
- This exception is raised when an invalid Relation Service is provided.
- InvalidRelationServiceException() -
Constructor for class javax.management.relation.InvalidRelationServiceException
- Default constructor, no message put in exception.
- InvalidRelationServiceException(String) -
Constructor for class javax.management.relation.InvalidRelationServiceException
- Constructor with given message put in exception.
- InvalidRelationTypeException - exception javax.management.relation.InvalidRelationTypeException.
- Invalid relation type.
- InvalidRelationTypeException() -
Constructor for class javax.management.relation.InvalidRelationTypeException
- Default constructor, no message put in exception.
- InvalidRelationTypeException(String) -
Constructor for class javax.management.relation.InvalidRelationTypeException
- Constructor with given message put in exception.
- InvalidRequestException - exception javax.xml.registry.InvalidRequestException.
- This exception is thrown when a JAXR client attempts to invoke an API method
that is not valid for some reason.
- InvalidRequestException() -
Constructor for class javax.xml.registry.InvalidRequestException
- Constructs a
JAXRException
object with no
reason or embedded Throwable.
- InvalidRequestException(String) -
Constructor for class javax.xml.registry.InvalidRequestException
- Constructs a
JAXRException
object with the given
String
as the reason for the exception being thrown.
- InvalidRequestException(String, Throwable) -
Constructor for class javax.xml.registry.InvalidRequestException
- Constructs a
JAXRException
object with the given
String
as the reason for the exception being thrown
and the given Throwable
object as an embedded
Throwable.
- InvalidRequestException(Throwable) -
Constructor for class javax.xml.registry.InvalidRequestException
- Constructs a
JAXRException
object initialized
with the given Throwable
object.
- InvalidRoleInfoException - exception javax.management.relation.InvalidRoleInfoException.
- This exception is raised when, in a role info, its minimum degree is greater
than its maximum degree.
- InvalidRoleInfoException() -
Constructor for class javax.management.relation.InvalidRoleInfoException
- Default constructor, no message put in exception.
- InvalidRoleInfoException(String) -
Constructor for class javax.management.relation.InvalidRoleInfoException
- Constructor with given message put in exception.
- InvalidRoleValueException - exception javax.management.relation.InvalidRoleValueException.
- Role value is invalid.
- InvalidRoleValueException() -
Constructor for class javax.management.relation.InvalidRoleValueException
- Default constructor, no message put in exception.
- InvalidRoleValueException(String) -
Constructor for class javax.management.relation.InvalidRoleValueException
- Constructor with given message put in exception.
- InvalidSelectorException - exception javax.jms.InvalidSelectorException.
- This exception must be thrown when a
JMS client attempts to give a provider a message selector with
invalid syntax.
- InvalidSelectorException(String, String) -
Constructor for class javax.jms.InvalidSelectorException
- Constructs an
InvalidSelectorException
with the specified
reason and error code.
- InvalidSelectorException(String) -
Constructor for class javax.jms.InvalidSelectorException
- Constructs an
InvalidSelectorException
with the specified
reason.
- InvalidTargetObjectTypeException - exception javax.management.modelmbean.InvalidTargetObjectTypeException.
- Exception thrown when an invalid target object type is specified.
- InvalidTargetObjectTypeException() -
Constructor for class javax.management.modelmbean.InvalidTargetObjectTypeException
- Default constructor.
- InvalidTargetObjectTypeException(String) -
Constructor for class javax.management.modelmbean.InvalidTargetObjectTypeException
- Constructor from a string.
- InvalidTargetObjectTypeException(Exception, String) -
Constructor for class javax.management.modelmbean.InvalidTargetObjectTypeException
- Constructor taking an exception and a string.
- InvalidTransactionException - exception javax.transaction.InvalidTransactionException.
- This exception indicates that the request carried an invalid transaction
context.
- InvalidTransactionException() -
Constructor for class javax.transaction.InvalidTransactionException
-
- InvalidTransactionException(String) -
Constructor for class javax.transaction.InvalidTransactionException
-
- IterationTag - interface javax.servlet.jsp.tagext.IterationTag.
- The IterationTag interface extends Tag by defining one additional
method that controls the reevaluation of its body.
- id -
Variable in class javax.resource.spi.ConnectionEvent
- Type of the event
- id -
Variable in class javax.servlet.jsp.tagext.TagSupport
- The value of the id attribute of this tag; or null.
- ignoreCase -
Variable in class javax.mail.search.StringTerm
- Ignore case when comparing?
- implies(Permission) -
Method in class javax.management.MBeanPermission
- Checks if this MBeanPermission object "implies" the
specified permission.
- implies(Permission) -
Method in class javax.management.MBeanServerPermission
- Checks if this MBeanServerPermission object "implies" the specified
permission.
- implies(Permission) -
Method in class javax.security.jacc.EJBMethodPermission
- Determines if the argument Permission is "implied by" this
EJBMethodPermission.
- implies(Permission) -
Method in class javax.security.jacc.EJBRoleRefPermission
- Determines if the argument Permission is "implied by" this
EJBRoleRefPermission.
- implies(Permission) -
Method in class javax.security.jacc.WebResourcePermission
- Determines if the argument Permission is "implied by" this
WebResourcePermission.
- implies(Permission) -
Method in class javax.security.jacc.WebRoleRefPermission
- Determines if the argument Permission is "implied by" this
WebRoleRefPermission.
- implies(Permission) -
Method in class javax.security.jacc.WebUserDataPermission
- Determines if the argument Permission is "implied by" this
WebUserDataPermission.
- in(ValueExp, ValueExp[]) -
Static method in class javax.management.Query
- Returns an expression constraining a value to be one of an explicit list.
- inService() -
Method in interface javax.security.jacc.PolicyConfiguration
- This method is used to determine if the policy context whose interface is
this PolicyConfiguration Object is in the "inService" state.
- inService(String) -
Method in class javax.security.jacc.PolicyConfigurationFactory
- This method determines if the identified policy context
exists with state "inService" in the Policy provider
associated with the factory.
- include(ServletRequest, ServletResponse) -
Method in interface javax.servlet.RequestDispatcher
- Includes the content of a resource (servlet, JSP page,
HTML file) in the response.
- include(String) -
Method in class javax.servlet.jsp.PageContext
-
Causes the resource specified to be processed as part of the current
ServletRequest and ServletResponse being processed by the calling Thread.
- include(String, boolean) -
Method in class javax.servlet.jsp.PageContext
-
Causes the resource specified to be processed as part of the current
ServletRequest and ServletResponse being processed by the calling Thread.
- info -
Variable in class javax.servlet.jsp.tagext.TagLibraryInfo
- Information (documentation) for this TLD.
- init(FilterConfig) -
Method in interface javax.servlet.Filter
- Called by the web container to indicate to a filter that it is being placed into
service.
- init(ServletConfig) -
Method in class javax.servlet.GenericServlet
- Called by the servlet container to indicate to a servlet that the
servlet is being placed into service.
- init() -
Method in class javax.servlet.GenericServlet
- A convenience method which can be overridden so that there's no need
to call
super.init(config)
.
- init(ServletConfig) -
Method in interface javax.servlet.Servlet
- Called by the servlet container to indicate to a servlet that the
servlet is being placed into service.
- init(HandlerInfo) -
Method in class javax.xml.rpc.handler.GenericHandler
- The
init
method to enable the Handler instance to
initialize itself.
- init(HandlerInfo) -
Method in interface javax.xml.rpc.handler.Handler
- The
init
method enables the Handler instance to
initialize itself.
- init(Map) -
Method in interface javax.xml.rpc.handler.HandlerChain
- Initializes the configuration for a HandlerChain.
- init(Object) -
Method in interface javax.xml.rpc.server.ServiceLifecycle
- Used for initialization of a service endpoint.
- initCause(Throwable) -
Method in class javax.xml.registry.JAXRException
- Initializes the cause of this throwable to the specified value.
- initCause(Throwable) -
Method in class javax.xml.soap.SOAPException
- Initializes the
cause
field of this SOAPException
object with the given Throwable
object.
- initCause(Throwable) -
Method in class javax.xml.transform.TransformerException
- Initializes the cause of this throwable to the specified value.
- initialSubString(AttributeValueExp, StringValueExp) -
Static method in class javax.management.Query
- Returns a query expression that represents a matching constraint on
a string argument.
- initialize(Servlet, ServletRequest, ServletResponse, String, boolean, int, boolean) -
Method in class javax.servlet.jsp.PageContext
-
The initialize method is called to initialize an uninitialized PageContext
so that it may be used by a JSP Implementation class to service an
incoming request and response within it's _jspService() method.
- insertsAreDetected(int) -
Method in interface javax.resource.cci.ResultSetInfo
- Indicates whether or not a visible row insert can be detected
by calling ResultSet.rowInserted.
- instantiate(String) -
Method in interface javax.management.MBeanServer
- Instantiates an object using the list of all class loaders
registered in the MBean server's
Class Loader
Repository
.
- instantiate(String, ObjectName) -
Method in interface javax.management.MBeanServer
- Instantiates an object using the class Loader specified by its
ObjectName
.
- instantiate(String, Object[], String[]) -
Method in interface javax.management.MBeanServer
- Instantiates an object using the list of all class loaders
registered in the MBean server
Class Loader
Repository
.
- instantiate(String, ObjectName, Object[], String[]) -
Method in interface javax.management.MBeanServer
- Instantiates an object.
- invalid -
Variable in class javax.mail.SendFailedException
-
- invalid -
Variable in class javax.mail.event.TransportEvent
-
- invalidate() -
Method in interface javax.servlet.http.HttpSession
- Invalidates this session then unbinds any objects bound
to it.
- invoke(String, Object[], String[]) -
Method in interface javax.management.DynamicMBean
- Allows an action to be invoked on the Dynamic MBean.
- invoke(ObjectName, String, Object[], String[]) -
Method in interface javax.management.MBeanServer
- Invokes an operation on an MBean.
- invoke(ObjectName, String, Object[], String[]) -
Method in interface javax.management.MBeanServerConnection
- Invokes an operation on an MBean.
- invoke(Object, Method, Object[]) -
Method in class javax.management.MBeanServerInvocationHandler
-
- invoke(String, Object[], String[]) -
Method in class javax.management.StandardMBean
-
- invoke(ObjectName, String, Object[], String[]) -
Method in interface javax.management.j2ee.Management
- Invokes an operation on a managed object.
- invoke(String, Object[], String[]) -
Method in class javax.management.modelmbean.RequiredModelMBean
- Invokes a method on or through a RequiredModelMBean and returns
the result of the method execution.
- invoke(Writer) -
Method in class javax.servlet.jsp.tagext.JspFragment
- Executes the fragment and directs all output to the given Writer,
or the JspWriter returned by the getOut() method of the JspContext
associated with the fragment if out is null.
- invoke(Object[]) -
Method in interface javax.xml.rpc.Call
- Invokes a specific operation using a synchronous request-response
interaction mode.
- invoke(QName, Object[]) -
Method in interface javax.xml.rpc.Call
- Invokes a specific operation using a synchronous request-response
interaction mode.
- invokeOneWay(Object[]) -
Method in interface javax.xml.rpc.Call
- Invokes a remote method using the one-way interaction mode.
- isActive() -
Method in class javax.management.monitor.Monitor
- Tests whether the monitor MBean is active.
- isActive() -
Method in interface javax.management.monitor.MonitorMBean
- Tests if the monitor MBean is active.
- isActive() -
Method in class javax.management.relation.RelationService
- Checks if the Relation Service is active.
- isActive() -
Method in interface javax.management.relation.RelationServiceMBean
- Checks if the Relation Service is active.
- isActive() -
Method in class javax.management.timer.Timer
- Tests whether the timer MBean is active.
- isActive() -
Method in interface javax.management.timer.TimerMBean
- Tests whether the timer MBean is active.
- isAddEvent() -
Method in class javax.enterprise.deploy.model.XpathEvent
- Is this an add event?
- isArray() -
Method in class javax.management.openmbean.OpenType
- Returns
true
if the open data values this open
type describes are arrays, false
otherwise.
- isAutoFlush() -
Method in class javax.servlet.jsp.JspWriter
- This method indicates whether the JspWriter is autoFlushing.
- isAvailable() -
Method in class javax.xml.registry.JAXRException
- Returns true if a response is available, false otherwise.
- isAvailable() -
Method in interface javax.xml.registry.JAXRResponse
- Returns true if a response is available, false otherwise.
- isCallerInRole(Identity) -
Method in interface javax.ejb.EJBContext
- Deprecated. Use boolean isCallerInRole(String roleName) instead.
- isCallerInRole(String) -
Method in interface javax.ejb.EJBContext
- Test if the caller has a given security role.
- isCancelSupported() -
Method in interface javax.enterprise.deploy.spi.status.ProgressObject
- Tests whether the vendor supports a cancel
opertation for deployment activities.
- isChangeEvent() -
Method in class javax.enterprise.deploy.model.XpathEvent
- Is this a change event?
- isClosed() -
Method in interface javax.xml.registry.Connection
- Indicated whether this Connection has been closed or not.
- isCoalescing() -
Method in class javax.xml.parsers.DocumentBuilderFactory
- Indicates whether or not the factory is configured to produce
parsers which converts CDATA nodes to Text nodes and appends it to
the adjacent (if any) Text node.
- isComment() -
Method in interface javax.xml.soap.Text
- Retrieves whether this
Text
object represents a comment.
- isCommitted() -
Method in interface javax.servlet.ServletResponse
- Returns a boolean indicating if the response has been
committed.
- isCommitted() -
Method in class javax.servlet.ServletResponseWrapper
- The default behavior of this method is to return isCommitted()
on the wrapped response object.
- isCompleted() -
Method in interface javax.enterprise.deploy.spi.status.DeploymentStatus
- A convience method to report if the operation is
in the completed state.
- isConfirmed() -
Method in interface javax.xml.registry.infomodel.Association
- Determines whether an Association has been confirmed completely.
- isConfirmedBySourceOwner() -
Method in interface javax.xml.registry.infomodel.Association
- Determines whether an Association has been confirmed by the owner of the source object.
- isConfirmedByTargetOwner() -
Method in interface javax.xml.registry.infomodel.Association
- Determines whether an Association has been confirmed by the owner of the target object.
- isConnected() -
Method in class javax.mail.Service
- Is this service currently connected?
- isDConfigBeanVersionSupported(DConfigBeanVersionType) -
Method in interface javax.enterprise.deploy.spi.DeploymentManager
- Returns 'true' if the configuration beans support the J2EE platform
version specified.
- isDataFlavorSupported(DataFlavor) -
Method in class javax.activation.DataHandler
- Returns whether the specified data flavor is supported
for this object.
- isDeliveryTransacted(Method) -
Method in interface javax.resource.spi.endpoint.MessageEndpointFactory
- This is used to find out whether message deliveries to a target method
on a message listener interface that is implemented by a message
endpoint will be transacted or not.
- isDomainPattern() -
Method in class javax.management.ObjectName
- Checks whether the object name is a pattern on the domain part.
- isEmpty() -
Method in class javax.activation.MimeTypeParameterList
- Determine whether or not this list is empty.
- isEmpty() -
Method in interface javax.management.openmbean.TabularData
- Returns true if the number of CompositeData
values (ie the number of rows) contained in this
TabularData instance is zero.
- isEmpty() -
Method in class javax.management.openmbean.TabularDataSupport
- Returns true if this
TabularDataSupport
instance contains no rows.
- isEmpty() -
Method in class javax.management.timer.Timer
- Tests whether the list of timer notifications is empty.
- isEmpty() -
Method in interface javax.management.timer.TimerMBean
- Tests whether the list of timer notifications is empty.
- isExpandEntityReferences() -
Method in class javax.xml.parsers.DocumentBuilderFactory
- Indicates whether or not the factory is configured to produce
parsers which expand entity reference nodes.
- isExpunged() -
Method in class javax.mail.Message
- Checks whether this message is expunged.
- isExternal() -
Method in interface javax.xml.registry.infomodel.Classification
- Returns true if this is an external classification.
- isExternal() -
Method in interface javax.xml.registry.infomodel.ClassificationScheme
- Determines whether this ClassificationScheme is an external ClassificationScheme
or an internal ClassificationScheme.
- isExtramural() -
Method in interface javax.xml.registry.infomodel.Association
- Determines whether an Association is extramural or not.
- isFailed() -
Method in interface javax.enterprise.deploy.spi.status.DeploymentStatus
- A convience method to report if the operation is
in the failed state.
- isFragment() -
Method in class javax.servlet.jsp.tagext.TagAttributeInfo
- Whether this attribute is of type JspFragment.
- isGroup() -
Method in class javax.mail.internet.InternetAddress
- Indicates whether this address is an RFC 822 group address.
- isIdentical(EJBLocalObject) -
Method in interface javax.ejb.EJBLocalObject
- Test if a given EJB local object is identical to the invoked EJB
local object.
- isIdentical(EJBObject) -
Method in interface javax.ejb.EJBObject
- Test if a given EJB object is identical to the invoked EJB object.
- isIgnoringComments() -
Method in class javax.xml.parsers.DocumentBuilderFactory
- Indicates whether or not the factory is configured to produce
parsers which ignores comments.
- isIgnoringElementContentWhitespace() -
Method in class javax.xml.parsers.DocumentBuilderFactory
- Indicates whether or not the factory is configured to produce
parsers which ignore ignorable whitespace in element content.
- isInRelationService() -
Method in class javax.management.relation.RelationSupport
- Returns an internal flag specifying if the object is still handled by
the Relation Service.
- isInRelationService() -
Method in interface javax.management.relation.RelationSupportMBean
- Returns an internal flag specifying if the object is still handled by
the Relation Service.
- isInstanceOf(ObjectName, String) -
Method in interface javax.management.MBeanServer
- Returns true if the MBean specified is an instance of the
specified class, false otherwise.
- isInstanceOf(ObjectName, String) -
Method in interface javax.management.MBeanServerConnection
- Returns true if the MBean specified is an instance of the
specified class, false otherwise.
- isIs() -
Method in class javax.management.MBeanAttributeInfo
- Indicates if this attribute has an "is" getter.
- isIs() -
Method in interface javax.management.openmbean.OpenMBeanAttributeInfo
- Returns true if the attribute described by this OpenMBeanAttributeInfo instance
is accessed through a isXXX getter (applies only to boolean and Boolean values),
false otherwise.
- isLocaleSupported(Locale) -
Method in interface javax.enterprise.deploy.spi.DeploymentManager
- Reports if this implementation supports the designated locale.
- isMimeType(String) -
Method in interface javax.mail.Part
- Is this Part of the specified MIME type?
- isMimeType(String) -
Method in class javax.mail.internet.MimeBodyPart
- Is this Part of the specified MIME type?
- isMimeType(String) -
Method in class javax.mail.internet.MimeMessage
- Is this Part of the specified MIME type?
- isMimeTypeEqual(String) -
Method in class javax.activation.ActivationDataFlavor
- Is the string representation of the MIME type passed in equivalent
to the MIME type of this DataFlavor.
- isNamespaceAware() -
Method in class javax.xml.parsers.DocumentBuilder
- Indicates whether or not this parser is configured to
understand namespaces.
- isNamespaceAware() -
Method in class javax.xml.parsers.DocumentBuilderFactory
- Indicates whether or not the factory is configured to produce
parsers which are namespace aware.
- isNamespaceAware() -
Method in class javax.xml.parsers.SAXParser
- Indicates whether or not this parser is configured to
understand namespaces.
- isNamespaceAware() -
Method in class javax.xml.parsers.SAXParserFactory
- Indicates whether or not the factory is configured to produce
parsers which are namespace aware.
- isNew() -
Method in interface javax.servlet.http.HttpSession
- Returns
true
if the client does not yet know about the
session or if the client chooses not to join the session.
- isNotificationEnabled(Notification) -
Method in class javax.management.AttributeChangeNotificationFilter
- Invoked before sending the specified notification to the listener.
- isNotificationEnabled(Notification) -
Method in interface javax.management.NotificationFilter
- Invoked before sending the specified notification to the listener.
- isNotificationEnabled(Notification) -
Method in class javax.management.NotificationFilterSupport
- Invoked before sending the specified notification to the listener.
- isNotificationEnabled(Notification) -
Method in class javax.management.relation.MBeanServerNotificationFilter
- Invoked before sending the specified notification to the listener.
- isOpaque() -
Method in interface javax.xml.registry.infomodel.ExtrinsicObject
- Determines whether the ExtrinsicObject is opaque (not readable) by the registry operator.
- isOpen() -
Method in class javax.mail.Folder
- Indicates whether this Folder is in the 'open' state.
- isParameterAndReturnSpecRequired(QName) -
Method in interface javax.xml.rpc.Call
- Indicates whether
addParameter
and
setReturnType
methods
are to be invoked to specify the parameter and return type
specification for a specific operation.
- isPartialResponse() -
Method in interface javax.xml.registry.BulkResponse
- Determines whether the response is a partial response due to large result set.
- isPattern() -
Method in class javax.management.ObjectName
- Checks whether the object name is a pattern.
- isPermanent() -
Method in class javax.servlet.UnavailableException
- Returns a
boolean
indicating
whether the servlet is permanently unavailable.
- isPropertyPattern() -
Method in class javax.management.ObjectName
- Checks whether the object name is a pattern on the key properties.
- isReadable() -
Method in class javax.management.MBeanAttributeInfo
- Whether the value of the attribute can be read.
- isReadable() -
Method in interface javax.management.openmbean.OpenMBeanAttributeInfo
- Returns true if the attribute described by this OpenMBeanAttributeInfo instance is readable,
false otherwise.
- isReadable() -
Method in class javax.management.relation.RoleInfo
- Returns read access mode for the role (true if it is readable).
- isRedeploySupported() -
Method in interface javax.enterprise.deploy.spi.DeploymentManager
- This method designates whether this platform vendor provides
application redeployment functionality.
- isRegistered(ObjectName) -
Method in interface javax.management.MBeanServer
- Checks whether an MBean, identified by its object name, is
already registered with the MBean server.
- isRegistered(ObjectName) -
Method in interface javax.management.MBeanServerConnection
- Checks whether an MBean, identified by its object name, is
already registered with the MBean server.
- isRegistered(ObjectName) -
Method in interface javax.management.j2ee.Management
- Checks whether a managed object, identified by its object name, is already registered
with the MEJB.
- isRegistered(Class, QName) -
Method in interface javax.xml.rpc.encoding.TypeMapping
- Checks whether or not type mapping between specified XML
type and Java type is registered.
- isRelation(ObjectName) -
Method in class javax.management.relation.RelationService
- Returns the relation id associated to the given ObjectName if the
MBean has been added as a relation in the Relation Service.
- isRelation(ObjectName) -
Method in interface javax.management.relation.RelationServiceMBean
- Returns the relation id associated to the given ObjectName if the
MBean has been added as a relation in the Relation Service.
- isRelationMBean(String) -
Method in class javax.management.relation.RelationService
- If the relation is represented by an MBean (created by the user and
added as a relation in the Relation Service), returns the ObjectName of
the MBean.
- isRelationMBean(String) -
Method in interface javax.management.relation.RelationServiceMBean
- If the relation is represented by an MBean (created by the user and
added as a relation in the Relation Service), returns the ObjectName of
the MBean.
- isRemoveEvent() -
Method in class javax.enterprise.deploy.model.XpathEvent
- Is this a remove event?
- isRemoved() -
Method in class javax.mail.event.MessageCountEvent
- Indicates whether this event is the result of an explicit
expunge by this client, or due to an expunge from external
sources.
- isRequestedSessionIdFromCookie() -
Method in interface javax.servlet.http.HttpServletRequest
- Checks whether the requested session ID came in as a cookie.
- isRequestedSessionIdFromCookie() -
Method in class javax.servlet.http.HttpServletRequestWrapper
- The default behavior of this method is to return isRequestedSessionIdFromCookie()
on the wrapped request object.
- isRequestedSessionIdFromURL() -
Method in interface javax.servlet.http.HttpServletRequest
- Checks whether the requested session ID came in as part of the
request URL.
- isRequestedSessionIdFromURL() -
Method in class javax.servlet.http.HttpServletRequestWrapper
- The default behavior of this method is to return isRequestedSessionIdFromURL()
on the wrapped request object.
- isRequestedSessionIdFromUrl() -
Method in interface javax.servlet.http.HttpServletRequest
- Deprecated. As of Version 2.1 of the Java Servlet
API, use
HttpServletRequest.isRequestedSessionIdFromURL()
instead.
- isRequestedSessionIdFromUrl() -
Method in class javax.servlet.http.HttpServletRequestWrapper
- The default behavior of this method is to return isRequestedSessionIdFromUrl()
on the wrapped request object.
- isRequestedSessionIdValid() -
Method in interface javax.servlet.http.HttpServletRequest
- Checks whether the requested session ID is still valid.
- isRequestedSessionIdValid() -
Method in class javax.servlet.http.HttpServletRequestWrapper
- The default behavior of this method is to return isRequestedSessionIdValid()
on the wrapped request object.
- isRequired() -
Method in class javax.servlet.jsp.tagext.TagAttributeInfo
- Whether this attribute is required.
- isRoleStatus(int) -
Static method in class javax.management.relation.RoleStatus
- Returns true if given value corresponds to a known role status, false
otherwise.
- isRunning() -
Method in interface javax.enterprise.deploy.spi.status.DeploymentStatus
- A convience method to report if the operation is
in the running state.
- isSameRM(XAResource) -
Method in interface javax.transaction.xa.XAResource
- This method is called to determine if the resource manager
instance represented by the target object is the same as the
resouce manager instance represented by the parameter xares.
- isSecure() -
Method in interface javax.servlet.ServletRequest
- Returns a boolean indicating whether this request was made using a
secure channel, such as HTTPS.
- isSecure() -
Method in class javax.servlet.ServletRequestWrapper
- The default behavior of this method is to return isSecure()
on the wrapped request object.
- isSession() -
Method in interface javax.ejb.EJBMetaData
- Test if the enterprise Bean's type is "session".
- isSet(Flags.Flag) -
Method in class javax.mail.Message
- Check whether the flag specified in the
flag
argument is set in this message.
- isSet(Flags.Flag) -
Method in class javax.mail.internet.MimeMessage
- Check whether the flag specified in the
flag
argument is set in this message.
- isStatelessSession() -
Method in interface javax.ejb.EJBMetaData
- Test if the enterprise Bean's type is "stateless session".
- isStopSupported() -
Method in interface javax.enterprise.deploy.spi.status.ProgressObject
- Tests whether the vendor supports a stop
opertation for deployment activities.
- isSubscribed() -
Method in class javax.mail.Folder
- Returns true if this Folder is subscribed.
- isSynchronous() -
Method in interface javax.xml.registry.Connection
- Indicates whether a client uses synchronous communication with JAXR provider or not.
- isTransactional() -
Method in interface javax.management.j2ee.statistics.JMSConnectionStats
- Returns the transactional state of this JMS connection.
- isUserInRole(String) -
Method in interface javax.servlet.http.HttpServletRequest
- Returns a boolean indicating whether the authenticated user is included
in the specified logical "role".
- isUserInRole(String) -
Method in class javax.servlet.http.HttpServletRequestWrapper
- The default behavior of this method is to return isUserInRole(String role)
on the wrapped request object.
- isUserInRole(String) -
Method in interface javax.xml.rpc.server.ServletEndpointContext
- Returns a boolean indicating whether the authenticated user
for the current method invocation on the endpoint instance
is included in the specified logical "role".
- isValid() -
Method in interface javax.management.Descriptor
- Returns true if all of the fields have legal values given their
names.
- isValid() -
Method in class javax.management.modelmbean.DescriptorSupport
- Returns true if all of the fields have legal values given their
names.
- isValid(TagData) -
Method in class javax.servlet.jsp.tagext.TagExtraInfo
- Translation-time validation of the attributes.
- isValid(TagData) -
Method in class javax.servlet.jsp.tagext.TagInfo
- Translation-time validation of the attributes.
- isValidating() -
Method in class javax.xml.parsers.DocumentBuilder
- Indicates whether or not this parser is configured to
validate XML documents.
- isValidating() -
Method in class javax.xml.parsers.DocumentBuilderFactory
- Indicates whether or not the factory is configured to produce
parsers which validate the XML content during parse.
- isValidating() -
Method in class javax.xml.parsers.SAXParser
- Indicates whether or not this parser is configured to
validate XML documents.
- isValidating() -
Method in class javax.xml.parsers.SAXParserFactory
- Indicates whether or not the factory is configured to produce
parsers which validate the XML content during parse.
- isValue(Object) -
Method in class javax.management.openmbean.ArrayType
- Tests whether obj is a value for this
ArrayType
instance.
- isValue(Object) -
Method in class javax.management.openmbean.CompositeType
- Tests whether obj is a value which could be described by this
CompositeType
instance.
- isValue(Object) -
Method in class javax.management.openmbean.OpenMBeanAttributeInfoSupport
- Tests whether obj is a valid value for the attribute
described by this
OpenMBeanAttributeInfoSupport
instance.
- isValue(Object) -
Method in interface javax.management.openmbean.OpenMBeanParameterInfo
- Tests whether obj is a valid value for the parameter
described by this
OpenMBeanParameterInfo
instance.
- isValue(Object) -
Method in class javax.management.openmbean.OpenMBeanParameterInfoSupport
- Tests whether obj is a valid value for the parameter
described by this
OpenMBeanParameterInfo
instance.
- isValue(Object) -
Method in class javax.management.openmbean.OpenType
- Tests whether obj is a value for this open type.
- isValue(Object) -
Method in class javax.management.openmbean.SimpleType
- Tests whether obj is a value for this
SimpleType
instance.
- isValue(Object) -
Method in class javax.management.openmbean.TabularType
- Tests whether obj is a value which could be described by this
TabularType
instance.
- isWritable() -
Method in class javax.management.MBeanAttributeInfo
- Whether new values can be written to the attribute.
- isWritable() -
Method in interface javax.management.openmbean.OpenMBeanAttributeInfo
- Returns true if the attribute described by this OpenMBeanAttributeInfo instance is writable,
false otherwise.
- isWritable() -
Method in class javax.management.relation.RoleInfo
- Returns write access mode for the role (true if it is writable).
- itemExists(String) -
Method in interface javax.jms.MapMessage
- Indicates whether an item exists in this
MapMessage
object.
J
- J2eeApplicationObject - interface javax.enterprise.deploy.model.J2eeApplicationObject.
- J2eeApplicationObject is an interface that represents a J2EE
application (EAR); it maintains a DeployableObject for each
module in the archive.
- JAXRException - exception javax.xml.registry.JAXRException.
- Signals that a JAXR exception has occurred.
- JAXRException() -
Constructor for class javax.xml.registry.JAXRException
- Constructs a
JAXRException
object with no
reason or embedded Throwable.
- JAXRException(String) -
Constructor for class javax.xml.registry.JAXRException
- Constructs a
JAXRException
object with the given
String
as the reason for the exception being thrown.
- JAXRException(String, Throwable) -
Constructor for class javax.xml.registry.JAXRException
- Constructs a
JAXRException
object with the given
String
as the reason for the exception being thrown
and the given Throwable
object as an embedded
Throwable.
- JAXRException(Throwable) -
Constructor for class javax.xml.registry.JAXRException
- Constructs a
JAXRException
object initialized
with the given Throwable
object.
- JAXRPCException - exception javax.xml.rpc.JAXRPCException.
- The
javax.xml.rpc.JAXRPCException
is thrown from
the core JAX-RPC APIs to indicate an exception related to the
JAX-RPC runtime mechanisms. - JAXRPCException() -
Constructor for class javax.xml.rpc.JAXRPCException
- Constructs a new exception with
null
as its
detail message.
- JAXRPCException(String) -
Constructor for class javax.xml.rpc.JAXRPCException
- Constructs a new exception with the specified detail
message.
- JAXRPCException(String, Throwable) -
Constructor for class javax.xml.rpc.JAXRPCException
- Constructs a new exception with the specified detail
message and cause.
- JAXRPCException(Throwable) -
Constructor for class javax.xml.rpc.JAXRPCException
- Constructs a new JAXRPCException with the specified cause
and a detail message of (cause==null ?
- JAXRResponse - interface javax.xml.registry.JAXRResponse.
- A JAXR requests' response.
- JCAConnectionPoolStats - interface javax.management.j2ee.statistics.JCAConnectionPoolStats.
- Specifies the statistics provided by a JCA Connection Pool
- JCAConnectionStats - interface javax.management.j2ee.statistics.JCAConnectionStats.
- Specifies the statistics provided by a JCA connection
- JCAStats - interface javax.management.j2ee.statistics.JCAStats.
- Specifies statistics provided by a JCA resource
- JDBCConnectionPoolStats - interface javax.management.j2ee.statistics.JDBCConnectionPoolStats.
- Specifies the statistics provided by a JDBC connection pool.
- JDBCConnectionStats - interface javax.management.j2ee.statistics.JDBCConnectionStats.
- Specifies the statistics provided by all (pooled and non-pooled) JDBC connections.
- JDBCStats - interface javax.management.j2ee.statistics.JDBCStats.
- Statistics provided by a JDBC resource
- JMException - exception javax.management.JMException.
- Exceptions thrown by JMX implementations.
- JMException() -
Constructor for class javax.management.JMException
- Default constructor.
- JMException(String) -
Constructor for class javax.management.JMException
- Constructor that allows a specific error message to be specified.
- JMRuntimeException - exception javax.management.JMRuntimeException.
- Runtime exceptions emitted by JMX implementations.
- JMRuntimeException() -
Constructor for class javax.management.JMRuntimeException
- Default constructor.
- JMRuntimeException(String) -
Constructor for class javax.management.JMRuntimeException
- Constructor that allows a specific error message to be specified.
- JMSConnectionStats - interface javax.management.j2ee.statistics.JMSConnectionStats.
- Specifies the statistics provided by a JMS connection
- JMSConsumerStats - interface javax.management.j2ee.statistics.JMSConsumerStats.
- Specifies the statistics provided by a JMS message consumer
- JMSEndpointStats - interface javax.management.j2ee.statistics.JMSEndpointStats.
- Specifies the statistics provided by a JMS message producer or a JMS message consumer.
- JMSException - exception javax.jms.JMSException.
- This is the root class of all JMS API exceptions.
- JMSException(String, String) -
Constructor for class javax.jms.JMSException
- Constructs a
JMSException
with the specified reason and
error code.
- JMSException(String) -
Constructor for class javax.jms.JMSException
- Constructs a
JMSException
with the specified reason and with
the error code defaulting to null.
- JMSProducerStats - interface javax.management.j2ee.statistics.JMSProducerStats.
- Specifies the statistics provided by a JMS message producer
- JMSSecurityException - exception javax.jms.JMSSecurityException.
- This exception must be thrown when a provider rejects a user
name/password submitted by a client.
- JMSSecurityException(String, String) -
Constructor for class javax.jms.JMSSecurityException
- Constructs a
JMSSecurityException
with the specified
reason and error code.
- JMSSecurityException(String) -
Constructor for class javax.jms.JMSSecurityException
- Constructs a
JMSSecurityException
with the specified
reason.
- JMSSessionStats - interface javax.management.j2ee.statistics.JMSSessionStats.
- Specifies the statistics provided by a JMS session.
- JMSStats - interface javax.management.j2ee.statistics.JMSStats.
- Specifies the statistics provided by a JMS Resource
- JTAStats - interface javax.management.j2ee.statistics.JTAStats.
- Specifies the statistics provided by a JTA resource.
- JVMStats - interface javax.management.j2ee.statistics.JVMStats.
- Specifies the statistics provided by a Java VM.
- JavaMailStats - interface javax.management.j2ee.statistics.JavaMailStats.
- Specifies the statistics provided by a JavaMail resource.
- JspContext - class javax.servlet.jsp.JspContext.
-
JspContext
serves as the base class for the
PageContext class and abstracts all information that is not specific
to servlets. - JspContext() -
Constructor for class javax.servlet.jsp.JspContext
- Sole constructor.
- JspEngineInfo - class javax.servlet.jsp.JspEngineInfo.
- The JspEngineInfo is an abstract class that provides information on the
current JSP engine.
- JspEngineInfo() -
Constructor for class javax.servlet.jsp.JspEngineInfo
- Sole constructor.
- JspException - exception javax.servlet.jsp.JspException.
- A generic exception known to the JSP engine; uncaught
JspExceptions will result in an invocation of the errorpage
machinery.
- JspException() -
Constructor for class javax.servlet.jsp.JspException
- Construct a JspException.
- JspException(String) -
Constructor for class javax.servlet.jsp.JspException
- Constructs a new JSP exception with the
specified message.
- JspException(String, Throwable) -
Constructor for class javax.servlet.jsp.JspException
- Constructs a new JSP exception when the JSP
needs to throw an exception and include a message
about the "root cause" exception that interfered with its
normal operation, including a description message.
- JspException(Throwable) -
Constructor for class javax.servlet.jsp.JspException
- Constructs a new JSP exception when the JSP
needs to throw an exception and include a message
about the "root cause" exception that interfered with its
normal operation.
- JspFactory - class javax.servlet.jsp.JspFactory.
-
The JspFactory is an abstract class that defines a number of factory
methods available to a JSP page at runtime for the purposes of creating
instances of various interfaces and classes used to support the JSP
implementation.
- JspFactory() -
Constructor for class javax.servlet.jsp.JspFactory
- Sole constructor.
- JspFragment - class javax.servlet.jsp.tagext.JspFragment.
- Encapsulates a portion of JSP code in an object that
can be invoked as many times as needed.
- JspFragment() -
Constructor for class javax.servlet.jsp.tagext.JspFragment
-
- JspPage - interface javax.servlet.jsp.JspPage.
- The JspPage interface describes the generic interaction that a JSP Page
Implementation class must satisfy; pages that use the HTTP protocol
are described by the HttpJspPage interface.
- JspTag - interface javax.servlet.jsp.tagext.JspTag.
- Serves as a base class for Tag and SimpleTag.
- JspTagException - exception javax.servlet.jsp.JspTagException.
- Exception to be used by a Tag Handler to indicate some unrecoverable
error.
- JspTagException(String) -
Constructor for class javax.servlet.jsp.JspTagException
- Constructs a new JspTagException with the specified message.
- JspTagException() -
Constructor for class javax.servlet.jsp.JspTagException
- Constructs a new JspTagException with no message.
- JspTagException(String, Throwable) -
Constructor for class javax.servlet.jsp.JspTagException
- Constructs a new JspTagException when the JSP Tag
needs to throw an exception and include a message
about the "root cause" exception that interfered with its
normal operation, including a description message.
- JspTagException(Throwable) -
Constructor for class javax.servlet.jsp.JspTagException
- Constructs a new JSP Tag exception when the JSP Tag
needs to throw an exception and include a message
about the "root cause" exception that interfered with its
normal operation.
- JspWriter - class javax.servlet.jsp.JspWriter.
-
The actions and template data in a JSP page is written using the
JspWriter object that is referenced by the implicit variable out which
is initialized automatically using methods in the PageContext object.
- JspWriter(int, boolean) -
Constructor for class javax.servlet.jsp.JspWriter
- Protected constructor.
- javaCharset(String) -
Static method in class javax.mail.internet.MimeUtility
- Convert a MIME charset name into a valid Java charset name.
- javax.activation - package javax.activation
- The JavaBeans(TM) Activation Framework is used by the JavaMail(TM)
API to manage MIME data.
- javax.ejb - package javax.ejb
- The javax.ejb package contains the Enterprise JavaBeans classes
and interfaces that define the contracts between the enterprise bean
and its clients and between the enterprise bean and the EJB container.
- javax.ejb.spi - package javax.ejb.spi
- The javax.ejb.spi package defines interfaces that are implemented by
the EJB container.
- javax.enterprise.deploy.model - package javax.enterprise.deploy.model
- Provides Tool Vendor implementation classes.
- javax.enterprise.deploy.shared - package javax.enterprise.deploy.shared
- Provides shared objects for Tool Vendor and Product Vendor implementation classes.
- javax.enterprise.deploy.shared.factories - package javax.enterprise.deploy.shared.factories
- Provides shared factory manager object for Tool Vendor and Product Vendor implementation classes.
- javax.enterprise.deploy.spi - package javax.enterprise.deploy.spi
- Provides J2EE Product Vendor implementation classes.
- javax.enterprise.deploy.spi.exceptions - package javax.enterprise.deploy.spi.exceptions
- Provides J2EE Product Vendor deployment exception implementation classes.
- javax.enterprise.deploy.spi.factories - package javax.enterprise.deploy.spi.factories
- Provides J2EE Product Vendor deployment factory implementation classes.
- javax.enterprise.deploy.spi.status - package javax.enterprise.deploy.spi.status
- Provides J2EE Product Vendor deployment status implementation classes.
- javax.jms - package javax.jms
-
The Java Message Service (JMS) API provides a common way for Java programs to create,
send, receive and read an enterprise messaging system's messages.
- javax.mail - package javax.mail
- Classes modeling a mail system.
- javax.mail.event - package javax.mail.event
- Listeners and events for the JavaMail API.
- javax.mail.internet - package javax.mail.internet
- Classes specific to Internet mail systems.
- javax.mail.search - package javax.mail.search
- Message search terms for the JavaMail API.
- javax.management - package javax.management
- Provides the core JMX classes.
- javax.management.j2ee - package javax.management.j2ee
- Provides the J2EE Management Enterprise Bean component (MEJB) interfaces.
- javax.management.j2ee.statistics - package javax.management.j2ee.statistics
- Provides the standard interfaces for accessing performance data from
J2EE managed objects
Package Specification
JSR 77, J2EE Management
Related Documentation
For overviews, tutorials, examples, guides, and tool documentation, please see:
J2EE Tools
javax.management.loading - package javax.management.loading
- Provides the classes which implement advanced dynamic loading.
- javax.management.modelmbean - package javax.management.modelmbean
- Provides the definition of the ModelMBean classes.
- javax.management.monitor - package javax.management.monitor
- Provides the definition of the monitor classes.
- javax.management.openmbean - package javax.management.openmbean
- Provides the open data types and open mbean descriptors classes.
- javax.management.relation - package javax.management.relation
- Provides the definition of the Relation service.
- javax.management.timer - package javax.management.timer
- Provides the definition of the Timer MBean.
- javax.resource - package javax.resource
- The javax.resource package is the top-level package for the J2EE Connector
API specification.
- javax.resource.cci - package javax.resource.cci
- The javax.resource.cci package contains API specification for the Common
Client Interface (CCI).
- javax.resource.spi - package javax.resource.spi
- The javax.resource.spi package contains APIs for the system
contracts defined in the J2EE Connector Architecture specification.
- javax.resource.spi.endpoint - package javax.resource.spi.endpoint
- This package contains system contracts for service endpoint interactions.
- javax.resource.spi.security - package javax.resource.spi.security
- The javax.resource.spi.security package contains APIs for the security
management contract.
- javax.resource.spi.work - package javax.resource.spi.work
- This package contains APIs for the work management contract.
- javax.security.jacc - package javax.security.jacc
- This package contains the Java Authorization Contract for Containers API
- javax.servlet - package javax.servlet
- The javax.servlet package contains a number of classes and interfaces that
describe and define the contr acts between a servlet class and the
runtime environment provided for an insta nce of such a class by a
conforming servlet container.
- javax.servlet.http - package javax.servlet.http
- The javax.servlet.http package contains a number of classes and interfaces
that describe and define the contr acts between a servlet class
running under the HTTP protocol and the runtime e nvironment provided
for an instance of such a class by a conforming servlet co ntainer.
- javax.servlet.jsp - package javax.servlet.jsp
- Classes and interfaces for the Core JSP 2.0 API.
- javax.servlet.jsp.el - package javax.servlet.jsp.el
- Classes and interfaces for the JSP 2.0 Expression Language API.
- javax.servlet.jsp.tagext - package javax.servlet.jsp.tagext
- Classes and interfaces for the definition of JavaServer Pages Tag Libraries.
- javax.transaction - package javax.transaction
- Provides the API that defines the contract between the transaction
manager and the various parties involved in a distributed transaction
namely : resource manager, application, and application server.
- javax.transaction.xa - package javax.transaction.xa
- Provides the API that defines the contract between the transaction
manager and the resource manager, which allows the transaction
manager to enlist and delist resource objects (supplied by the
resource manager driver) in JTA transactions.
- javax.xml.namespace - package javax.xml.namespace
- This package contains the QName class.
- javax.xml.parsers - package javax.xml.parsers
- Provides classes allowing the processing of XML documents.
- javax.xml.registry - package javax.xml.registry
- This package and its sub-packages describe the API classes and interfaces
for the JAXR API.
- javax.xml.registry.infomodel - package javax.xml.registry.infomodel
- This package describes the information model for the JAXR
API.
- javax.xml.rpc - package javax.xml.rpc
- This package contains the core JAX-RPC APIs for the client
programming model.
- javax.xml.rpc.encoding - package javax.xml.rpc.encoding
- This package defines APIs for the extensible type mapping framework.
- javax.xml.rpc.handler - package javax.xml.rpc.handler
- This package defines APIs for SOAP Message Handlers
- javax.xml.rpc.handler.soap - package javax.xml.rpc.handler.soap
- This package defines APIs for SOAP Message Handlers
- javax.xml.rpc.holders - package javax.xml.rpc.holders
- This package contains the standard Java Holder classes.
- javax.xml.rpc.server - package javax.xml.rpc.server
- This package defines APIs for the servlet based JAX-RPC endpoint model.
- javax.xml.rpc.soap - package javax.xml.rpc.soap
- This package defines APIs specific to the SOAP binding.
- javax.xml.soap - package javax.xml.soap
- Provides the API for creating and building SOAP messages.
- javax.xml.transform - package javax.xml.transform
- This package defines the generic APIs for processing transformation
instructions, and performing a transformation from source to result.
- javax.xml.transform.dom - package javax.xml.transform.dom
- This package implements DOM-specific transformation APIs.
- javax.xml.transform.sax - package javax.xml.transform.sax
- This package implements SAX2-specific transformation APIs.
- javax.xml.transform.stream - package javax.xml.transform.stream
- This package implements stream- and URI- specific transformation APIs.
- jspDestroy() -
Method in interface javax.servlet.jsp.JspPage
- The jspDestroy() method is invoked when the JSP page is about to be
destroyed.
- jspInit() -
Method in interface javax.servlet.jsp.JspPage
- The jspInit() method is invoked when the JSP page is initialized.
- jspversion -
Variable in class javax.servlet.jsp.tagext.TagLibraryInfo
- The version of the JSP specification this tag library is written to.
K
- KEY -
Static variable in interface javax.xml.registry.LifeCycleManager
-
- Key - interface javax.xml.registry.infomodel.Key.
- Represents a unique key that identifies a RegistryObject.
- KeyAlreadyExistsException - exception javax.management.openmbean.KeyAlreadyExistsException.
- This runtime exception is thrown to indicate that the index of a row to be added to a tabular data instance
is already used to refer to another row in this tabular data instance.
- KeyAlreadyExistsException() -
Constructor for class javax.management.openmbean.KeyAlreadyExistsException
- A KeyAlreadyExistsException with no detail message.
- KeyAlreadyExistsException(String) -
Constructor for class javax.management.openmbean.KeyAlreadyExistsException
- A KeyAlreadyExistsException with a detail message.
- keySet() -
Method in class javax.management.openmbean.CompositeType
- Returns an unmodifiable Set view of all the item names defined by this
CompositeType
instance.
- keySet() -
Method in interface javax.management.openmbean.TabularData
- Returns a set view of the keys (ie the index values) of the CompositeData values (ie the rows)
contained in this TabularData instance.
- keySet() -
Method in class javax.management.openmbean.TabularDataSupport
- Returns a set view of the keys contained in the underlying map of this
TabularDataSupport
instance,
and used to index the rows.
L
- LASTUID -
Static variable in interface javax.mail.UIDFolder
- This is a special value that can be used as the
end
parameter in getMessages(start, end)
, to denote the
last UID in this folder.
- LE -
Static variable in class javax.mail.search.ComparisonTerm
-
- LE -
Static variable in class javax.management.Query
- A code representing the
Query.leq(javax.management.ValueExp, javax.management.ValueExp)
query.
- LESS_THAN_MIN_ROLE_DEGREE -
Static variable in class javax.management.relation.RoleStatus
- Problem type when trying to set a role value with less ObjectNames than
the minimum expected cardinality.
- LOCALIZED_STRING -
Static variable in interface javax.xml.registry.LifeCycleManager
-
- LOCAL_TRANSACTION_COMMITTED -
Static variable in class javax.resource.spi.ConnectionEvent
- Event notification that a Resource Manager Local Transaction was
committed on the connection
- LOCAL_TRANSACTION_ROLLEDBACK -
Static variable in class javax.resource.spi.ConnectionEvent
- Event notification that a Resource Manager Local Transaction was
rolled back on the connection
- LOCAL_TRANSACTION_STARTED -
Static variable in class javax.resource.spi.ConnectionEvent
- Event notification that a Resource Manager Local Transaction was
started on the connection
- LONG -
Static variable in class javax.management.openmbean.SimpleType
- The
SimpleType
instance describing values whose
Java class name is java.lang.Long
.
- LT -
Static variable in class javax.mail.search.ComparisonTerm
-
- LT -
Static variable in class javax.management.Query
- A code representing the
Query.lt(javax.management.ValueExp, javax.management.ValueExp)
query.
- LazyAssociatableConnectionManager - interface javax.resource.spi.LazyAssociatableConnectionManager.
- This is a mix-in interface that may be optionally implemented by a
ConnectionManager
implementation. - LazyEnlistableConnectionManager - interface javax.resource.spi.LazyEnlistableConnectionManager.
- This is a mix-in interface that may be optionally implemented by a
ConnectionManager
implementation. - LazyEnlistableManagedConnection - interface javax.resource.spi.LazyEnlistableManagedConnection.
- This is a mix-in interface that may be optionally implemented by a
ManagedConnection
implementation. - LifeCycleManager - interface javax.xml.registry.LifeCycleManager.
- The LifeCycleManager interface is the main interface in the API for managing life cycle
operations on objects defined by the information model.
- ListenerNotFoundException - exception javax.management.ListenerNotFoundException.
- The specified MBean listener does not exist in the repository.
- ListenerNotFoundException() -
Constructor for class javax.management.ListenerNotFoundException
- Default constructor.
- ListenerNotFoundException(String) -
Constructor for class javax.management.ListenerNotFoundException
- Constructor that allows a specific error message to be specified.
- ListenerRegistration - interface javax.management.j2ee.ListenerRegistration.
- ListenerRegistration defines the methods which clients of the MEJB
use to add and remove event listeners.
- LocalTransaction - interface javax.resource.cci.LocalTransaction.
- The LocalTransaction defines a transaction demarcation interface for
resource manager local transactions.
- LocalTransaction - interface javax.resource.spi.LocalTransaction.
- LocalTransaction interface provides support for transactions that
are managed internal to an EIS resource manager, and do not require
an external transaction manager.
- LocalTransactionException - exception javax.resource.spi.LocalTransactionException.
- A
LocalTransactionException
represents various
error conditions related to the local transaction management contract.
- LocalTransactionException() -
Constructor for class javax.resource.spi.LocalTransactionException
- Constructs a new instance with null as its detail message.
- LocalTransactionException(String) -
Constructor for class javax.resource.spi.LocalTransactionException
- Constructs a new instance with the specified detail message.
- LocalTransactionException(Throwable) -
Constructor for class javax.resource.spi.LocalTransactionException
- Constructs a new throwable with the specified cause.
- LocalTransactionException(String, Throwable) -
Constructor for class javax.resource.spi.LocalTransactionException
- Constructs a new throwable with the specified detail message and cause.
- LocalTransactionException(String, String) -
Constructor for class javax.resource.spi.LocalTransactionException
- Constructs a new throwable with the specified detail message and
an error code.
- LocalizedString - interface javax.xml.registry.infomodel.LocalizedString.
- This interface is used as a simple wrapper interface that associates a String with its Locale.
- LongHolder - class javax.xml.rpc.holders.LongHolder.
-
- LongHolder() -
Constructor for class javax.xml.rpc.holders.LongHolder
-
- LongHolder(long) -
Constructor for class javax.xml.rpc.holders.LongHolder
-
- LongWrapperHolder - class javax.xml.rpc.holders.LongWrapperHolder.
-
- LongWrapperHolder() -
Constructor for class javax.xml.rpc.holders.LongWrapperHolder
-
- LongWrapperHolder(Long) -
Constructor for class javax.xml.rpc.holders.LongWrapperHolder
-
- lazyEnlist(ManagedConnection) -
Method in interface javax.resource.spi.LazyEnlistableConnectionManager
- This method is called by a resource adapter (that is capable of
lazy transaction enlistment optimization) in order to lazily enlist
a connection object with a XA transaction.
- leq(ValueExp, ValueExp) -
Static method in class javax.management.Query
- Returns a query expression that represents a "less than or equal to"
constraint on two values.
- linkConfiguration(PolicyConfiguration) -
Method in interface javax.security.jacc.PolicyConfiguration
- Creates a relationship between this configuration and another
such that they share the same principal-to-role mappings.
- list(String) -
Method in class javax.mail.Folder
- Returns a list of Folders belonging to this Folder's namespace
that match the specified pattern.
- list() -
Method in class javax.mail.Folder
- Convenience method that returns the list of folders under this
Folder.
- listSubscribed(String) -
Method in class javax.mail.Folder
- Returns a list of subscribed Folders belonging to this Folder's
namespace that match the specified pattern.
- listSubscribed() -
Method in class javax.mail.Folder
- Convenience method that returns the list of subscribed folders
under this Folder.
- load(InputStream) -
Method in class javax.mail.internet.InternetHeaders
- Read and parse the given RFC822 message stream till the
blank line separating the header from the body.
- load() -
Method in interface javax.management.PersistentMBean
- Instantiates thisMBean instance with the data found for
the MBean in the persistent store.
- load() -
Method in class javax.management.modelmbean.RequiredModelMBean
- Persistence is not supported by the this Model MBean implementation.
- loadClass(String) -
Static method in class javax.management.DefaultLoaderRepository
- Deprecated. Go through the list of class loaders and try to load the requested class.
- loadClass(String) -
Method in interface javax.management.loading.ClassLoaderRepository
- Load the given class name through the list of class loaders.
- loadClass(String) -
Static method in class javax.management.loading.DefaultLoaderRepository
- Deprecated. Go through the list of class loaders and try to load the requested
class.
- loadClass(String, ClassLoaderRepository) -
Method in class javax.management.loading.MLet
- Load a class, using the given
ClassLoaderRepository
if
the class is not found in this MLet's URLs.
- loadClassBefore(ClassLoader, String) -
Method in interface javax.management.loading.ClassLoaderRepository
- Load the given class name through the list of class loaders,
stopping at the given one.
- loadClassWithout(ClassLoader, String) -
Static method in class javax.management.DefaultLoaderRepository
- Deprecated. Go through the list of class loaders but exclude the given class loader, then try to load
the requested class.
- loadClassWithout(ClassLoader, String) -
Method in interface javax.management.loading.ClassLoaderRepository
- Load the given class name through the list of class loaders,
excluding the given one.
- loadClassWithout(ClassLoader, String) -
Static method in class javax.management.loading.DefaultLoaderRepository
- Deprecated. Go through the list of class loaders but exclude the given
class loader, then try to load
the requested class.
- loadService(Class) -
Method in class javax.xml.rpc.ServiceFactory
- Create an instance of the generated service implementation class
for a given service interface, if available.
- loadService(URL, Class, Properties) -
Method in class javax.xml.rpc.ServiceFactory
- Create an instance of the generated service implementation class
for a given service interface, if available.
- loadService(URL, QName, Properties) -
Method in class javax.xml.rpc.ServiceFactory
- Create an instance of the generated service implementation
class for a given service, if available.
- localTransactionCommitted(ConnectionEvent) -
Method in interface javax.resource.spi.ConnectionEventListener
- Notifies that a Resource Manager Local Transaction was committed
on the ManagedConnection instance.
- localTransactionRolledback(ConnectionEvent) -
Method in interface javax.resource.spi.ConnectionEventListener
- Notifies that a Resource Manager Local Transaction was rolled back
on the ManagedConnection instance.
- localTransactionStarted(ConnectionEvent) -
Method in interface javax.resource.spi.ConnectionEventListener
- Notifies that a Resource Manager Local Transaction was started on
the ManagedConnection instance.
- log(String) -
Method in class javax.servlet.GenericServlet
- Writes the specified message to a servlet log file, prepended by the
servlet's name.
- log(String, Throwable) -
Method in class javax.servlet.GenericServlet
- Writes an explanatory message and a stack trace
for a given
Throwable
exception
to the servlet log file, prepended by the servlet's name.
- log(String) -
Method in interface javax.servlet.ServletContext
- Writes the specified message to a servlet log file, usually
an event log.
- log(Exception, String) -
Method in interface javax.servlet.ServletContext
- Deprecated. As of Java Servlet API 2.1, use
ServletContext.log(String message, Throwable throwable)
instead.
This method was originally defined to write an
exception's stack trace and an explanatory error message
to the servlet log file.
- log(String, Throwable) -
Method in interface javax.servlet.ServletContext
- Writes an explanatory message and a stack trace
for a given
Throwable
exception
to the servlet log file.
- lt(ValueExp, ValueExp) -
Static method in class javax.management.Query
- Returns a query expression that represents a "less than" constraint on
two values.
M
- MAXBQUALSIZE -
Static variable in interface javax.transaction.xa.Xid
- Maximum number of bytes returned by getBqual.
- MAXGTRIDSIZE -
Static variable in interface javax.transaction.xa.Xid
- Maximum number of bytes returned by getGtrid.
- MBeanAttributeInfo - class javax.management.MBeanAttributeInfo.
- Describes an MBean attribute exposed for management.
- MBeanAttributeInfo(String, String, String, boolean, boolean, boolean) -
Constructor for class javax.management.MBeanAttributeInfo
- Constructs an
MBeanAttributeInfo
object.
- MBeanAttributeInfo(String, String, Method, Method) -
Constructor for class javax.management.MBeanAttributeInfo
- This constructor takes the name of a simple attribute, and Method
objects for reading and writing the attribute.
- MBeanConstructorInfo - class javax.management.MBeanConstructorInfo.
- Describes a constructor exposed by an MBean.
- MBeanConstructorInfo(String, Constructor) -
Constructor for class javax.management.MBeanConstructorInfo
- Constructs an
MBeanConstructorInfo
object.
- MBeanConstructorInfo(String, String, MBeanParameterInfo[]) -
Constructor for class javax.management.MBeanConstructorInfo
- Constructs an
MBeanConstructorInfo
object.
- MBeanException - exception javax.management.MBeanException.
- Represents "user defined" exceptions thrown by MBean methods
in the agent.
- MBeanException(Exception) -
Constructor for class javax.management.MBeanException
- Creates an
MBeanException
that wraps the actual java.lang.Exception
.
- MBeanException(Exception, String) -
Constructor for class javax.management.MBeanException
- Creates an
MBeanException
that wraps the actual java.lang.Exception
with
a detail message.
- MBeanFeatureInfo - class javax.management.MBeanFeatureInfo.
- Provides general information for an MBean descriptor object.
- MBeanFeatureInfo(String, String) -
Constructor for class javax.management.MBeanFeatureInfo
- Constructs an
MBeanFeatureInfo
object.
- MBeanInfo - class javax.management.MBeanInfo.
- Describes the management interface exposed by an MBean; that is,
the set of attributes and operations which are available for
management operations.
- MBeanInfo(String, String, MBeanAttributeInfo[], MBeanConstructorInfo[], MBeanOperationInfo[], MBeanNotificationInfo[]) -
Constructor for class javax.management.MBeanInfo
- Constructs an
MBeanInfo
.
- MBeanNotificationInfo - class javax.management.MBeanNotificationInfo.
- The
MBeanNotificationInfo
class is used to describe the
characteristics of the different notification instances
emitted by an MBean, for a given Java class of notification.
- MBeanNotificationInfo(String[], String, String) -
Constructor for class javax.management.MBeanNotificationInfo
- Constructs an
MBeanNotificationInfo
object.
- MBeanOperationInfo - class javax.management.MBeanOperationInfo.
- Describes a management operation exposed by an MBean.
- MBeanOperationInfo(String, Method) -
Constructor for class javax.management.MBeanOperationInfo
- Constructs an
MBeanOperationInfo
object.
- MBeanOperationInfo(String, String, MBeanParameterInfo[], String, int) -
Constructor for class javax.management.MBeanOperationInfo
- Constructs an
MBeanOperationInfo
object.
- MBeanParameterInfo - class javax.management.MBeanParameterInfo.
- Describes an argument of an operation exposed by an MBean.
- MBeanParameterInfo(String, String, String) -
Constructor for class javax.management.MBeanParameterInfo
- Constructs a
MBeanParameterInfo
object.
- MBeanPermission - class javax.management.MBeanPermission.
- Permission controlling access to MBeanServer operations.
- MBeanPermission(String, String) -
Constructor for class javax.management.MBeanPermission
- Create a new MBeanPermission object with the specified target name
and actions.
- MBeanPermission(String, String, ObjectName, String) -
Constructor for class javax.management.MBeanPermission
- Create a new MBeanPermission object with the specified target name
(class name, member, object name) and actions.
- MBeanRegistration - interface javax.management.MBeanRegistration.
- Can be implemented by an MBean in order to
carry out operations before and after being registered or unregistered from
the MBean server.
- MBeanRegistrationException - exception javax.management.MBeanRegistrationException.
- Wraps exceptions thrown by the preRegister(), preDeregister() methods
of the
MBeanRegistration
interface. - MBeanRegistrationException(Exception) -
Constructor for class javax.management.MBeanRegistrationException
- Creates an
MBeanRegistrationException
that wraps
the actual java.lang.Exception
.
- MBeanRegistrationException(Exception, String) -
Constructor for class javax.management.MBeanRegistrationException
- Creates an
MBeanRegistrationException
that wraps
the actual java.lang.Exception
with a detailed
message.
- MBeanServer - interface javax.management.MBeanServer.
- This is the interface for MBean manipulation on the agent
side.
- MBeanServerBuilder - class javax.management.MBeanServerBuilder.
- This class represents a builder that creates a default
MBeanServer
implementation.
- MBeanServerBuilder() -
Constructor for class javax.management.MBeanServerBuilder
- Public default constructor.
- MBeanServerConnection - interface javax.management.MBeanServerConnection.
- This interface represents a way to talk to an MBean server, whether
local or remote.
- MBeanServerDelegate - class javax.management.MBeanServerDelegate.
- Represents the MBean server from the management point of view.
- MBeanServerDelegate() -
Constructor for class javax.management.MBeanServerDelegate
- Create a MBeanServerDelegate object.
- MBeanServerDelegateMBean - interface javax.management.MBeanServerDelegateMBean.
- Defines the management interface of an object of class MBeanServerDelegate.
- MBeanServerFactory - class javax.management.MBeanServerFactory.
- Provides MBean server references.
- MBeanServerInvocationHandler - class javax.management.MBeanServerInvocationHandler.
InvocationHandler
that forwards methods in an MBean's
management interface through the MBean server to the MBean.- MBeanServerInvocationHandler(MBeanServerConnection, ObjectName) -
Constructor for class javax.management.MBeanServerInvocationHandler
- Invocation handler that forwards methods through an MBean
server.
- MBeanServerNotification - class javax.management.MBeanServerNotification.
- Represents a notification emitted by the MBean server through the MBeanServerDelegate MBean.
- MBeanServerNotification(String, Object, long, ObjectName) -
Constructor for class javax.management.MBeanServerNotification
- Creates an MBeanServerNotification object specifying object names of
the MBeans that caused the notification and the specified notification type.
- MBeanServerNotificationFilter - class javax.management.relation.MBeanServerNotificationFilter.
- Filter for
MBeanServerNotification
.
- MBeanServerNotificationFilter() -
Constructor for class javax.management.relation.MBeanServerNotificationFilter
- Creates a filter selecting all MBeanServerNotification notifications for
all ObjectNames.
- MBeanServerPermission - class javax.management.MBeanServerPermission.
- A Permission to perform actions related to MBeanServers.
- MBeanServerPermission(String) -
Constructor for class javax.management.MBeanServerPermission
- Create a new MBeanServerPermission with the given name.
- MBeanServerPermission(String, String) -
Constructor for class javax.management.MBeanServerPermission
- Create a new MBeanServerPermission with the given name.
- MBeanTrustPermission - class javax.management.MBeanTrustPermission.
- This permission represents "trust" in a signer or codebase.
- MBeanTrustPermission(String) -
Constructor for class javax.management.MBeanTrustPermission
- Create a new MBeanTrustPermission with the given name.
- MBeanTrustPermission(String, String) -
Constructor for class javax.management.MBeanTrustPermission
- Create a new MBeanTrustPermission with the given name.
- MEDIA_TYPE -
Static variable in class javax.xml.transform.OutputKeys
- media-type = string.
- MESSAGE_DELIVERED -
Static variable in class javax.mail.event.TransportEvent
- Message has been successfully delivered to all recipients by the
transport firing this event. validSent[] contains all the addresses
this transport sent to successfully. validUnsent[] and invalid[]
should be null,
- MESSAGE_NOT_DELIVERED -
Static variable in class javax.mail.event.TransportEvent
- Message was not sent for some reason. validSent[] should be null.
- MESSAGE_PARTIALLY_DELIVERED -
Static variable in class javax.mail.event.TransportEvent
- Message was successfully sent to some recipients but not to all.
- METHOD -
Static variable in class javax.xml.transform.OutputKeys
- method = "xml" | "html" | "text" | expanded name.
- MIME -
Static variable in class javax.mail.internet.HeaderTokenizer
- MIME specials
- MINUS -
Static variable in class javax.management.Query
- A code representing the
Query.minus(javax.management.ValueExp, javax.management.ValueExp)
expression.
- MLet - class javax.management.loading.MLet.
- Allows you to instantiate and register one or several MBeans in the MBean server
coming from a remote URL.
- MLet() -
Constructor for class javax.management.loading.MLet
- Constructs a new MLet using the default delegation parent ClassLoader.
- MLet(URL[]) -
Constructor for class javax.management.loading.MLet
- Constructs a new MLet for the specified URLs using the default delegation parent ClassLoader.
- MLet(URL[], ClassLoader) -
Constructor for class javax.management.loading.MLet
- Constructs a new MLet for the given URLs.
- MLet(URL[], ClassLoader, URLStreamHandlerFactory) -
Constructor for class javax.management.loading.MLet
- Constructs a new MLet for the specified URLs, parent class loader, and
URLStreamHandlerFactory.
- MLet(URL[], boolean) -
Constructor for class javax.management.loading.MLet
- Constructs a new MLet for the specified URLs using the default delegation parent ClassLoader.
- MLet(URL[], ClassLoader, boolean) -
Constructor for class javax.management.loading.MLet
- Constructs a new MLet for the given URLs.
- MLet(URL[], ClassLoader, URLStreamHandlerFactory, boolean) -
Constructor for class javax.management.loading.MLet
- Constructs a new MLet for the specified URLs, parent class loader, and
URLStreamHandlerFactory.
- MLetMBean - interface javax.management.loading.MLetMBean.
- Exposes the remote management interface of the MLet
MBean.
- MORE_THAN_MAX_ROLE_DEGREE -
Static variable in class javax.management.relation.RoleStatus
- Problem type when trying to set a role value with more ObjectNames than
the maximum expected cardinality.
- MailDateFormat - class javax.mail.internet.MailDateFormat.
- Formats and parses date specification based on the
draft-ietf-drums-msg-fmt-08 dated January 26, 2000.
- MailDateFormat() -
Constructor for class javax.mail.internet.MailDateFormat
-
- MailEvent - class javax.mail.event.MailEvent.
- Common base class for mail events, defining the dispatch method.
- MailEvent(Object) -
Constructor for class javax.mail.event.MailEvent
-
- MailcapCommandMap - class javax.activation.MailcapCommandMap.
- MailcapCommandMap extends the CommandMap
abstract class.
- MailcapCommandMap() -
Constructor for class javax.activation.MailcapCommandMap
- The default Constructor.
- MailcapCommandMap(String) -
Constructor for class javax.activation.MailcapCommandMap
- Constructor that allows the caller to specify the path
of a mailcap file.
- MailcapCommandMap(InputStream) -
Constructor for class javax.activation.MailcapCommandMap
- Constructor that allows the caller to specify an InputStream
containing a mailcap file.
- MalformedObjectNameException - exception javax.management.MalformedObjectNameException.
- The format of the string does not correspond to a valid ObjectName.
- MalformedObjectNameException() -
Constructor for class javax.management.MalformedObjectNameException
- Default constructor.
- MalformedObjectNameException(String) -
Constructor for class javax.management.MalformedObjectNameException
- Constructor that allows a specific error message to be specified.
- ManagedConnection - interface javax.resource.spi.ManagedConnection.
- ManagedConnection instance represents a physical connection
to the underlying EIS.
- ManagedConnectionFactory - interface javax.resource.spi.ManagedConnectionFactory.
- ManagedConnectionFactory instance is a factory of both ManagedConnection
and EIS-specific connection factory instances.
- ManagedConnectionMetaData - interface javax.resource.spi.ManagedConnectionMetaData.
- The ManagedConnectionMetaData interface provides information about the
underlying EIS instance associated with a ManagedConnection instance.
- Management - interface javax.management.j2ee.Management.
- The Management interface provides the APIs to navigate and manipulate
managed objects.
- ManagementHome - interface javax.management.j2ee.ManagementHome.
- The required home interface for the J2EE Management EJB component (MEJB).
- MapMessage - interface javax.jms.MapMessage.
- A
MapMessage
object is used to send a set of name-value pairs.
- MappedRecord - interface javax.resource.cci.MappedRecord.
- The interface
javax.resource.cci.MappedRecord
is
used for key-value map based representation of record elements.
- Message - interface javax.jms.Message.
- The
Message
interface is the root interface of all JMS
messages. - Message - class javax.mail.Message.
- This class models an email message.
- Message() -
Constructor for class javax.mail.Message
- No-arg version of the constructor.
- Message(Folder, int) -
Constructor for class javax.mail.Message
- Constructor that takes a Folder and a message number.
- Message(Session) -
Constructor for class javax.mail.Message
- Constructor that takes a Session.
- Message.RecipientType - class javax.mail.Message.RecipientType.
- This inner class defines the types of recipients allowed by
the Message class.
- Message.RecipientType(String) -
Constructor for class javax.mail.Message.RecipientType
- Constructor for use by subclasses.
- MessageAware - interface javax.mail.MessageAware.
- An interface optionally implemented by
DataSources
to
supply information to a DataContentHandler
about the
message context in which the data content object is operating. - MessageChangedEvent - class javax.mail.event.MessageChangedEvent.
- This class models Message change events.
- MessageChangedEvent(Object, int, Message) -
Constructor for class javax.mail.event.MessageChangedEvent
- Constructor.
- MessageChangedListener - interface javax.mail.event.MessageChangedListener.
- This is the Listener interface for MessageChanged events
- MessageConsumer - interface javax.jms.MessageConsumer.
- A client uses a
MessageConsumer
object to receive messages
from a destination. - MessageContext - class javax.mail.MessageContext.
- The context in which a piece of Message content is contained.
- MessageContext(Part) -
Constructor for class javax.mail.MessageContext
- Create a MessageContext object describing the context of the given Part.
- MessageContext - interface javax.xml.rpc.handler.MessageContext.
- The interface
MessageContext
abstracts the message
context that is processed by a handler in the handle
method.
- MessageCountAdapter - class javax.mail.event.MessageCountAdapter.
- The adapter which receives MessageCount events.
- MessageCountAdapter() -
Constructor for class javax.mail.event.MessageCountAdapter
-
- MessageCountEvent - class javax.mail.event.MessageCountEvent.
- This class notifies changes in the number of messages in a folder.
- MessageCountEvent(Folder, int, boolean, Message[]) -
Constructor for class javax.mail.event.MessageCountEvent
- Constructor.
- MessageCountListener - interface javax.mail.event.MessageCountListener.
- This is the Listener interface for MessageCount events.
- MessageDrivenBean - interface javax.ejb.MessageDrivenBean.
- The MessageDrivenBean interface is implemented by every message-driven
enterprise Bean class.
- MessageDrivenBeanStats - interface javax.management.j2ee.statistics.MessageDrivenBeanStats.
- Specifies the statistics provided by a message driven bean.
- MessageDrivenContext - interface javax.ejb.MessageDrivenContext.
- The MessageDrivenContext interface provides access to the runtime
message-driven context that the container provides for a message-driven
enterprise Bean instance.
- MessageEOFException - exception javax.jms.MessageEOFException.
- This exception must be thrown when an unexpected
end of stream has been reached when a
StreamMessage
or
BytesMessage
is being read. - MessageEOFException(String, String) -
Constructor for class javax.jms.MessageEOFException
- Constructs a
MessageEOFException
with the specified
reason and error code.
- MessageEOFException(String) -
Constructor for class javax.jms.MessageEOFException
- Constructs a
MessageEOFException
with the specified
reason.
- MessageEndpoint - interface javax.resource.spi.endpoint.MessageEndpoint.
- This defines a contract for a message endpoint.
- MessageEndpointFactory - interface javax.resource.spi.endpoint.MessageEndpointFactory.
- This serves as a factory for creating message endpoints.
- MessageFactory - class javax.xml.soap.MessageFactory.
- A factory for creating
SOAPMessage
objects.
- MessageFactory() -
Constructor for class javax.xml.soap.MessageFactory
-
- MessageFormatException - exception javax.jms.MessageFormatException.
- This exception must be thrown when a JMS client
attempts to use a data type not supported by a message or attempts to
read data in a message as the wrong type.
- MessageFormatException(String, String) -
Constructor for class javax.jms.MessageFormatException
- Constructs a
MessageFormatException
with the specified
reason and error code.
- MessageFormatException(String) -
Constructor for class javax.jms.MessageFormatException
- Constructs a
MessageFormatException
with the specified
reason.
- MessageIDTerm - class javax.mail.search.MessageIDTerm.
- This term models the RFC822 "MessageId" - a message-id for
Internet messages that is supposed to be unique per message.
- MessageIDTerm(String) -
Constructor for class javax.mail.search.MessageIDTerm
- Constructor.
- MessageListener - interface javax.jms.MessageListener.
- A
MessageListener
object is used to receive asynchronously
delivered messages.
- MessageListener - interface javax.resource.cci.MessageListener.
- This serves as a request-response message listener type that message
endpoints (message-driven beans) may implement.
- MessageNotReadableException - exception javax.jms.MessageNotReadableException.
- This exception must be thrown when a JMS client attempts to read a
write-only message.
- MessageNotReadableException(String, String) -
Constructor for class javax.jms.MessageNotReadableException
- Constructs a
MessageNotReadableException
with the specified
reason and error code.
- MessageNotReadableException(String) -
Constructor for class javax.jms.MessageNotReadableException
- Constructs a
MessageNotReadableException
with the specified
reason.
- MessageNotWriteableException - exception javax.jms.MessageNotWriteableException.
- This exception must be thrown when a JMS client attempts to write to a
read-only message.
- MessageNotWriteableException(String, String) -
Constructor for class javax.jms.MessageNotWriteableException
- Constructs a
MessageNotWriteableException
with the specified
reason and error code.
- MessageNotWriteableException(String) -
Constructor for class javax.jms.MessageNotWriteableException
- Constructs a
MessageNotWriteableException
with the specified
reason.
- MessageNumberTerm - class javax.mail.search.MessageNumberTerm.
- This class implements comparisons for Message numbers.
- MessageNumberTerm(int) -
Constructor for class javax.mail.search.MessageNumberTerm
- Constructor.
- MessageProducer - interface javax.jms.MessageProducer.
- A client uses a
MessageProducer
object to send messages to a
destination. - MessageRemovedException - exception javax.mail.MessageRemovedException.
- The exception thrown when an invalid method is invoked on an expunged
Message.
- MessageRemovedException() -
Constructor for class javax.mail.MessageRemovedException
- Constructs a MessageRemovedException with no detail message.
- MessageRemovedException(String) -
Constructor for class javax.mail.MessageRemovedException
- Constructs a MessageRemovedException with the specified detail message.
- MessagingException - exception javax.mail.MessagingException.
- The base class for all exceptions thrown by the Messaging classes
- MessagingException() -
Constructor for class javax.mail.MessagingException
- Constructs a MessagingException with no detail message.
- MessagingException(String) -
Constructor for class javax.mail.MessagingException
- Constructs a MessagingException with the specified detail message.
- MessagingException(String, Exception) -
Constructor for class javax.mail.MessagingException
- Constructs a MessagingException with the specified
Exception and detail message.
- MethodNotSupportedException - exception javax.mail.MethodNotSupportedException.
- The exception thrown when a method is not supported by the
implementation
- MethodNotSupportedException() -
Constructor for class javax.mail.MethodNotSupportedException
- Constructs a MethodNotSupportedException with no detail message.
- MethodNotSupportedException(String) -
Constructor for class javax.mail.MethodNotSupportedException
- Constructs a MethodNotSupportedException with the specified detail message.
- MimeBodyPart - class javax.mail.internet.MimeBodyPart.
- This class represents a MIME body part.
- MimeBodyPart() -
Constructor for class javax.mail.internet.MimeBodyPart
- An empty MimeBodyPart object is created.
- MimeBodyPart(InputStream) -
Constructor for class javax.mail.internet.MimeBodyPart
- Constructs a MimeBodyPart by reading and parsing the data from
the specified input stream.
- MimeBodyPart(InternetHeaders, byte[]) -
Constructor for class javax.mail.internet.MimeBodyPart
- Constructs a MimeBodyPart using the given header and
content bytes.
- MimeHeader - class javax.xml.soap.MimeHeader.
- An object that stores a MIME header name and its value.
- MimeHeader(String, String) -
Constructor for class javax.xml.soap.MimeHeader
- Constructs a
MimeHeader
object initialized with the given
name and value.
- MimeHeaders - class javax.xml.soap.MimeHeaders.
- A container for
MimeHeader
objects, which represent
the MIME headers present in a MIME part of a message.
- MimeHeaders() -
Constructor for class javax.xml.soap.MimeHeaders
- Constructs a default
MimeHeaders
object initialized with
an empty Vector
object.
- MimeMessage - class javax.mail.internet.MimeMessage.
- This class represents a MIME style email message.
- MimeMessage(Session) -
Constructor for class javax.mail.internet.MimeMessage
- Default constructor.
- MimeMessage(Session, InputStream) -
Constructor for class javax.mail.internet.MimeMessage
- Constructs a MimeMessage by reading and parsing the data from the
specified MIME InputStream.
- MimeMessage(MimeMessage) -
Constructor for class javax.mail.internet.MimeMessage
- Constructs a new MimeMessage with content initialized from the
source
MimeMessage.
- MimeMessage(Folder, int) -
Constructor for class javax.mail.internet.MimeMessage
- Constructs an empty MimeMessage object with the given Folder
and message number.
- MimeMessage(Folder, InputStream, int) -
Constructor for class javax.mail.internet.MimeMessage
- Constructs a MimeMessage by reading and parsing the data from the
specified MIME InputStream.
- MimeMessage(Folder, InternetHeaders, byte[], int) -
Constructor for class javax.mail.internet.MimeMessage
- Constructs a MimeMessage from the given InternetHeaders object
and content.
- MimeMessage.RecipientType - class javax.mail.internet.MimeMessage.RecipientType.
- This inner class extends the javax.mail.Message.RecipientType
class to add additional RecipientTypes.
- MimeMessage.RecipientType(String) -
Constructor for class javax.mail.internet.MimeMessage.RecipientType
-
- MimeMultipart - class javax.mail.internet.MimeMultipart.
- The MimeMultipart class is an implementation of the abstract Multipart
class that uses MIME conventions for the multipart data.
- MimeMultipart() -
Constructor for class javax.mail.internet.MimeMultipart
- Default constructor.
- MimeMultipart(String) -
Constructor for class javax.mail.internet.MimeMultipart
- Construct a MimeMultipart object of the given subtype.
- MimeMultipart(DataSource) -
Constructor for class javax.mail.internet.MimeMultipart
- Constructs a MimeMultipart object and its bodyparts from the
given DataSource.
- MimePart - interface javax.mail.internet.MimePart.
- The MimePart interface models an Entity as defined
by MIME (RFC2045, Section 2.4).
- MimePartDataSource - class javax.mail.internet.MimePartDataSource.
- A utility class that implements a DataSource out of
a MimePart.
- MimePartDataSource(MimePart) -
Constructor for class javax.mail.internet.MimePartDataSource
- Constructor, that constructs a DataSource from a MimePart.
- MimeType - class javax.activation.MimeType.
- A Multipurpose Internet Mail Extension (MIME) type, as defined
in RFC 2045 and 2046.
- MimeType() -
Constructor for class javax.activation.MimeType
- Default constructor.
- MimeType(String) -
Constructor for class javax.activation.MimeType
- Constructor that builds a MimeType from a String.
- MimeType(String, String) -
Constructor for class javax.activation.MimeType
- Constructor that builds a MimeType with the given primary and sub type
but has an empty parameter list.
- MimeTypeParameterList - class javax.activation.MimeTypeParameterList.
- A parameter list of a MimeType
as defined in RFC 2045 and 2046.
- MimeTypeParameterList() -
Constructor for class javax.activation.MimeTypeParameterList
- Default constructor.
- MimeTypeParameterList(String) -
Constructor for class javax.activation.MimeTypeParameterList
- Constructs a new MimeTypeParameterList with the passed in data.
- MimeTypeParseException - exception javax.activation.MimeTypeParseException.
- A class to encapsulate MimeType parsing related exceptions.
- MimeTypeParseException() -
Constructor for class javax.activation.MimeTypeParseException
- Constructs a MimeTypeParseException with no specified detail message.
- MimeTypeParseException(String) -
Constructor for class javax.activation.MimeTypeParseException
- Constructs a MimeTypeParseException with the specified detail message.
- MimeUtility - class javax.mail.internet.MimeUtility.
- This is a utility class that provides various MIME related
functionality.
- MimetypesFileTypeMap - class javax.activation.MimetypesFileTypeMap.
- This class extends FileTypeMap and provides data typing of files
via their file extension.
- MimetypesFileTypeMap() -
Constructor for class javax.activation.MimetypesFileTypeMap
- The default constructor.
- MimetypesFileTypeMap(String) -
Constructor for class javax.activation.MimetypesFileTypeMap
- Construct a MimetypesFileTypeMap with programmatic entries
added from the named file.
- MimetypesFileTypeMap(InputStream) -
Constructor for class javax.activation.MimetypesFileTypeMap
- Construct a MimetypesFileTypeMap with programmatic entries
added from the InputStream.
- ModelMBean - interface javax.management.modelmbean.ModelMBean.
- This interface must be implemented by the ModelMBeans.
- ModelMBeanAttributeInfo - class javax.management.modelmbean.ModelMBeanAttributeInfo.
- The ModelMBeanAttributeInfo object describes an attribute of the ModelMBean.
- ModelMBeanAttributeInfo(String, String, Method, Method) -
Constructor for class javax.management.modelmbean.ModelMBeanAttributeInfo
- Constructs a ModelMBeanAttributeInfo object with a default descriptor.
- ModelMBeanAttributeInfo(String, String, Method, Method, Descriptor) -
Constructor for class javax.management.modelmbean.ModelMBeanAttributeInfo
- Constructs a ModelMBeanAttributeInfo object.
- ModelMBeanAttributeInfo(String, String, String, boolean, boolean, boolean) -
Constructor for class javax.management.modelmbean.ModelMBeanAttributeInfo
- Constructs a ModelMBeanAttributeInfo object with a default descriptor.
- ModelMBeanAttributeInfo(String, String, String, boolean, boolean, boolean, Descriptor) -
Constructor for class javax.management.modelmbean.ModelMBeanAttributeInfo
- Constructs a ModelMBeanAttributeInfo object with a default descriptor.
- ModelMBeanAttributeInfo(ModelMBeanAttributeInfo) -
Constructor for class javax.management.modelmbean.ModelMBeanAttributeInfo
- Constructs a new ModelMBeanAttributeInfo object from this ModelMBeanAttributeInfo Object.
- ModelMBeanConstructorInfo - class javax.management.modelmbean.ModelMBeanConstructorInfo.
- The ModelMBeanConstructorInfo object describes a constructor of the ModelMBean.
- ModelMBeanConstructorInfo(String, Constructor) -
Constructor for class javax.management.modelmbean.ModelMBeanConstructorInfo
- Constructs a MBeanConstructorInfo object with a default descriptor.
- ModelMBeanConstructorInfo(String, Constructor, Descriptor) -
Constructor for class javax.management.modelmbean.ModelMBeanConstructorInfo
- Constructs a MBeanConstructorInfo object.
- ModelMBeanConstructorInfo(String, String, MBeanParameterInfo[]) -
Constructor for class javax.management.modelmbean.ModelMBeanConstructorInfo
- Constructs a ModelMBeanConstructorInfo object with a default descriptor.
- ModelMBeanConstructorInfo(String, String, MBeanParameterInfo[], Descriptor) -
Constructor for class javax.management.modelmbean.ModelMBeanConstructorInfo
- Constructs a MBeanConstructorInfo object.
- ModelMBeanInfo - interface javax.management.modelmbean.ModelMBeanInfo.
- This interface is implemented by the ModelMBeanInfo for every ModelMBean.
- ModelMBeanInfoSupport - class javax.management.modelmbean.ModelMBeanInfoSupport.
- This class represents the meta data for ModelMBeans.
- ModelMBeanInfoSupport(ModelMBeanInfo) -
Constructor for class javax.management.modelmbean.ModelMBeanInfoSupport
- constructs a ModelMBeanInfoSupport which is a duplicate of the one passed in.
- ModelMBeanInfoSupport(String, String, ModelMBeanAttributeInfo[], ModelMBeanConstructorInfo[], ModelMBeanOperationInfo[], ModelMBeanNotificationInfo[]) -
Constructor for class javax.management.modelmbean.ModelMBeanInfoSupport
- Creates a ModelMBeanInfoSupport with the provided information,
but the descriptor is a default.
- ModelMBeanInfoSupport(String, String, ModelMBeanAttributeInfo[], ModelMBeanConstructorInfo[], ModelMBeanOperationInfo[], ModelMBeanNotificationInfo[], Descriptor) -
Constructor for class javax.management.modelmbean.ModelMBeanInfoSupport
- Creates a ModelMBeanInfoSupport with the provided information and the descriptor given in parameter.
- ModelMBeanNotificationBroadcaster - interface javax.management.modelmbean.ModelMBeanNotificationBroadcaster.
- This interface must be implemented by the ModelMBeans.
- ModelMBeanNotificationInfo - class javax.management.modelmbean.ModelMBeanNotificationInfo.
- The ModelMBeanNotificationInfo object describes a notification emitted
by a ModelMBean.
- ModelMBeanNotificationInfo(String[], String, String) -
Constructor for class javax.management.modelmbean.ModelMBeanNotificationInfo
- Constructs a ModelMBeanNotificationInfo object with a default
descriptor.
- ModelMBeanNotificationInfo(String[], String, String, Descriptor) -
Constructor for class javax.management.modelmbean.ModelMBeanNotificationInfo
- Constructs a ModelMBeanNotificationInfo object.
- ModelMBeanNotificationInfo(ModelMBeanNotificationInfo) -
Constructor for class javax.management.modelmbean.ModelMBeanNotificationInfo
- Constructs a new ModelMBeanNotificationInfo object from this
ModelMBeanNotfication Object.
- ModelMBeanOperationInfo - class javax.management.modelmbean.ModelMBeanOperationInfo.
- The ModelMBeanOperationInfo object describes a management operation of the ModelMBean.
- ModelMBeanOperationInfo(String, Method) -
Constructor for class javax.management.modelmbean.ModelMBeanOperationInfo
- Constructs a ModelMBeanOperationInfo object with a default
descriptor.
- ModelMBeanOperationInfo(String, Method, Descriptor) -
Constructor for class javax.management.modelmbean.ModelMBeanOperationInfo
- Constructs a ModelMBeanOperationInfo object.
- ModelMBeanOperationInfo(String, String, MBeanParameterInfo[], String, int) -
Constructor for class javax.management.modelmbean.ModelMBeanOperationInfo
- Constructs a ModelMBeanOperationInfo object with a default descriptor.
- ModelMBeanOperationInfo(String, String, MBeanParameterInfo[], String, int, Descriptor) -
Constructor for class javax.management.modelmbean.ModelMBeanOperationInfo
- Constructs a ModelMBeanOperationInfo object.
- ModelMBeanOperationInfo(ModelMBeanOperationInfo) -
Constructor for class javax.management.modelmbean.ModelMBeanOperationInfo
- Constructs a new ModelMBeanOperationInfo object from this ModelMBeanOperation Object.
- ModuleType - class javax.enterprise.deploy.shared.ModuleType.
- Class ModuleTypes defines enumeration values for the J2EE
module types.
- ModuleType(int) -
Constructor for class javax.enterprise.deploy.shared.ModuleType
- Construct a new enumeration value with the given integer value.
- Monitor - class javax.management.monitor.Monitor.
- Defines the common part to all monitor MBeans.
- Monitor() -
Constructor for class javax.management.monitor.Monitor
-
- MonitorMBean - interface javax.management.monitor.MonitorMBean.
- Exposes the remote management interface of monitor MBeans.
- MonitorNotification - class javax.management.monitor.MonitorNotification.
- Provides definitions of the notifications sent by monitor MBeans.
- MonitorSettingException - exception javax.management.monitor.MonitorSettingException.
- Exception thrown by the monitor when a monitor setting becomes invalid while the monitor is running.
- MonitorSettingException() -
Constructor for class javax.management.monitor.MonitorSettingException
- Default constructor.
- MonitorSettingException(String) -
Constructor for class javax.management.monitor.MonitorSettingException
- Constructor that allows an error message to be specified.
- Multipart - class javax.mail.Multipart.
- Multipart is a container that holds multiple body parts.
- Multipart() -
Constructor for class javax.mail.Multipart
- Default constructor.
- MultipartDataSource - interface javax.mail.MultipartDataSource.
- MultipartDataSource is a
DataSource
that contains body
parts. - makeRegistrySpecificRequest(String) -
Method in interface javax.xml.registry.RegistryService
- Takes a String that is an XML request in a registry-specific
format, sends the request to the registry, and returns a String that is
the registry-specific XML response.
- match(MimeType) -
Method in class javax.activation.MimeType
- Determine if the primary and sub type of this object is
the same as what is in the given type.
- match(String) -
Method in class javax.activation.MimeType
- Determine if the primary and sub type of this object is
the same as the content type described in rawdata.
- match(SearchTerm) -
Method in class javax.mail.Message
- Apply the specified Search criterion to this message.
- match(ContentType) -
Method in class javax.mail.internet.ContentType
- Match with the specified ContentType object.
- match(String) -
Method in class javax.mail.internet.ContentType
- Match with the specified content-type string.
- match(Address) -
Method in class javax.mail.search.AddressStringTerm
- Check whether the address pattern specified in the constructor is
a substring of the string representation of the given Address
object.
- match(Address) -
Method in class javax.mail.search.AddressTerm
- Match against the argument Address.
- match(Message) -
Method in class javax.mail.search.AndTerm
- The AND operation.
- match(Message) -
Method in class javax.mail.search.BodyTerm
- The match method.
- match(Date) -
Method in class javax.mail.search.DateTerm
- The date comparison method.
- match(Message) -
Method in class javax.mail.search.FlagTerm
- The comparison method.
- match(Message) -
Method in class javax.mail.search.FromStringTerm
- Check whether the address string specified in the constructor is
a substring of the From address of this Message.
- match(Message) -
Method in class javax.mail.search.FromTerm
- The address comparator.
- match(Message) -
Method in class javax.mail.search.HeaderTerm
- The header match method.
- match(int) -
Method in class javax.mail.search.IntegerComparisonTerm
-
- match(Message) -
Method in class javax.mail.search.MessageIDTerm
- The match method.
- match(Message) -
Method in class javax.mail.search.MessageNumberTerm
- The match method.
- match(Message) -
Method in class javax.mail.search.NotTerm
-
- match(Message) -
Method in class javax.mail.search.OrTerm
- The OR operation.
- match(Message) -
Method in class javax.mail.search.ReceivedDateTerm
- The match method.
- match(Message) -
Method in class javax.mail.search.RecipientStringTerm
- Check whether the address specified in the constructor is
a substring of the recipient address of this Message.
- match(Message) -
Method in class javax.mail.search.RecipientTerm
- The match method.
- match(Message) -
Method in class javax.mail.search.SearchTerm
- This method applies a specific match criterion to the given
message and returns the result.
- match(Message) -
Method in class javax.mail.search.SentDateTerm
- The match method.
- match(Message) -
Method in class javax.mail.search.SizeTerm
- The match method.
- match(String) -
Method in class javax.mail.search.StringTerm
-
- match(Message) -
Method in class javax.mail.search.SubjectTerm
- The match method.
- match(AttributeValueExp, StringValueExp) -
Static method in class javax.management.Query
- Returns a query expression that represents a matching constraint on
a string argument.
- matchManagedConnections(Set, Subject, ConnectionRequestInfo) -
Method in interface javax.resource.spi.ManagedConnectionFactory
- Returns a matched connection from the candidate set of connections.
- message -
Variable in class javax.mail.event.StoreEvent
- The message text to be presented to the user.
- messageChanged(MessageChangedEvent) -
Method in interface javax.mail.event.MessageChangedListener
- Invoked when a message is changed.
- messageDelivered(TransportEvent) -
Method in class javax.mail.event.TransportAdapter
-
- messageDelivered(TransportEvent) -
Method in interface javax.mail.event.TransportListener
- Invoked when a Message is succesfully delivered.
- messageNotDelivered(TransportEvent) -
Method in class javax.mail.event.TransportAdapter
-
- messageNotDelivered(TransportEvent) -
Method in interface javax.mail.event.TransportListener
- Invoked when a Message is not delivered.
- messagePartiallyDelivered(TransportEvent) -
Method in class javax.mail.event.TransportAdapter
-
- messagePartiallyDelivered(TransportEvent) -
Method in interface javax.mail.event.TransportListener
- Invoked when a Message is partially delivered.
- messagesAdded(MessageCountEvent) -
Method in class javax.mail.event.MessageCountAdapter
-
- messagesAdded(MessageCountEvent) -
Method in interface javax.mail.event.MessageCountListener
- Invoked when messages are added into a folder.
- messagesRemoved(MessageCountEvent) -
Method in class javax.mail.event.MessageCountAdapter
-
- messagesRemoved(MessageCountEvent) -
Method in interface javax.mail.event.MessageCountListener
- Invoked when messages are removed (expunged) from a folder.
- mimeCharset(String) -
Static method in class javax.mail.internet.MimeUtility
- Convert a java charset into its MIME charset name.
- minus(ValueExp, ValueExp) -
Static method in class javax.management.Query
- Returns a binary expression representing the difference between two numeric
values.
- mode -
Variable in class javax.mail.Folder
- The open mode of this folder.
- modified -
Variable in class javax.mail.internet.MimeMessage
- A flag indicating whether the message has been modified.
- msg -
Variable in class javax.mail.event.MessageChangedEvent
- The message that changed.
- msg -
Variable in class javax.mail.event.TransportEvent
-
- msgnum -
Variable in class javax.mail.Message
- The number of this message within its folder, or zero if
the message was not retrieved from a folder.
- msgs -
Variable in class javax.mail.event.MessageCountEvent
- The messages.
N
- NE -
Static variable in class javax.mail.search.ComparisonTerm
-
- NESTED -
Static variable in class javax.servlet.jsp.tagext.VariableInfo
- Scope information that scripting variable is visible only within the
start/end tags.
- NEWSGROUPS -
Static variable in class javax.mail.internet.MimeMessage.RecipientType
- The "Newsgroup" (Usenet news) recipients.
- NON_PERSISTENT -
Static variable in interface javax.jms.DeliveryMode
- This is the lowest-overhead delivery mode because it does not require
that the message be logged to stable storage.
- NOTICE -
Static variable in class javax.mail.event.StoreEvent
- Indicates that this message is a NOTICE.
- NO_BUFFER -
Static variable in class javax.servlet.jsp.JspWriter
- Constant indicating that the Writer is not buffering output.
- NO_ROLE_WITH_NAME -
Static variable in class javax.management.relation.RoleStatus
- Problem type when trying to access an unknown role.
- NSPREFIX_SCHEMA_XSD -
Static variable in class javax.xml.rpc.NamespaceConstants
- Namespace prefix for XML schema XSD
- NSPREFIX_SCHEMA_XSI -
Static variable in class javax.xml.rpc.NamespaceConstants
- Namespace prefix for XML Schema XSI
- NSPREFIX_SOAP_ENCODING -
Static variable in class javax.xml.rpc.NamespaceConstants
- Namespace prefix for SOAP Encoding
- NSPREFIX_SOAP_ENVELOPE -
Static variable in class javax.xml.rpc.NamespaceConstants
- Namespace prefix for SOAP Envelope
- NSURI_SCHEMA_XSD -
Static variable in class javax.xml.rpc.NamespaceConstants
- Namespace URI for XML Schema XSD
- NSURI_SCHEMA_XSI -
Static variable in class javax.xml.rpc.NamespaceConstants
- Namespace URI for XML Schema XSI
- NSURI_SOAP_ENCODING -
Static variable in class javax.xml.rpc.NamespaceConstants
- Nameapace URI for SOAP 1.1 Encoding
- NSURI_SOAP_ENVELOPE -
Static variable in class javax.xml.rpc.NamespaceConstants
- Nameapace URI for SOAP 1.1 Envelope
- NSURI_SOAP_NEXT_ACTOR -
Static variable in class javax.xml.rpc.NamespaceConstants
- Nameapace URI for SOAP 1.1 next actor role
- Name - interface javax.xml.soap.Name.
- A representation of an XML name.
- NamespaceConstants - class javax.xml.rpc.NamespaceConstants.
- Constants used in JAX-RPC for namespace prefixes and URIs
- NamespaceConstants() -
Constructor for class javax.xml.rpc.NamespaceConstants
-
- NewsAddress - class javax.mail.internet.NewsAddress.
- This class models an RFC1036 newsgroup address.
- NewsAddress() -
Constructor for class javax.mail.internet.NewsAddress
- Default constructor.
- NewsAddress(String) -
Constructor for class javax.mail.internet.NewsAddress
- Construct a NewsAddress with the given newsgroup.
- NewsAddress(String, String) -
Constructor for class javax.mail.internet.NewsAddress
- Construct a NewsAddress with the given newsgroup and host.
- NoSuchEntityException - exception javax.ejb.NoSuchEntityException.
- The NoSuchEntityException exception is thrown by an Entity Bean
instance to its container to report that the invoked business method
or callback method could not be completed because of the underlying
entity was removed from the database.
- NoSuchEntityException() -
Constructor for class javax.ejb.NoSuchEntityException
- Constructs a NoSuchEntityException with no detail message.
- NoSuchEntityException(String) -
Constructor for class javax.ejb.NoSuchEntityException
- Constructs a NoSuchEntityException with the specified
detailed message.
- NoSuchEntityException(Exception) -
Constructor for class javax.ejb.NoSuchEntityException
- Constructs a NoSuchEntityException that embeds the originally
thrown exception.
- NoSuchObjectLocalException - exception javax.ejb.NoSuchObjectLocalException.
- A NoSuchObjectLocalException is thrown if an attempt is made to invoke
a method on an object that no longer exists.
- NoSuchObjectLocalException() -
Constructor for class javax.ejb.NoSuchObjectLocalException
- Constructs a NoSuchObjectLocalException with no detail message.
- NoSuchObjectLocalException(String) -
Constructor for class javax.ejb.NoSuchObjectLocalException
- Constructs a NoSuchObjectLocalException with the specified
detail message.
- NoSuchObjectLocalException(String, Exception) -
Constructor for class javax.ejb.NoSuchObjectLocalException
- Constructs a NoSuchObjectLocalException with the specified
detail message and a nested exception.
- NoSuchProviderException - exception javax.mail.NoSuchProviderException.
- This exception is thrown when Session attempts to instantiate a
Provider that doesn't exist.
- NoSuchProviderException() -
Constructor for class javax.mail.NoSuchProviderException
- Constructor.
- NoSuchProviderException(String) -
Constructor for class javax.mail.NoSuchProviderException
- Constructor.
- Node - interface javax.xml.soap.Node.
- A representation of a node (element) in an XML document.
- NotCompliantMBeanException - exception javax.management.NotCompliantMBeanException.
- Exception which occurs when trying to register an object in the MBean server that is not a JMX compliant MBean.
- NotCompliantMBeanException() -
Constructor for class javax.management.NotCompliantMBeanException
- Default constructor.
- NotCompliantMBeanException(String) -
Constructor for class javax.management.NotCompliantMBeanException
- Constructor that allows a specific error message to be specified.
- NotSupportedException - exception javax.resource.NotSupportedException.
- A
NotSupportedException
is thrown to indicate that
callee (resource adapter
or application server for system contracts) cannot execute an operation
because the operation is not a supported feature. - NotSupportedException() -
Constructor for class javax.resource.NotSupportedException
- Constructs a new instance with null as its detail message.
- NotSupportedException(String) -
Constructor for class javax.resource.NotSupportedException
- Constructs a new instance with the specified detail message.
- NotSupportedException(Throwable) -
Constructor for class javax.resource.NotSupportedException
- Constructs a new throwable with the specified cause.
- NotSupportedException(String, Throwable) -
Constructor for class javax.resource.NotSupportedException
- Constructs a new throwable with the specified detail message and cause.
- NotSupportedException(String, String) -
Constructor for class javax.resource.NotSupportedException
- Constructs a new throwable with the specified detail message and
error code.
- NotSupportedException - exception javax.transaction.NotSupportedException.
- NotSupportedException exception indicates that the request cannot be
executed because the operation is not a supported feature.
- NotSupportedException() -
Constructor for class javax.transaction.NotSupportedException
-
- NotSupportedException(String) -
Constructor for class javax.transaction.NotSupportedException
-
- NotTerm - class javax.mail.search.NotTerm.
- This class implements the logical NEGATION operator.
- NotTerm(SearchTerm) -
Constructor for class javax.mail.search.NotTerm
-
- Notification - class javax.management.Notification.
- The Notification class represents a notification emitted by an
MBean.
- Notification(String, Object, long) -
Constructor for class javax.management.Notification
- Creates a Notification object.
- Notification(String, Object, long, String) -
Constructor for class javax.management.Notification
- Creates a Notification object.
- Notification(String, Object, long, long) -
Constructor for class javax.management.Notification
- Creates a Notification object.
- Notification(String, Object, long, long, String) -
Constructor for class javax.management.Notification
- Creates a Notification object.
- NotificationBroadcaster - interface javax.management.NotificationBroadcaster.
- Interface implemented by an MBean that emits Notifications.
- NotificationBroadcasterSupport - class javax.management.NotificationBroadcasterSupport.
- Provides an implementation of
NotificationEmitter
interface. - NotificationBroadcasterSupport() -
Constructor for class javax.management.NotificationBroadcasterSupport
-
- NotificationEmitter - interface javax.management.NotificationEmitter.
- Interface implemented by an MBean that emits Notifications.
- NotificationFilter - interface javax.management.NotificationFilter.
- To be implemented by a any class acting as a notification filter.
- NotificationFilterSupport - class javax.management.NotificationFilterSupport.
- Provides an implementation of the
NotificationFilter
interface.
- NotificationFilterSupport() -
Constructor for class javax.management.NotificationFilterSupport
-
- NotificationListener - interface javax.management.NotificationListener.
- Should be implemented by an object that wants to receive notifications.
- name -
Variable in class javax.management.MBeanFeatureInfo
- The name of the feature.
- newDocument() -
Method in class javax.xml.parsers.DocumentBuilder
- Obtain a new instance of a DOM
Document
object
to build a DOM tree with.
- newDocumentBuilder() -
Method in class javax.xml.parsers.DocumentBuilderFactory
- Creates a new instance of a
DocumentBuilder
using the currently configured parameters.
- newFolder -
Variable in class javax.mail.event.FolderEvent
- The folder that represents the new name, in case of a RENAMED event.
- newInstance() -
Static method in class javax.xml.parsers.DocumentBuilderFactory
- Obtain a new instance of a
DocumentBuilderFactory
.
- newInstance() -
Static method in class javax.xml.parsers.SAXParserFactory
- Obtain a new instance of a
SAXParserFactory
.
- newInstance() -
Static method in class javax.xml.registry.ConnectionFactory
- Creates a default
ConnectionFactory
object.
- newInstance() -
Static method in class javax.xml.rpc.ServiceFactory
- Gets an instance of the
ServiceFactory
Only one copy of a factory exists and is returned to the
application each time this method is called.
- newInstance() -
Static method in class javax.xml.soap.MessageFactory
- Creates a new
MessageFactory
object that is an instance
of the default implementation.
- newInstance() -
Static method in class javax.xml.soap.SOAPConnectionFactory
- Creates an instance of the default
SOAPConnectionFactory
object.
- newInstance() -
Static method in class javax.xml.soap.SOAPElementFactory
- Deprecated. Creates a new instance of
SOAPElementFactory
.
- newInstance() -
Static method in class javax.xml.soap.SOAPFactory
- Creates a new instance of
SOAPFactory
.
- newInstance() -
Static method in class javax.xml.transform.TransformerFactory
- Obtain a new instance of a
TransformerFactory
.
- newLine() -
Method in class javax.servlet.jsp.JspWriter
- Write a line separator.
- newMBeanServer(String, MBeanServer, MBeanServerDelegate) -
Method in class javax.management.MBeanServerBuilder
- This method creates a new MBeanServer implementation object.
- newMBeanServer() -
Static method in class javax.management.MBeanServerFactory
- Return a new object implementing the MBeanServer interface
with a standard default domain name, without keeping an
internal reference to this new object.
- newMBeanServer(String) -
Static method in class javax.management.MBeanServerFactory
- Return a new object implementing the MBeanServer interface
with the specified default domain name, without keeping an
internal reference to this new object.
- newMBeanServerDelegate() -
Method in class javax.management.MBeanServerBuilder
- This method creates a new MBeanServerDelegate for a new MBeanServer.
- newPermissionCollection() -
Method in class javax.management.MBeanServerPermission
-
- newProxyInstance(MBeanServerConnection, ObjectName, Class, boolean) -
Static method in class javax.management.MBeanServerInvocationHandler
- Return a proxy that implements the given interface by
forwarding its methods through the given MBean server to the
named MBean.
- newSAXParser() -
Method in class javax.xml.parsers.SAXParserFactory
- Creates a new instance of a SAXParser using the currently
configured factory parameters.
- newStream(long, long) -
Method in interface javax.mail.internet.SharedInputStream
- Return a new InputStream representing a subset of the data
from this InputStream, starting at
start
(inclusive)
up to end
(exclusive).
- newTemplates(Source) -
Method in class javax.xml.transform.TransformerFactory
- Process the Source into a Templates object, which is a
a compiled representation of the source.
- newTemplatesHandler() -
Method in class javax.xml.transform.sax.SAXTransformerFactory
- Get a TemplatesHandler object that can process SAX
ContentHandler events into a Templates object.
- newTransformer() -
Method in interface javax.xml.transform.Templates
- Create a new transformation context for this Templates object.
- newTransformer(Source) -
Method in class javax.xml.transform.TransformerFactory
- Process the Source into a Transformer object.
- newTransformer() -
Method in class javax.xml.transform.TransformerFactory
- Create a new Transformer object that performs a copy
of the source to the result.
- newTransformerHandler(Source) -
Method in class javax.xml.transform.sax.SAXTransformerFactory
- Get a TransformerHandler object that can process SAX
ContentHandler events into a Result, based on the transformation
instructions specified by the argument.
- newTransformerHandler(Templates) -
Method in class javax.xml.transform.sax.SAXTransformerFactory
- Get a TransformerHandler object that can process SAX
ContentHandler events into a Result, based on the Templates argument.
- newTransformerHandler() -
Method in class javax.xml.transform.sax.SAXTransformerFactory
- Get a TransformerHandler object that can process SAX
ContentHandler events into a Result.
- newXMLFilter(Source) -
Method in class javax.xml.transform.sax.SAXTransformerFactory
- Create an XMLFilter that uses the given Source as the
transformation instructions.
- newXMLFilter(Templates) -
Method in class javax.xml.transform.sax.SAXTransformerFactory
- Create an XMLFilter, based on the Templates argument..
- newsgroup -
Variable in class javax.mail.internet.NewsAddress
-
- next() -
Method in class javax.mail.internet.HeaderTokenizer
- Parses the next token from this String.
- normalizeMimeType(String) -
Method in class javax.activation.ActivationDataFlavor
- Called for each MIME type string to give DataFlavor subtypes the
opportunity to change how the normalization of MIME types is
accomplished.
- normalizeMimeTypeParameter(String, String) -
Method in class javax.activation.ActivationDataFlavor
- Called on DataFlavor for every MIME Type parameter to allow DataFlavor
subclasses to handle special parameters like the text/plain charset
parameters, whose values are case insensitive.
- not(QueryExp) -
Static method in class javax.management.Query
- Returns a constraint that is the negation of its argument.
- notification(StoreEvent) -
Method in interface javax.mail.event.StoreListener
- Invoked when the Store generates a notification event.
- notifyConnectionListeners(int) -
Method in class javax.mail.Folder
- Notify all ConnectionListeners.
- notifyConnectionListeners(int) -
Method in class javax.mail.Service
- Notify all ConnectionListeners.
- notifyDDChange(XpathEvent) -
Method in interface javax.enterprise.deploy.spi.DConfigBean
- A notification that the DDBean provided in the
event has changed and this bean or its child beans need
to reevaluate themselves.
- notifyFolderListeners(int) -
Method in class javax.mail.Folder
- Notify all FolderListeners registered on this Folder and
this folder's Store.
- notifyFolderListeners(int, Folder) -
Method in class javax.mail.Store
- Notify all FolderListeners.
- notifyFolderRenamedListeners(Folder) -
Method in class javax.mail.Folder
- Notify all FolderListeners registered on this Folder and
this folder's Store about the renaming of this folder.
- notifyFolderRenamedListeners(Folder, Folder) -
Method in class javax.mail.Store
- Notify all FolderListeners about the renaming of a folder.
- notifyMessageAddedListeners(Message[]) -
Method in class javax.mail.Folder
- Notify all MessageCountListeners about the addition of messages
into this folder.
- notifyMessageChangedListeners(int, Message) -
Method in class javax.mail.Folder
- Notify all MessageChangedListeners.
- notifyMessageRemovedListeners(boolean, Message[]) -
Method in class javax.mail.Folder
- Notify all MessageCountListeners about the removal of messages
from this Folder.
- notifyStoreListeners(int, String) -
Method in class javax.mail.Store
- Notify all StoreListeners.
- notifyTransportListeners(int, Address[], Address[], Address[], Message) -
Method in class javax.mail.Transport
- Notify all TransportListeners.
- number -
Variable in class javax.mail.search.IntegerComparisonTerm
- The number.
O
- OBJECTNAME -
Static variable in class javax.management.openmbean.SimpleType
- The
SimpleType
instance describing values whose
Java class name is javax.management.ObjectName
.
- OBSERVED_ATTRIBUTE_ERROR -
Static variable in class javax.management.monitor.MonitorNotification
- Notification type denoting that the observed attribute is not contained in the observed object.
- OBSERVED_ATTRIBUTE_ERROR_NOTIFIED -
Static variable in class javax.management.monitor.Monitor
- Flag denoting that a notification has occurred after changing the observed attribute.
- OBSERVED_ATTRIBUTE_TYPE_ERROR -
Static variable in class javax.management.monitor.MonitorNotification
- Notification type denoting that the type of the observed attribute is not correct.
- OBSERVED_ATTRIBUTE_TYPE_ERROR_NOTIFIED -
Static variable in class javax.management.monitor.Monitor
- Flag denoting that a notification has occurred after changing the observed object or the observed attribute.
- OBSERVED_OBJECT_ERROR -
Static variable in class javax.management.monitor.MonitorNotification
- Notification type denoting that the observed object is not registered in the MBean server.
- OBSERVED_OBJECT_ERROR_NOTIFIED -
Static variable in class javax.management.monitor.Monitor
- Flag denoting that a notification has occurred after changing the observed object.
- OMIT_XML_DECLARATION -
Static variable in class javax.xml.transform.OutputKeys
- omit-xml-declaration = "yes" | "no".
- ONE_DAY -
Static variable in class javax.management.timer.Timer
- Number of milliseconds in one day.
- ONE_HOUR -
Static variable in class javax.management.timer.Timer
- Number of milliseconds in one hour.
- ONE_MINUTE -
Static variable in class javax.management.timer.Timer
- Number of milliseconds in one minute.
- ONE_SECOND -
Static variable in class javax.management.timer.Timer
- Number of milliseconds in one second.
- ONE_WEEK -
Static variable in class javax.management.timer.Timer
- Number of milliseconds in one week.
- OPENED -
Static variable in class javax.mail.event.ConnectionEvent
- A connection was opened.
- OPERATION_STYLE_PROPERTY -
Static variable in interface javax.xml.rpc.Call
- Standard property for operation style.
- OPERATOR_SLOT -
Static variable in interface javax.xml.registry.infomodel.Slot
- Name for pre-defined Slot used in Organization and ClassificationScheme by JAXR UDDI provider.
- ORGANIZATION -
Static variable in interface javax.xml.registry.LifeCycleManager
-
- OR_ALL_KEYS -
Static variable in interface javax.xml.registry.FindQualifier
-
- OR_LIKE_KEYS -
Static variable in interface javax.xml.registry.FindQualifier
-
- OUT -
Static variable in class javax.servlet.jsp.PageContext
- Name used to store current JspWriter in PageContext name table.
- OUT -
Static variable in class javax.xml.rpc.ParameterMode
- OUT mode for parameter passing
- ObjectHolder - class javax.xml.rpc.holders.ObjectHolder.
-
- ObjectHolder() -
Constructor for class javax.xml.rpc.holders.ObjectHolder
-
- ObjectHolder(Object) -
Constructor for class javax.xml.rpc.holders.ObjectHolder
-
- ObjectInstance - class javax.management.ObjectInstance.
- Used to represent the object name of an MBean and its class name.
- ObjectInstance(String, String) -
Constructor for class javax.management.ObjectInstance
- Allows an object instance to be created given a string representation of
an object name and the full class name, including the package name.
- ObjectInstance(ObjectName, String) -
Constructor for class javax.management.ObjectInstance
- Allows an object instance to be created given an object name and
the full class name, including the package name.
- ObjectMessage - interface javax.jms.ObjectMessage.
- An
ObjectMessage
object is used to send a message that contains
a serializable object in the Java programming language ("Java object").
- ObjectName - class javax.management.ObjectName.
- Represents the object name of an MBean, or a pattern that can
match the names of several MBeans.
- ObjectName(String) -
Constructor for class javax.management.ObjectName
- Construct an object name from the given string.
- ObjectName(String, String, String) -
Constructor for class javax.management.ObjectName
- Construct an object name with exactly one key property.
- ObjectName(String, Hashtable) -
Constructor for class javax.management.ObjectName
- Construct an object name with several key properties from a Hashtable.
- ObjectNotFoundException - exception javax.ejb.ObjectNotFoundException.
- The ObjectNotFoundException exception is thrown by a finder method to
indicate that the specified EJB object does not exist.
- ObjectNotFoundException() -
Constructor for class javax.ejb.ObjectNotFoundException
- Constructs an ObjectNotFoundException with no detail message.
- ObjectNotFoundException(String) -
Constructor for class javax.ejb.ObjectNotFoundException
- Constructs an ObjectNotFoundException with the specified
detail message.
- OpenDataException - exception javax.management.openmbean.OpenDataException.
- This checked exception is thrown when an open type, an open data or an open MBean metadata info instance
could not be constructed because one or more validity constraints were not met.
- OpenDataException() -
Constructor for class javax.management.openmbean.OpenDataException
- An OpenDataException with no detail message.
- OpenDataException(String) -
Constructor for class javax.management.openmbean.OpenDataException
- An OpenDataException with a detail message.
- OpenMBeanAttributeInfo - interface javax.management.openmbean.OpenMBeanAttributeInfo.
- Describes an attribute of an open MBean.
- OpenMBeanAttributeInfoSupport - class javax.management.openmbean.OpenMBeanAttributeInfoSupport.
- Describes an attribute of an open MBean.
- OpenMBeanAttributeInfoSupport(String, String, OpenType, boolean, boolean, boolean) -
Constructor for class javax.management.openmbean.OpenMBeanAttributeInfoSupport
- Constructs an OpenMBeanAttributeInfoSupport instance, which describes the attribute of an open MBean
with the specified name, openType and description,
and the specified read/write access properties.
- OpenMBeanAttributeInfoSupport(String, String, OpenType, boolean, boolean, boolean, Object) -
Constructor for class javax.management.openmbean.OpenMBeanAttributeInfoSupport
- Constructs an OpenMBeanAttributeInfoSupport instance, which describes the attribute of an open MBean
with the specified name, openType, description and defaultValue,
and the specified read/write access properties.
- OpenMBeanAttributeInfoSupport(String, String, OpenType, boolean, boolean, boolean, Object, Object[]) -
Constructor for class javax.management.openmbean.OpenMBeanAttributeInfoSupport
- Constructs an OpenMBeanAttributeInfoSupport instance, which describes the attribute of an open MBean
with the specified name, openType, description,
defaultValue and legalValues,
and the specified read/write access properties.
- OpenMBeanAttributeInfoSupport(String, String, OpenType, boolean, boolean, boolean, Object, Comparable, Comparable) -
Constructor for class javax.management.openmbean.OpenMBeanAttributeInfoSupport
- Constructs an OpenMBeanAttributeInfoSupport instance, which describes the attribute
used in one or more operations or constructors of a class of open MBeans,
with the specified name, openType, description,
defaultValue, minValue and maxValue.
- OpenMBeanConstructorInfo - interface javax.management.openmbean.OpenMBeanConstructorInfo.
- Describes a constructor of an Open MBean.
- OpenMBeanConstructorInfoSupport - class javax.management.openmbean.OpenMBeanConstructorInfoSupport.
- Describes a constructor of an Open MBean.
- OpenMBeanConstructorInfoSupport(String, String, OpenMBeanParameterInfo[]) -
Constructor for class javax.management.openmbean.OpenMBeanConstructorInfoSupport
- Constructs an OpenMBeanConstructorInfoSupport instance, which describes the constructor
of a class of open MBeans with the specified name, description and signature.
- OpenMBeanInfo - interface javax.management.openmbean.OpenMBeanInfo.
- Describes an Open MBean: an Open MBean is recognized as such if
its
getMBeanInfo()
method returns an instance of a class which
implements the OpenMBeanInfo
interface, typically OpenMBeanInfoSupport
. - OpenMBeanInfoSupport - class javax.management.openmbean.OpenMBeanInfoSupport.
- The OpenMBeanInfoSupport class describes the management information of an open MBean:
it is a subclass of
MBeanInfo
, and it implements the OpenMBeanInfo
interface.
- OpenMBeanInfoSupport(String, String, OpenMBeanAttributeInfo[], OpenMBeanConstructorInfo[], OpenMBeanOperationInfo[], MBeanNotificationInfo[]) -
Constructor for class javax.management.openmbean.OpenMBeanInfoSupport
- Constructs an OpenMBeanInfoSupport instance,
which describes a class of open MBeans with the specified
className, description, openAttributes,
openConstructors , openOperations and notifications.
- OpenMBeanOperationInfo - interface javax.management.openmbean.OpenMBeanOperationInfo.
- Describes an operation of an Open MBean.
- OpenMBeanOperationInfoSupport - class javax.management.openmbean.OpenMBeanOperationInfoSupport.
- Describes an operation of an Open MBean.
- OpenMBeanOperationInfoSupport(String, String, OpenMBeanParameterInfo[], OpenType, int) -
Constructor for class javax.management.openmbean.OpenMBeanOperationInfoSupport
- Constructs an OpenMBeanOperationInfoSupport instance, which describes the operation
of a class of open MBeans, with the specified
name, description, signature, returnOpenType and impact.
- OpenMBeanParameterInfo - interface javax.management.openmbean.OpenMBeanParameterInfo.
- Describes a parameter used in one or more operations or
constructors of an open MBean.
- OpenMBeanParameterInfoSupport - class javax.management.openmbean.OpenMBeanParameterInfoSupport.
- Describes a parameter used in one or more operations or constructors of an open MBean.
- OpenMBeanParameterInfoSupport(String, String, OpenType) -
Constructor for class javax.management.openmbean.OpenMBeanParameterInfoSupport
- Constructs an OpenMBeanParameterInfoSupport instance, which describes the parameter
used in one or more operations or constructors of a class of open MBeans,
with the specified name, openType and description.
- OpenMBeanParameterInfoSupport(String, String, OpenType, Object) -
Constructor for class javax.management.openmbean.OpenMBeanParameterInfoSupport
- Constructs an OpenMBeanParameterInfoSupport instance, which describes the parameter
used in one or more operations or constructors of a class of open MBeans,
with the specified name, openType, description and defaultValue.
- OpenMBeanParameterInfoSupport(String, String, OpenType, Object, Object[]) -
Constructor for class javax.management.openmbean.OpenMBeanParameterInfoSupport
- Constructs an OpenMBeanParameterInfoSupport instance, which describes the parameter
used in one or more operations or constructors of a class of open MBeans,
with the specified name, openType, description,
defaultValue and legalValues.
- OpenMBeanParameterInfoSupport(String, String, OpenType, Object, Comparable, Comparable) -
Constructor for class javax.management.openmbean.OpenMBeanParameterInfoSupport
- Constructs an OpenMBeanParameterInfoSupport instance, which describes the parameter
used in one or more operations or constructors of a class of open MBeans,
with the specified name, openType, description,
defaultValue, minValue and maxValue.
- OpenType - class javax.management.openmbean.OpenType.
- The
OpenType
class is the parent abstract class of all classes which describe the actual open type
of open data values.
- OpenType(String, String, String) -
Constructor for class javax.management.openmbean.OpenType
- Constructs an
OpenType
instance (actually a subclass instance as OpenType
is abstract),
checking for the validity of the given parameters.
- OperationUnsupportedException - exception javax.enterprise.deploy.spi.exceptions.OperationUnsupportedException.
- This exception is to report that the method
called is not supported by this implementation.
- OperationUnsupportedException(String) -
Constructor for class javax.enterprise.deploy.spi.exceptions.OperationUnsupportedException
- Creates an new OperationUnsupportedException object.
- OperationsException - exception javax.management.OperationsException.
- Represents exceptions thrown in the MBean server when performing operations
on MBeans.
- OperationsException() -
Constructor for class javax.management.OperationsException
- Default constructor.
- OperationsException(String) -
Constructor for class javax.management.OperationsException
- Constructor that allows a specific error message to be specified.
- OrTerm - class javax.mail.search.OrTerm.
- This class implements the logical OR operator on individual SearchTerms.
- OrTerm(SearchTerm, SearchTerm) -
Constructor for class javax.mail.search.OrTerm
- Constructor that takes two operands.
- OrTerm(SearchTerm[]) -
Constructor for class javax.mail.search.OrTerm
- Constructor that takes an array of SearchTerms.
- Organization - interface javax.xml.registry.infomodel.Organization.
- Organization instances provide information on organizations such as a Submitting Organization.
- OutputKeys - class javax.xml.transform.OutputKeys.
- Provides string constants that can be used to set
output properties for a Transformer, or to retrieve
output properties from a Transformer or Templates object.
- onException(JMSException) -
Method in interface javax.jms.ExceptionListener
- Notifies user of a JMS exception.
- onMessage(Message) -
Method in interface javax.jms.MessageListener
- Passes a message to the listener.
- onMessage(Record) -
Method in interface javax.resource.cci.MessageListener
- This method allows an EIS to call a message endpoint using a
request-response style communication.
- open(int) -
Method in class javax.mail.Folder
- Open this Folder.
- opened(ConnectionEvent) -
Method in class javax.mail.event.ConnectionAdapter
-
- opened(ConnectionEvent) -
Method in interface javax.mail.event.ConnectionListener
- Invoked when a Store/Folder/Transport is opened.
- or(QueryExp, QueryExp) -
Static method in class javax.management.Query
- Returns a query expression that is the disjunction of two other query
expressions.
- othersDeletesAreVisible(int) -
Method in interface javax.resource.cci.ResultSetInfo
- Indicates whether deletes made by others are visible.
- othersInsertsAreVisible(int) -
Method in interface javax.resource.cci.ResultSetInfo
- Indicates whether inserts made by others are visible.
- othersUpdatesAreVisible(int) -
Method in interface javax.resource.cci.ResultSetInfo
- Indicates whether updates made by others are visible.
- ownDeletesAreVisible(int) -
Method in interface javax.resource.cci.ResultSetInfo
-
- ownInsertsAreVisible(int) -
Method in interface javax.resource.cci.ResultSetInfo
-
- ownUpdatesAreVisible(int) -
Method in interface javax.resource.cci.ResultSetInfo
-
P
- PAGE -
Static variable in class javax.servlet.jsp.PageContext
- Name used to store the Servlet in this PageContext's nametables.
- PAGECONTEXT -
Static variable in class javax.servlet.jsp.PageContext
- Name used to store this PageContext in it's own name table.
- PAGE_SCOPE -
Static variable in class javax.servlet.jsp.PageContext
- Page scope: (this is the default) the named reference remains available
in this PageContext until the return from the current Servlet.service()
invocation.
- PASSWORD_PROPERTY -
Static variable in interface javax.xml.rpc.Call
- Standard property: Password for authentication
Type:
java.lang.String
- PASSWORD_PROPERTY -
Static variable in interface javax.xml.rpc.Stub
- Standard property: Password for authentication.
- PERSISTENT -
Static variable in interface javax.jms.DeliveryMode
- This delivery mode instructs the JMS provider to log the message to stable
storage as part of the client's send operation.
- PERSON_NAME -
Static variable in interface javax.xml.registry.LifeCycleManager
-
- PI_DISABLE_OUTPUT_ESCAPING -
Static variable in interface javax.xml.transform.Result
- The name of the processing instruction that is sent if the
result tree disables output escaping.
- PI_ENABLE_OUTPUT_ESCAPING -
Static variable in interface javax.xml.transform.Result
- The name of the processing instruction that is sent
if the result tree enables output escaping at some point after having
received a PI_DISABLE_OUTPUT_ESCAPING processing instruction.
- PLUS -
Static variable in class javax.management.Query
- A code representing the
Query.plus(javax.management.ValueExp, javax.management.ValueExp)
expression.
- POSTAL_ADDRESS -
Static variable in interface javax.xml.registry.LifeCycleManager
-
- PageContext - class javax.servlet.jsp.PageContext.
-
PageContext extends JspContext to provide useful context information for
when JSP technology is used in a Servlet environment.
- PageContext() -
Constructor for class javax.servlet.jsp.PageContext
- Sole constructor.
- PageData - class javax.servlet.jsp.tagext.PageData.
- Translation-time information on a JSP page.
- PageData() -
Constructor for class javax.servlet.jsp.tagext.PageData
- Sole constructor.
- ParameterList - class javax.mail.internet.ParameterList.
- This class holds MIME parameters (attribute-value pairs).
- ParameterList() -
Constructor for class javax.mail.internet.ParameterList
- No-arg Constructor.
- ParameterList(String) -
Constructor for class javax.mail.internet.ParameterList
- Constructor that takes a parameter-list string.
- ParameterMode - class javax.xml.rpc.ParameterMode.
- The
javax.xml.rpc.ParameterMode
is a type-safe
enumeration for parameter mode. - ParseException - exception javax.mail.internet.ParseException.
- The exception thrown due to an error in parsing RFC822
or MIME headers
- ParseException() -
Constructor for class javax.mail.internet.ParseException
- Constructs a ParseException with no detail message.
- ParseException(String) -
Constructor for class javax.mail.internet.ParseException
- Constructs a ParseException with the specified detail message.
- ParserConfigurationException - exception javax.xml.parsers.ParserConfigurationException.
- Indicates a serious configuration error.
- ParserConfigurationException() -
Constructor for class javax.xml.parsers.ParserConfigurationException
- Create a new
ParserConfigurationException
with no
detail mesage.
- ParserConfigurationException(String) -
Constructor for class javax.xml.parsers.ParserConfigurationException
- Create a new
ParserConfigurationException
with
the String
specified as an error message.
- Part - interface javax.mail.Part.
- The
Part
interface is the common base interface for
Messages and BodyParts. - PasswordAuthentication - class javax.mail.PasswordAuthentication.
- The class PasswordAuthentication is a data holder that is used by
Authenticator.
- PasswordAuthentication(String, String) -
Constructor for class javax.mail.PasswordAuthentication
- Initialize a new PasswordAuthentication
- PasswordCredential - class javax.resource.spi.security.PasswordCredential.
- The class PasswordCredential acts as a holder for username and
password.
- PasswordCredential(String, char[]) -
Constructor for class javax.resource.spi.security.PasswordCredential
- Creates a new
PasswordCredential
object from the given
user name and password.
- PersistentMBean - interface javax.management.PersistentMBean.
- This class is the interface to be implemented by MBeans that are meant to be
persistent.
- PersonName - interface javax.xml.registry.infomodel.PersonName.
- Represents a person's name.
- PolicyConfiguration - interface javax.security.jacc.PolicyConfiguration.
- The methods of this interface are used by containers to
create policy statements in a Policy provider.
- PolicyConfigurationFactory - class javax.security.jacc.PolicyConfigurationFactory.
- Abstract factory and finder class for obtaining
the instance of the class that implements the PolicyConfigurationFactory
of a provider.
- PolicyConfigurationFactory() -
Constructor for class javax.security.jacc.PolicyConfigurationFactory
-
- PolicyContext - class javax.security.jacc.PolicyContext.
- This utility class is used by containers to communicate policy context
identifiers and other policy relevant context to
Policy
providers. - PolicyContextException - exception javax.security.jacc.PolicyContextException.
- This checked exception is thrown by implementations of the
javax.security.jacc.PolicyConfiguration
Interface, the
javax.security.jacc.PolicyConfigurationFactory
abstract class,
the javax.security.jacc.PolicyContext
utility class, and
implementations of the
javax.security.jacc.PolicyContextException
Interface.
- PolicyContextException() -
Constructor for class javax.security.jacc.PolicyContextException
- Constructs a new PolicyContextException with
null
as its detail message.
- PolicyContextException(String) -
Constructor for class javax.security.jacc.PolicyContextException
- Constructs a new PolicyContextException with the specified detail message
- PolicyContextException(String, Throwable) -
Constructor for class javax.security.jacc.PolicyContextException
- Constructs a new PolicyContextException with the specified detail message
and cause.
- PolicyContextException(Throwable) -
Constructor for class javax.security.jacc.PolicyContextException
- Constructs a new PolicyContextException with the specified cause.
- PolicyContextHandler - interface javax.security.jacc.PolicyContextHandler.
- This interface defines the methods that must be implemented by handlers
that are to be registered and activated by the
PolicyContext
class. - PostalAddress - interface javax.xml.registry.infomodel.PostalAddress.
- PostalAddress is a simple re-usable entity class that defines attributes of a postal Address.
- PrivateClassLoader - interface javax.management.loading.PrivateClassLoader.
- Marker interface indicating that a ClassLoader should not be added
to the
ClassLoaderRepository
. - PrivateMLet - class javax.management.loading.PrivateMLet.
- An MLet that is not added to the
ClassLoaderRepository
.
- PrivateMLet(URL[], boolean) -
Constructor for class javax.management.loading.PrivateMLet
- Constructs a new PrivateMLet for the specified URLs using the
default delegation parent ClassLoader.
- PrivateMLet(URL[], ClassLoader, boolean) -
Constructor for class javax.management.loading.PrivateMLet
- Constructs a new PrivateMLet for the given URLs.
- PrivateMLet(URL[], ClassLoader, URLStreamHandlerFactory, boolean) -
Constructor for class javax.management.loading.PrivateMLet
- Constructs a new PrivateMLet for the specified URLs, parent
class loader, and URLStreamHandlerFactory.
- ProgressEvent - class javax.enterprise.deploy.spi.status.ProgressEvent.
- An event which indicates that a deployment
status change has occurred.
- ProgressEvent(Object, TargetModuleID, DeploymentStatus) -
Constructor for class javax.enterprise.deploy.spi.status.ProgressEvent
- Creates a new object representing a deployment
progress event.
- ProgressListener - interface javax.enterprise.deploy.spi.status.ProgressListener.
- The listener interface for receiving deployment
progress events.
- ProgressObject - interface javax.enterprise.deploy.spi.status.ProgressObject.
- The ProgressObject interface tracks and reports
the progress of the deployment activities,
distribute, start, stop, undeploy.
- Provider - class javax.mail.Provider.
- The Provider is a class that describes a protocol
implementation.
- Provider.Type - class javax.mail.Provider.Type.
- This inner class defines the Provider type.
- pageContext -
Variable in class javax.servlet.jsp.tagext.TagSupport
- The PageContext.
- parent -
Variable in class javax.mail.BodyPart
- The
Multipart
object containing this BodyPart
,
if known.
- parent -
Variable in class javax.mail.Multipart
- The
Part
containing this Multipart
,
if known.
- parse(String) -
Method in class javax.activation.MimeTypeParameterList
- A routine for parsing the parameter list out of a String.
- parse(String) -
Static method in class javax.mail.internet.InternetAddress
- Parse the given comma separated sequence of addresses into
InternetAddress objects.
- parse(String, boolean) -
Static method in class javax.mail.internet.InternetAddress
- Parse the given sequence of addresses into InternetAddress
objects.
- parse(String, ParsePosition) -
Method in class javax.mail.internet.MailDateFormat
- Parses the given date in the format specified by
draft-ietf-drums-msg-fmt-08 in the current TimeZone.
- parse(InputStream) -
Method in class javax.mail.internet.MimeMessage
- Parse the InputStream setting the
headers
and
content
fields appropriately.
- parse() -
Method in class javax.mail.internet.MimeMultipart
- Parse the InputStream from our DataSource, constructing the
appropriate MimeBodyParts.
- parse(String) -
Static method in class javax.mail.internet.NewsAddress
- Parse the given comma separated sequence of newsgroup into
NewsAddress objects.
- parse(InputStream) -
Method in class javax.xml.parsers.DocumentBuilder
- Parse the content of the given
InputStream
as an XML
document and return a new DOM Document
object.
- parse(InputStream, String) -
Method in class javax.xml.parsers.DocumentBuilder
- Parse the content of the given
InputStream
as an XML
document and return a new DOM Document
object.
- parse(String) -
Method in class javax.xml.parsers.DocumentBuilder
- Parse the content of the given URI as an XML document
and return a new DOM
Document
object.
- parse(File) -
Method in class javax.xml.parsers.DocumentBuilder
- Parse the content of the given file as an XML document
and return a new DOM
Document
object.
- parse(InputSource) -
Method in class javax.xml.parsers.DocumentBuilder
- Parse the content of the given input source as an XML document
and return a new DOM
Document
object.
- parse(InputStream, HandlerBase) -
Method in class javax.xml.parsers.SAXParser
- Parse the content of the given
InputStream
instance as XML using the specified HandlerBase
.
- parse(InputStream, HandlerBase, String) -
Method in class javax.xml.parsers.SAXParser
- Parse the content of the given
InputStream
instance as XML using the specified HandlerBase
.
- parse(InputStream, DefaultHandler) -
Method in class javax.xml.parsers.SAXParser
- Parse the content of the given
InputStream
instance as XML using the specified
DefaultHandler
.
- parse(InputStream, DefaultHandler, String) -
Method in class javax.xml.parsers.SAXParser
- Parse the content of the given
InputStream
instance as XML using the specified
DefaultHandler
.
- parse(String, HandlerBase) -
Method in class javax.xml.parsers.SAXParser
- Parse the content described by the giving Uniform Resource
Identifier (URI) as XML using the specified
HandlerBase
.
- parse(String, DefaultHandler) -
Method in class javax.xml.parsers.SAXParser
- Parse the content described by the giving Uniform Resource
Identifier (URI) as XML using the specified
DefaultHandler
.
- parse(File, HandlerBase) -
Method in class javax.xml.parsers.SAXParser
- Parse the content of the file specified as XML using the
specified
HandlerBase
.
- parse(File, DefaultHandler) -
Method in class javax.xml.parsers.SAXParser
- Parse the content of the file specified as XML using the
specified
DefaultHandler
.
- parse(InputSource, HandlerBase) -
Method in class javax.xml.parsers.SAXParser
- Parse the content given
InputSource
as XML using the specified
HandlerBase
.
- parse(InputSource, DefaultHandler) -
Method in class javax.xml.parsers.SAXParser
- Parse the content given
InputSource
as XML using the specified
DefaultHandler
.
- parseExpression(String, Class, FunctionMapper) -
Method in class javax.servlet.jsp.el.ExpressionEvaluator
- Prepare an expression for later evaluation.
- parseHeader(String, boolean) -
Static method in class javax.mail.internet.InternetAddress
- Parse the given sequence of addresses into InternetAddress
objects.
- parsePostData(int, ServletInputStream) -
Static method in class javax.servlet.http.HttpUtils
- Deprecated. Parses data from an HTML form that the client sends to
the server using the HTTP POST method and the
application/x-www-form-urlencoded MIME type.
- parseQueryString(String) -
Static method in class javax.servlet.http.HttpUtils
- Deprecated. Parses a query string passed from the client to the
server and builds a
HashTable
object
with key-value pairs.
- parseString(String) -
Method in class javax.mail.URLName
- Method which does all of the work of parsing the string.
- parsed -
Variable in class javax.mail.internet.MimeMultipart
- Have we parsed the data from our InputStream yet?
- parts -
Variable in class javax.mail.Multipart
- Vector of BodyPart objects.
- pattern -
Variable in class javax.mail.search.StringTerm
- The pattern.
- peek() -
Method in class javax.mail.internet.HeaderTokenizer
- Peek at the next token, without actually removing the token
from the parse stream.
- personal -
Variable in class javax.mail.internet.InternetAddress
- The personal name.
- plus(ValueExp, ValueExp) -
Static method in class javax.management.Query
- Returns a binary expression representing the sum of two numeric values,
or the concatenation of two string values.
- popBody() -
Method in class javax.servlet.jsp.JspContext
- Return the previous JspWriter "out" saved by the matching
pushBody(), and update the value of the "out" attribute in
the page scope attribute namespace of the JspContext.
- pos -
Variable in class javax.mail.internet.AddressException
- The index in the string where the error occurred, or -1 if not known.
- postDeregister() -
Method in interface javax.management.MBeanRegistration
- Allows the MBean to perform any operations needed after having been
unregistered in the MBean server.
- postDeregister() -
Method in class javax.management.loading.MLet
- Allows the m-let to perform any operations needed after having been
unregistered in the MBean server.
- postDeregister() -
Method in class javax.management.modelmbean.RequiredModelMBean
- Allows the MBean to perform any operations needed after having been
unregistered in the MBean server.
- postDeregister() -
Method in class javax.management.monitor.Monitor
- Allows the monitor MBean to perform any operations needed after having been
unregistered by the MBean server.
- postDeregister() -
Method in class javax.management.relation.RelationService
-
- postDeregister() -
Method in class javax.management.relation.RelationSupport
-
- postDeregister() -
Method in class javax.management.timer.Timer
- Allows the timer MBean to perform any operations needed after having been
unregistered by the MBean server.
- postRegister(Boolean) -
Method in interface javax.management.MBeanRegistration
- Allows the MBean to perform any operations needed after having been
registered in the MBean server or after the registration has failed.
- postRegister(Boolean) -
Method in class javax.management.loading.MLet
- Allows the m-let to perform any operations needed after having been
registered in the MBean server or after the registration has failed.
- postRegister(Boolean) -
Method in class javax.management.modelmbean.RequiredModelMBean
- Allows the MBean to perform any operations needed after having been
registered in the MBean server or after the registration has failed.
- postRegister(Boolean) -
Method in class javax.management.monitor.Monitor
- Allows the monitor MBean to perform any operations needed after having been
registered in the MBean server or after the registration has failed.
- postRegister(Boolean) -
Method in class javax.management.relation.RelationService
-
- postRegister(Boolean) -
Method in class javax.management.relation.RelationSupport
-
- postRegister(Boolean) -
Method in class javax.management.timer.Timer
- Allows the timer MBean to perform any operations needed after having been
registered in the MBean server or after the registration has failed.
- preDeregister() -
Method in interface javax.management.MBeanRegistration
- Allows the MBean to perform any operations it needs before
being unregistered by the MBean server.
- preDeregister() -
Method in class javax.management.loading.MLet
- Allows the m-let to perform any operations it needs before being unregistered
by the MBean server.
- preDeregister() -
Method in class javax.management.modelmbean.RequiredModelMBean
- Allows the MBean to perform any operations it needs before
being unregistered by the MBean server.
- preDeregister() -
Method in class javax.management.monitor.CounterMonitor
- Allows the counter monitor MBean to perform any operations it needs before being unregistered
by the MBean server.
- preDeregister() -
Method in class javax.management.monitor.Monitor
- Allows the monitor MBean to perform any operations it needs before being unregistered
by the MBean server.
- preDeregister() -
Method in class javax.management.relation.RelationService
-
- preDeregister() -
Method in class javax.management.relation.RelationSupport
-
- preDeregister() -
Method in class javax.management.timer.Timer
- Allows the timer MBean to perform any operations it needs before being unregistered
by the MBean server.
- preRegister(MBeanServer, ObjectName) -
Method in interface javax.management.MBeanRegistration
- Allows the MBean to perform any operations it needs before
being registered in the MBean server.
- preRegister(MBeanServer, ObjectName) -
Method in class javax.management.loading.MLet
- Allows the m-let to perform any operations it needs before
being registered in the MBean server.
- preRegister(MBeanServer, ObjectName) -
Method in class javax.management.modelmbean.RequiredModelMBean
- Allows the MBean to perform any operations it needs before
being registered in the MBean server.
- preRegister(MBeanServer, ObjectName) -
Method in class javax.management.monitor.Monitor
- Allows the monitor MBean to perform any operations it needs before being registered
in the MBean server.
- preRegister(MBeanServer, ObjectName) -
Method in class javax.management.relation.RelationService
-
- preRegister(MBeanServer, ObjectName) -
Method in class javax.management.relation.RelationSupport
-
- preRegister(MBeanServer, ObjectName) -
Method in class javax.management.timer.Timer
- Allows the timer MBean to perform any operations it needs before being registered
in the MBean server.
- prefix -
Variable in class javax.servlet.jsp.tagext.TagLibraryInfo
- The prefix assigned to this taglib from the taglib directive.
- prepare(Xid) -
Method in interface javax.resource.spi.XATerminator
- Ask the resource manager to prepare for a transaction commit
of the transaction specified in xid.
- prepare(Xid) -
Method in interface javax.transaction.xa.XAResource
- Ask the resource manager to prepare for a transaction commit
of the transaction specified in xid.
- print(String) -
Method in class javax.servlet.ServletOutputStream
- Writes a
String
to the client,
without a carriage return-line feed (CRLF)
character at the end.
- print(boolean) -
Method in class javax.servlet.ServletOutputStream
- Writes a
boolean
value to the client,
with no carriage return-line feed (CRLF)
character at the end.
- print(char) -
Method in class javax.servlet.ServletOutputStream
- Writes a character to the client,
with no carriage return-line feed (CRLF)
at the end.
- print(int) -
Method in class javax.servlet.ServletOutputStream
- Writes an int to the client,
with no carriage return-line feed (CRLF)
at the end.
- print(long) -
Method in class javax.servlet.ServletOutputStream
- Writes a
long
value to the client,
with no carriage return-line feed (CRLF) at the end.
- print(float) -
Method in class javax.servlet.ServletOutputStream
- Writes a
float
value to the client,
with no carriage return-line feed (CRLF) at the end.
- print(double) -
Method in class javax.servlet.ServletOutputStream
- Writes a
double
value to the client,
with no carriage return-line feed (CRLF) at the end.
- print(boolean) -
Method in class javax.servlet.jsp.JspWriter
- Print a boolean value.
- print(char) -
Method in class javax.servlet.jsp.JspWriter
- Print a character.
- print(int) -
Method in class javax.servlet.jsp.JspWriter
- Print an integer.
- print(long) -
Method in class javax.servlet.jsp.JspWriter
- Print a long integer.
- print(float) -
Method in class javax.servlet.jsp.JspWriter
- Print a floating-point number.
- print(double) -
Method in class javax.servlet.jsp.JspWriter
- Print a double-precision floating-point number.
- print(char[]) -
Method in class javax.servlet.jsp.JspWriter
- Print an array of characters.
- print(String) -
Method in class javax.servlet.jsp.JspWriter
- Print a string.
- print(Object) -
Method in class javax.servlet.jsp.JspWriter
- Print an object.
- printStackTrace(PrintStream) -
Method in class javax.ejb.EJBException
- Prints the composite message and the embedded stack trace to
the specified stream
ps
.
- printStackTrace() -
Method in class javax.ejb.EJBException
- Prints the composite message to
System.err
.
- printStackTrace(PrintWriter) -
Method in class javax.ejb.EJBException
- Prints the composite message and the embedded stack trace to
the specified print writer
pw
.
- printStackTrace() -
Method in class javax.xml.transform.TransformerException
- Print the the trace of methods from where the error
originated.
- printStackTrace(PrintStream) -
Method in class javax.xml.transform.TransformerException
- Print the the trace of methods from where the error
originated.
- printStackTrace(PrintWriter) -
Method in class javax.xml.transform.TransformerException
- Print the the trace of methods from where the error
originated.
- println() -
Method in class javax.servlet.ServletOutputStream
- Writes a carriage return-line feed (CRLF)
to the client.
- println(String) -
Method in class javax.servlet.ServletOutputStream
- Writes a
String
to the client,
followed by a carriage return-line feed (CRLF).
- println(boolean) -
Method in class javax.servlet.ServletOutputStream
- Writes a
boolean
value to the client,
followed by a
carriage return-line feed (CRLF).
- println(char) -
Method in class javax.servlet.ServletOutputStream
- Writes a character to the client, followed by a carriage
return-line feed (CRLF).
- println(int) -
Method in class javax.servlet.ServletOutputStream
- Writes an int to the client, followed by a
carriage return-line feed (CRLF) character.
- println(long) -
Method in class javax.servlet.ServletOutputStream
- Writes a
long
value to the client, followed by a
carriage return-line feed (CRLF).
- println(float) -
Method in class javax.servlet.ServletOutputStream
- Writes a
float
value to the client,
followed by a carriage return-line feed (CRLF).
- println(double) -
Method in class javax.servlet.ServletOutputStream
- Writes a
double
value to the client,
followed by a carriage return-line feed (CRLF).
- println() -
Method in class javax.servlet.jsp.JspWriter
- Terminate the current line by writing the line separator string.
- println(boolean) -
Method in class javax.servlet.jsp.JspWriter
- Print a boolean value and then terminate the line.
- println(char) -
Method in class javax.servlet.jsp.JspWriter
- Print a character and then terminate the line.
- println(int) -
Method in class javax.servlet.jsp.JspWriter
- Print an integer and then terminate the line.
- println(long) -
Method in class javax.servlet.jsp.JspWriter
- Print a long integer and then terminate the line.
- println(float) -
Method in class javax.servlet.jsp.JspWriter
- Print a floating-point number and then terminate the line.
- println(double) -
Method in class javax.servlet.jsp.JspWriter
- Print a double-precision floating-point number and then terminate the
line.
- println(char[]) -
Method in class javax.servlet.jsp.JspWriter
- Print an array of characters and then terminate the line.
- println(String) -
Method in class javax.servlet.jsp.JspWriter
- Print a String and then terminate the line.
- println(Object) -
Method in class javax.servlet.jsp.JspWriter
- Print an Object and then terminate the line.
- propertyExists(String) -
Method in interface javax.jms.Message
- Indicates whether a property value exists.
- protocolConnect(String, int, String, String) -
Method in class javax.mail.Service
- The service implementation should override this method to
perform the actual protocol-specific connection attempt.
- publish(Message) -
Method in interface javax.jms.TopicPublisher
- Publishes a message to the topic.
- publish(Message, int, int, long) -
Method in interface javax.jms.TopicPublisher
- Publishes a message to the topic, specifying delivery mode,
priority, and time to live.
- publish(Topic, Message) -
Method in interface javax.jms.TopicPublisher
- Publishes a message to a topic for an unidentified message producer.
- publish(Topic, Message, int, int, long) -
Method in interface javax.jms.TopicPublisher
- Publishes a message to a topic for an unidentified message
producer, specifying delivery mode, priority and time to live.
- purgeRelations() -
Method in class javax.management.relation.RelationService
- Purges the relations.
- purgeRelations() -
Method in interface javax.management.relation.RelationServiceMBean
- Purges the relations.
- pushBody(Writer) -
Method in class javax.servlet.jsp.JspContext
- Return a new JspWriter object that sends output to the
provided Writer.
- pushBody() -
Method in class javax.servlet.jsp.PageContext
- Return a new BodyContent object, save the current "out" JspWriter,
and update the value of the "out" attribute in the page scope
attribute namespace of the PageContext.
- put(CompositeData) -
Method in interface javax.management.openmbean.TabularData
- Adds value to this TabularData instance.
- put(Object, Object) -
Method in class javax.management.openmbean.TabularDataSupport
- This method simply calls put((CompositeData) value) and
therefore ignores its key parameter which can be null.
- put(CompositeData) -
Method in class javax.management.openmbean.TabularDataSupport
-
- putAll(CompositeData[]) -
Method in interface javax.management.openmbean.TabularData
- Add all the elements in values to this TabularData instance.
- putAll(Map) -
Method in class javax.management.openmbean.TabularDataSupport
- Add all the values contained in the specified map t to this TabularData instance.
- putAll(CompositeData[]) -
Method in class javax.management.openmbean.TabularDataSupport
- Add all the elements in values to this TabularData instance.
- putValue(String, Object) -
Method in interface javax.servlet.http.HttpSession
- Deprecated. As of Version 2.2, this method is
replaced by
HttpSession.setAttribute(java.lang.String, java.lang.Object)
Q
- QName - class javax.xml.namespace.QName.
QName
represents a qualified name
as defined in the XML specifications: XML Schema Part2:
Datatypes specification, Namespaces
in XML, Namespaces
in XML Errata.- QName(String, String) -
Constructor for class javax.xml.namespace.QName
QName
constructor specifying the Namespace URI
and local part.
- QName(String, String, String) -
Constructor for class javax.xml.namespace.QName
QName
constructor specifying the Namespace URI,
local part and prefix.
- QName(String) -
Constructor for class javax.xml.namespace.QName
QName
constructor specifying the local part.
- QNameHolder - class javax.xml.rpc.holders.QNameHolder.
-
- QNameHolder() -
Constructor for class javax.xml.rpc.holders.QNameHolder
-
- QNameHolder(QName) -
Constructor for class javax.xml.rpc.holders.QNameHolder
-
- QUERY_TYPE_EBXML_FILTER_QUERY -
Static variable in interface javax.xml.registry.Query
- An OASIS ebXML Registry XML Filter Query type.
- QUERY_TYPE_SQL -
Static variable in interface javax.xml.registry.Query
- An SQL query type.
- QUERY_TYPE_XQUERY -
Static variable in interface javax.xml.registry.Query
- A W3C XQuery type.
- QUOTEDSTRING -
Static variable in class javax.mail.internet.HeaderTokenizer.Token
- Token type indicating a quoted string.
- Query - class javax.management.Query.
- Constructs query object constraints.
- Query() -
Constructor for class javax.management.Query
- Basic constructor.
- Query - interface javax.xml.registry.Query.
- The Query interface encapsulates a query in a declarative query language.
- QueryEval - class javax.management.QueryEval.
- Allows a query to be performed in the context of a specific MBean server.
- QueryEval() -
Constructor for class javax.management.QueryEval
-
- QueryExp - interface javax.management.QueryExp.
- Represents relational constraints that can be used in database
query "where clauses".
- QueryManager - interface javax.xml.registry.QueryManager.
- This is the common base interface for all QueryManagers in the API.
- Queue - interface javax.jms.Queue.
- A
Queue
object encapsulates a provider-specific queue name.
- QueueBrowser - interface javax.jms.QueueBrowser.
- A client uses a
QueueBrowser
object to look at messages on a
queue without removing them.
- QueueConnection - interface javax.jms.QueueConnection.
- A
QueueConnection
object is an active connection to a
point-to-point JMS provider. - QueueConnectionFactory - interface javax.jms.QueueConnectionFactory.
- A client uses a
QueueConnectionFactory
object to create
QueueConnection
objects with a point-to-point JMS provider.
- QueueReceiver - interface javax.jms.QueueReceiver.
- A client uses a
QueueReceiver
object to receive messages that
have been delivered to a queue.
- QueueRequestor - class javax.jms.QueueRequestor.
- The
QueueRequestor
helper class simplifies
making service requests.
- QueueRequestor(QueueSession, Queue) -
Constructor for class javax.jms.QueueRequestor
- Constructor for the
QueueRequestor
class.
- QueueSender - interface javax.jms.QueueSender.
- A client uses a
QueueSender
object to send messages to a queue.
- QueueSession - interface javax.jms.QueueSession.
- A
QueueSession
object provides methods for creating
QueueReceiver
, QueueSender
,
QueueBrowser
, and TemporaryQueue
objects.
- queryMBeans(ObjectName, QueryExp) -
Method in interface javax.management.MBeanServer
- Gets MBeans controlled by the MBean server.
- queryMBeans(ObjectName, QueryExp) -
Method in interface javax.management.MBeanServerConnection
- Gets MBeans controlled by the MBean server.
- queryNames(ObjectName, QueryExp) -
Method in interface javax.management.MBeanServer
- Gets the names of MBeans controlled by the MBean server.
- queryNames(ObjectName, QueryExp) -
Method in interface javax.management.MBeanServerConnection
- Gets the names of MBeans controlled by the MBean server.
- queryNames(ObjectName, QueryExp) -
Method in interface javax.management.j2ee.Management
- Gets the names of managed objects controlled by the MEJB.
- queueEvent(MailEvent, Vector) -
Method in class javax.mail.Service
- Add the event and vector of listeners to the queue to be delivered.
- quote(String, String) -
Static method in class javax.mail.internet.MimeUtility
- A utility method to quote a word, if the word contains any
characters from the specified 'specials' list.
- quote(String) -
Static method in class javax.management.ObjectName
- Returns a quoted form of the given String, suitable for
inclusion in an ObjectName.
R
- RAR -
Static variable in class javax.enterprise.deploy.shared.ModuleType
- The module is an Connector archive.
- READ_ONLY -
Static variable in class javax.mail.Folder
- The Folder is read only.
- READ_WRITE -
Static variable in class javax.mail.Folder
- The state and contents of this folder can be modified.
- RECENT -
Static variable in class javax.mail.Flags.Flag
- This message is recent.
- REDEPLOY -
Static variable in class javax.enterprise.deploy.shared.CommandType
- The DeploymentManger action operation being processed is redeploy.
- REF_MBEAN_NOT_REGISTERED -
Static variable in class javax.management.relation.RoleStatus
- Problem type when trying to set a role value including the ObjectName of
a MBean not registered in the MBean Server.
- REF_MBEAN_OF_INCORRECT_CLASS -
Static variable in class javax.management.relation.RoleStatus
- Problem type when trying to set a role value including the ObjectName of
a MBean not of the class expected for that role.
- REGISTRATION_NOTIFICATION -
Static variable in class javax.management.MBeanServerNotification
- Notification type denoting that an MBean has been registered.
- REGISTRY_ENTRY -
Static variable in interface javax.xml.registry.LifeCycleManager
-
- REGISTRY_PACKAGE -
Static variable in interface javax.xml.registry.LifeCycleManager
-
- RELATION_BASIC_CREATION -
Static variable in class javax.management.relation.RelationNotification
- Type for the creation of an internal relation.
- RELATION_BASIC_REMOVAL -
Static variable in class javax.management.relation.RelationNotification
- Type for the removal from the Relation Service of an internal relation.
- RELATION_BASIC_UPDATE -
Static variable in class javax.management.relation.RelationNotification
- Type for an update of an internal relation.
- RELATION_MBEAN_CREATION -
Static variable in class javax.management.relation.RelationNotification
- Type for the relation MBean added into the Relation Service.
- RELATION_MBEAN_REMOVAL -
Static variable in class javax.management.relation.RelationNotification
- Type for the removal from the Relation Service of a relation MBean.
- RELATION_MBEAN_UPDATE -
Static variable in class javax.management.relation.RelationNotification
- Type for the update of a relation MBean.
- RELEASED -
Static variable in class javax.enterprise.deploy.shared.StateType
- The DeploymentManager is running in discommected mode.
- REMOVED -
Static variable in class javax.mail.event.MessageCountEvent
- The messages were removed from their folder
- RENAMED -
Static variable in class javax.mail.event.FolderEvent
- The folder was renamed.
- REQUEST -
Static variable in class javax.servlet.jsp.PageContext
- Name used to store ServletRequest in PageContext name table.
- REQUEST_SCOPE -
Static variable in class javax.servlet.jsp.PageContext
- Request scope: the named reference remains available from the
ServletRequest associated with the Servlet until the current request
is completed.
- REQUEST_TIME_VALUE -
Static variable in class javax.servlet.jsp.tagext.TagData
- Distinguished value for an attribute to indicate its value
is a request-time expression (which is not yet available because
TagData instances are used at translation-time).
- RESET_FLAGS_ALREADY_NOTIFIED -
Static variable in class javax.management.monitor.Monitor
- This flag is used to reset the
alreadyNotifieds
monitor attribute.
- RESPONSE -
Static variable in class javax.servlet.jsp.PageContext
- Name used to store ServletResponse in PageContext name table.
- RFC822 -
Static variable in class javax.mail.internet.HeaderTokenizer
- RFC822 specials
- ROLE_CARDINALITY_INFINITY -
Static variable in class javax.management.relation.RoleInfo
- To specify an unlimited cardinality.
- ROLE_NOT_READABLE -
Static variable in class javax.management.relation.RoleStatus
- Problem type when trying to read a non-readable attribute.
- ROLE_NOT_WRITABLE -
Static variable in class javax.management.relation.RoleStatus
- Problem type when trying to update a non-writable attribute.
- RUNNING -
Static variable in class javax.enterprise.deploy.shared.StateType
- The action operation is running normally.
- RUNTIME_ERROR -
Static variable in class javax.management.monitor.MonitorNotification
- Notification type denoting that a non-predefined error type has occurred when trying to get the value of the observed attribute.
- RUNTIME_ERROR_NOTIFIED -
Static variable in class javax.management.monitor.Monitor
- Flag denoting that a notification has occurred after changing the observed object or the observed attribute.
- RangeStatistic - interface javax.management.j2ee.statistics.RangeStatistic.
- Specifies standard measurements of the lowest and highest values an attribute has held as well as its current value.
- ReadOnlyFolderException - exception javax.mail.ReadOnlyFolderException.
- This exception is thrown when an attempt is made to open a folder
read-write access when the folder is marked read-only.
- ReadOnlyFolderException(Folder) -
Constructor for class javax.mail.ReadOnlyFolderException
- Constructs a MessagingException with the specified folder.
- ReadOnlyFolderException(Folder, String) -
Constructor for class javax.mail.ReadOnlyFolderException
- Constructs a MessagingException with the specified folder and
the specified detail message.
- ReceivedDateTerm - class javax.mail.search.ReceivedDateTerm.
- This class implements comparisons for the Message Received date
- ReceivedDateTerm(int, Date) -
Constructor for class javax.mail.search.ReceivedDateTerm
- Constructor.
- RecipientStringTerm - class javax.mail.search.RecipientStringTerm.
- This class implements string comparisons for the Recipient Address
headers.
- RecipientStringTerm(Message.RecipientType, String) -
Constructor for class javax.mail.search.RecipientStringTerm
- Constructor.
- RecipientTerm - class javax.mail.search.RecipientTerm.
- This class implements comparisons for the Recipient Address headers.
- RecipientTerm(Message.RecipientType, Address) -
Constructor for class javax.mail.search.RecipientTerm
- Constructor.
- Record - interface javax.resource.cci.Record.
- The
javax.resource.cci.Record
interface is the base
interface for the representation of an input or output to the
execute methods defined on an Interaction.
- RecordFactory - interface javax.resource.cci.RecordFactory.
- The RecordFactory interface is used for creating MappedRecord and
IndexedRecord instances.
- Referenceable - interface javax.resource.Referenceable.
- The Referenceable interface extends the javax.naming.Referenceable
interface.
- ReflectionException - exception javax.management.ReflectionException.
- Represents exceptions thrown in the MBean server when using the
java.lang.reflect classes to invoke methods on MBeans.
- ReflectionException(Exception) -
Constructor for class javax.management.ReflectionException
- Creates a
ReflectionException
that wraps the actual java.lang.Exception
.
- ReflectionException(Exception, String) -
Constructor for class javax.management.ReflectionException
- Creates a
ReflectionException
that wraps the actual java.lang.Exception
with
a detail message.
- RegistryEntry - interface javax.xml.registry.infomodel.RegistryEntry.
- The RegistryEntry interface is a base interface for interfaces in the model that require additional metadata beyond what is provided by the RegistryObject interface.
- RegistryException - exception javax.xml.registry.RegistryException.
- This is the common base class for all Exceptions that are detected on the registry
provider side rather than the JAXR client side.
- RegistryException() -
Constructor for class javax.xml.registry.RegistryException
- Constructs a
JAXRException
object with no
reason or embedded Throwable.
- RegistryException(String) -
Constructor for class javax.xml.registry.RegistryException
- Constructs a
JAXRException
object with the given
String
as the reason for the exception being thrown.
- RegistryException(String, Throwable) -
Constructor for class javax.xml.registry.RegistryException
- Constructs a
JAXRException
object with the given
String
as the reason for the exception being thrown
and the given Throwable
object as an embedded
Throwable.
- RegistryException(Throwable) -
Constructor for class javax.xml.registry.RegistryException
- Constructs a
JAXRException
object initialized
with the given Throwable
object.
- RegistryObject - interface javax.xml.registry.infomodel.RegistryObject.
- The RegistryObject class is an abstract base class used by most classes in the model.
- RegistryPackage - interface javax.xml.registry.infomodel.RegistryPackage.
- RegistryPackage instances are RegistryEntries that group logically related
RegistryEntries together.
- RegistryService - interface javax.xml.registry.RegistryService.
- This is the principal interface implemented by a JAXR provider.
- Relation - interface javax.management.relation.Relation.
- This interface has to be implemented by any MBean class expected to
represent a relation managed using the Relation Service.
- RelationException - exception javax.management.relation.RelationException.
- This class is the superclass of any exception which can be raised during
relation management.
- RelationException() -
Constructor for class javax.management.relation.RelationException
- Default constructor, no message put in exception.
- RelationException(String) -
Constructor for class javax.management.relation.RelationException
- Constructor with given message put in exception.
- RelationNotFoundException - exception javax.management.relation.RelationNotFoundException.
- This exception is raised when there is no relation for a given relation id
in a Relation Service.
- RelationNotFoundException() -
Constructor for class javax.management.relation.RelationNotFoundException
- Default constructor, no message put in exception.
- RelationNotFoundException(String) -
Constructor for class javax.management.relation.RelationNotFoundException
- Constructor with given message put in exception.
- RelationNotification - class javax.management.relation.RelationNotification.
- A notification of a change in the Relation Service.
- RelationNotification(String, Object, long, long, String, String, String, ObjectName, List) -
Constructor for class javax.management.relation.RelationNotification
- Creates a notification for either a relation creation (RelationSupport
object created internally in the Relation Service, or an MBean added as a
relation) or for a relation removal from the Relation Service.
- RelationNotification(String, Object, long, long, String, String, String, ObjectName, String, List, List) -
Constructor for class javax.management.relation.RelationNotification
- Creates a notification for a role update in a relation.
- RelationService - class javax.management.relation.RelationService.
- The Relation Service is in charge of creating and deleting relation types
and relations, of handling the consistency and of providing query
mechanisms.
- RelationService(boolean) -
Constructor for class javax.management.relation.RelationService
- Constructor.
- RelationServiceMBean - interface javax.management.relation.RelationServiceMBean.
- The Relation Service is in charge of creating and deleting relation types
and relations, of handling the consistency and of providing query
mechanisms.
- RelationServiceNotRegisteredException - exception javax.management.relation.RelationServiceNotRegisteredException.
- This exception is raised when an access is done to the Relation Service and
that one is not registered.
- RelationServiceNotRegisteredException() -
Constructor for class javax.management.relation.RelationServiceNotRegisteredException
- Default constructor, no message put in exception.
- RelationServiceNotRegisteredException(String) -
Constructor for class javax.management.relation.RelationServiceNotRegisteredException
- Constructor with given message put in exception.
- RelationSupport - class javax.management.relation.RelationSupport.
- A RelationSupport object is used internally by the Relation Service to
represent simple relations (only roles, no properties or methods), with an
unlimited number of roles, of any relation type.
- RelationSupport(String, ObjectName, String, RoleList) -
Constructor for class javax.management.relation.RelationSupport
- Creates object.
- RelationSupport(String, ObjectName, MBeanServer, String, RoleList) -
Constructor for class javax.management.relation.RelationSupport
- Creates object.
- RelationSupportMBean - interface javax.management.relation.RelationSupportMBean.
- A RelationSupport object is used internally by the Relation Service to
represent simple relations (only roles, no properties or methods), with an
unlimited number of roles, of any relation type.
- RelationType - interface javax.management.relation.RelationType.
- The RelationType interface has to be implemented by any class expected to
represent a relation type.
- RelationTypeNotFoundException - exception javax.management.relation.RelationTypeNotFoundException.
- This exception is raised when there is no relation type with given name in
Relation Service.
- RelationTypeNotFoundException() -
Constructor for class javax.management.relation.RelationTypeNotFoundException
- Default constructor, no message put in exception.
- RelationTypeNotFoundException(String) -
Constructor for class javax.management.relation.RelationTypeNotFoundException
- Constructor with given message put in exception.
- RelationTypeSupport - class javax.management.relation.RelationTypeSupport.
- A RelationTypeSupport object implements the RelationType interface.
- RelationTypeSupport(String, RoleInfo[]) -
Constructor for class javax.management.relation.RelationTypeSupport
- Constructor where all role definitions are dynamically created and
passed as parameter.
- RelationTypeSupport(String) -
Constructor for class javax.management.relation.RelationTypeSupport
- Constructor to be used for subclasses.
- RemoveException - exception javax.ejb.RemoveException.
- The RemoveException exception is thrown at an attempt to remove
an EJB object when the enterprise Bean or the container does not allow
the EJB object to be removed.
- RemoveException() -
Constructor for class javax.ejb.RemoveException
- Constructs an RemoveException with no detail message.
- RemoveException(String) -
Constructor for class javax.ejb.RemoveException
- Constructs an RemoveException with the specified
detail message.
- RequestDispatcher - interface javax.servlet.RequestDispatcher.
- Defines an object that receives requests from the client
and sends them to any resource (such as a servlet,
HTML file, or JSP file) on the server.
- RequiredModelMBean - class javax.management.modelmbean.RequiredModelMBean.
- This class is the implementation of a ModelMBean.
- RequiredModelMBean() -
Constructor for class javax.management.modelmbean.RequiredModelMBean
- Constructs an
RequiredModelMBean
with an empty
ModelMBeanInfo.
- RequiredModelMBean(ModelMBeanInfo) -
Constructor for class javax.management.modelmbean.RequiredModelMBean
- Constructs a RequiredModelMBean object using ModelMBeanInfo passed in.
- ResourceAdapter - interface javax.resource.spi.ResourceAdapter.
- This represents a resource adapter instance and contains operations for
lifecycle management and message endpoint setup.
- ResourceAdapterAssociation - interface javax.resource.spi.ResourceAdapterAssociation.
- This interface specifies the methods to associate a
ResourceAdapter
object with other objects that
implement this interface like
ManagedConnectionFactory
and ActivationSpec
. - ResourceAdapterInternalException - exception javax.resource.spi.ResourceAdapterInternalException.
- A
ResourceAdapterInternalException
indicates any
system-level error conditions related to a resource adapter.
- ResourceAdapterInternalException() -
Constructor for class javax.resource.spi.ResourceAdapterInternalException
- Constructs a new instance with null as its detail message.
- ResourceAdapterInternalException(String) -
Constructor for class javax.resource.spi.ResourceAdapterInternalException
- Constructs a new instance with the specified detail message.
- ResourceAdapterInternalException(Throwable) -
Constructor for class javax.resource.spi.ResourceAdapterInternalException
- Constructs a new throwable with the specified cause.
- ResourceAdapterInternalException(String, Throwable) -
Constructor for class javax.resource.spi.ResourceAdapterInternalException
- Constructs a new throwable with the specified detail message and cause.
- ResourceAdapterInternalException(String, String) -
Constructor for class javax.resource.spi.ResourceAdapterInternalException
- Constructs a new throwable with the specified detail message and
an error code.
- ResourceAdapterMetaData - interface javax.resource.cci.ResourceAdapterMetaData.
- The interface
javax.resource.cci.ResourceAdapterMetaData
provides information about capabilities of a resource adapter
implementation. - ResourceAllocationException - exception javax.jms.ResourceAllocationException.
- This exception is thrown when a provider is unable to allocate the
resources required by a method.
- ResourceAllocationException(String, String) -
Constructor for class javax.jms.ResourceAllocationException
- Constructs a
ResourceAllocationException
with the specified
reason and error code.
- ResourceAllocationException(String) -
Constructor for class javax.jms.ResourceAllocationException
- Constructs a
ResourceAllocationException
with the specified
reason.
- ResourceAllocationException - exception javax.resource.spi.ResourceAllocationException.
- A
ResourceAllocationException
can be thrown by an
application server or
resource adapter to indicate any failure to allocate system resources
(example: threads, physical connections). - ResourceAllocationException() -
Constructor for class javax.resource.spi.ResourceAllocationException
- Constructs a new instance with null as its detail message.
- ResourceAllocationException(String) -
Constructor for class javax.resource.spi.ResourceAllocationException
- Constructs a new instance with the specified detail message.
- ResourceAllocationException(Throwable) -
Constructor for class javax.resource.spi.ResourceAllocationException
- Constructs a new throwable with the specified cause.
- ResourceAllocationException(String, Throwable) -
Constructor for class javax.resource.spi.ResourceAllocationException
- Constructs a new throwable with the specified detail message and cause.
- ResourceAllocationException(String, String) -
Constructor for class javax.resource.spi.ResourceAllocationException
- Constructs a new throwable with the specified detail message and
an error code.
- ResourceException - exception javax.resource.ResourceException.
- This is the root interface of the exception hierarchy defined
for the Connector architecture.
- ResourceException() -
Constructor for class javax.resource.ResourceException
- Constructs a new instance with null as its detail message.
- ResourceException(String) -
Constructor for class javax.resource.ResourceException
- Constructs a new instance with the specified detail message.
- ResourceException(Throwable) -
Constructor for class javax.resource.ResourceException
- Constructs a new throwable with the specified cause.
- ResourceException(String, Throwable) -
Constructor for class javax.resource.ResourceException
- Constructs a new throwable with the specified detail message and cause.
- ResourceException(String, String) -
Constructor for class javax.resource.ResourceException
- Create a new throwable with the specified message and error code.
- ResourceWarning - exception javax.resource.cci.ResourceWarning.
- A
ResourceWarning
provides information on warnings related to
execution of an interaction with an EIS. - ResourceWarning() -
Constructor for class javax.resource.cci.ResourceWarning
- Constructs a new instance with null as its detail message.
- ResourceWarning(String) -
Constructor for class javax.resource.cci.ResourceWarning
- Constructs a new instance with the specified detail message.
- ResourceWarning(Throwable) -
Constructor for class javax.resource.cci.ResourceWarning
- Constructs a new throwable with the specified cause.
- ResourceWarning(String, Throwable) -
Constructor for class javax.resource.cci.ResourceWarning
- Constructs a new throwable with the specified detail message and cause.
- ResourceWarning(String, String) -
Constructor for class javax.resource.cci.ResourceWarning
- Constructs a new throwable with the specified detail message and
an error code.
- Result - interface javax.xml.transform.Result.
- An object that implements this interface contains the information
needed to build a transformation result tree.
- ResultSet - interface javax.resource.cci.ResultSet.
- A ResultSet represents tabular data that is retrieved from an EIS
instance by the execution of an Interaction..
- ResultSetInfo - interface javax.resource.cci.ResultSetInfo.
- The interface
javax.resource.cci.ResultSetInfo
provides
information on the support provided for ResultSet by a connected
EIS instance. - Role - class javax.management.relation.Role.
- Represents a role: includes a role name and referenced MBeans (via their
ObjectNames).
- Role(String, List) -
Constructor for class javax.management.relation.Role
- Make a new Role object.
- RoleInfo - class javax.management.relation.RoleInfo.
- A RoleInfo object summarises a role in a relation type.
- RoleInfo(String, String, boolean, boolean, int, int, String) -
Constructor for class javax.management.relation.RoleInfo
- Constructor.
- RoleInfo(String, String, boolean, boolean) -
Constructor for class javax.management.relation.RoleInfo
- Constructor.
- RoleInfo(String, String) -
Constructor for class javax.management.relation.RoleInfo
- Constructor.
- RoleInfo(RoleInfo) -
Constructor for class javax.management.relation.RoleInfo
- Copy constructor.
- RoleInfoNotFoundException - exception javax.management.relation.RoleInfoNotFoundException.
- This exception is raised when there is no role info with given name in a
given relation type.
- RoleInfoNotFoundException() -
Constructor for class javax.management.relation.RoleInfoNotFoundException
- Default constructor, no message put in exception.
- RoleInfoNotFoundException(String) -
Constructor for class javax.management.relation.RoleInfoNotFoundException
- Constructor with given message put in exception.
- RoleList - class javax.management.relation.RoleList.
- A RoleList represents a list of roles (Role objects).
- RoleList() -
Constructor for class javax.management.relation.RoleList
- Constructs an empty RoleList.
- RoleList(int) -
Constructor for class javax.management.relation.RoleList
- Constructs an empty RoleList with the initial capacity
specified.
- RoleList(List) -
Constructor for class javax.management.relation.RoleList
- Constructs a RoleList containing the elements of the
ArrayList specified, in the order in which they are returned
by the ArrayList's iterator.
- RoleNotFoundException - exception javax.management.relation.RoleNotFoundException.
- This exception is raised when a role in a relation does not exist, or is not
readable, or is not settable.
- RoleNotFoundException() -
Constructor for class javax.management.relation.RoleNotFoundException
- Default constructor, no message put in exception.
- RoleNotFoundException(String) -
Constructor for class javax.management.relation.RoleNotFoundException
- Constructor with given message put in exception.
- RoleResult - class javax.management.relation.RoleResult.
- Represents the result of a multiple access to several roles of a relation
(either for reading or writing).
- RoleResult(RoleList, RoleUnresolvedList) -
Constructor for class javax.management.relation.RoleResult
- Constructor.
- RoleStatus - class javax.management.relation.RoleStatus.
- This class describes the various problems which can be encountered when
accessing a role.
- RoleStatus() -
Constructor for class javax.management.relation.RoleStatus
-
- RoleUnresolved - class javax.management.relation.RoleUnresolved.
- Represents an unresolved role: a role not retrieved from a relation due
to a problem.
- RoleUnresolved(String, List, int) -
Constructor for class javax.management.relation.RoleUnresolved
- Constructor.
- RoleUnresolvedList - class javax.management.relation.RoleUnresolvedList.
- A RoleUnresolvedList represents a list of RoleUnresolved objects,
representing roles not retrieved from a relation due to a problem
encountered when trying to access (read or write to roles).
- RoleUnresolvedList() -
Constructor for class javax.management.relation.RoleUnresolvedList
- Constructs an empty RoleUnresolvedList.
- RoleUnresolvedList(int) -
Constructor for class javax.management.relation.RoleUnresolvedList
- Constructs an empty RoleUnresolvedList with the initial capacity
specified.
- RoleUnresolvedList(List) -
Constructor for class javax.management.relation.RoleUnresolvedList
- Constructs a RoleUnresolvedList containing the elements of the
ArrayList specified, in the order in which they are returned
by the ArrayList's iterator.
- RollbackException - exception javax.transaction.RollbackException.
- RollbackException exception is thrown when the transaction has been
marked for rollback only or the transaction has been rolled back
instead of committed.
- RollbackException() -
Constructor for class javax.transaction.RollbackException
-
- RollbackException(String) -
Constructor for class javax.transaction.RollbackException
-
- RuntimeErrorException - exception javax.management.RuntimeErrorException.
- When a
java.lang.Error
occurs in the agent it should be caught and
re-thrown as a RuntimeErrorException
. - RuntimeErrorException(Error) -
Constructor for class javax.management.RuntimeErrorException
- Default constructor.
- RuntimeErrorException(Error, String) -
Constructor for class javax.management.RuntimeErrorException
- Constructor that allows a specific error message to be specified.
- RuntimeMBeanException - exception javax.management.RuntimeMBeanException.
- Represents runtime exceptions thrown by MBean methods in
the agent.
- RuntimeMBeanException(RuntimeException) -
Constructor for class javax.management.RuntimeMBeanException
- Creates a
RuntimeMBeanException
that wraps the actual java.lang.RuntimeException
.
- RuntimeMBeanException(RuntimeException, String) -
Constructor for class javax.management.RuntimeMBeanException
- Creates a
RuntimeMBeanException
that wraps the actual java.lang.RuntimeException
with
a detailed message.
- RuntimeOperationsException - exception javax.management.RuntimeOperationsException.
- Represents runtime exceptions thrown in the agent when performing operations on MBeans.
- RuntimeOperationsException(RuntimeException) -
Constructor for class javax.management.RuntimeOperationsException
- Creates a
RuntimeOperationsException
that wraps the actual java.lang.RuntimeException
.
- RuntimeOperationsException(RuntimeException, String) -
Constructor for class javax.management.RuntimeOperationsException
- Creates a
RuntimeOperationsException
that wraps the actual java.lang.RuntimeException
with a detailed message.
- read(InputStream) -
Method in interface javax.resource.cci.Streamable
- Read data from an InputStream and initialize fields of a
Streamable object.
- readBoolean() -
Method in interface javax.jms.BytesMessage
- Reads a
boolean
from the bytes message stream.
- readBoolean() -
Method in interface javax.jms.StreamMessage
- Reads a
boolean
from the stream message.
- readByte() -
Method in interface javax.jms.BytesMessage
- Reads a signed 8-bit value from the bytes message stream.
- readByte() -
Method in interface javax.jms.StreamMessage
- Reads a
byte
value from the stream message.
- readBytes(byte[]) -
Method in interface javax.jms.BytesMessage
- Reads a byte array from the bytes message stream.
- readBytes(byte[], int) -
Method in interface javax.jms.BytesMessage
- Reads a portion of the bytes message stream.
- readBytes(byte[]) -
Method in interface javax.jms.StreamMessage
- Reads a byte array field from the stream message into the
specified
byte[]
object (the read buffer).
- readChar() -
Method in interface javax.jms.BytesMessage
- Reads a Unicode character value from the bytes message stream.
- readChar() -
Method in interface javax.jms.StreamMessage
- Reads a Unicode character value from the stream message.
- readDouble() -
Method in interface javax.jms.BytesMessage
- Reads a
double
from the bytes message stream.
- readDouble() -
Method in interface javax.jms.StreamMessage
- Reads a
double
from the stream message.
- readEJBHome(ObjectInputStream) -
Method in interface javax.ejb.spi.HandleDelegate
- Deserialize the EJBHome reference corresponding to a HomeHandle.
- readEJBObject(ObjectInputStream) -
Method in interface javax.ejb.spi.HandleDelegate
- Deserialize the EJBObject reference corresponding to a Handle.
- readExternal(ObjectInput) -
Method in class javax.activation.MimeType
- The object implements the readExternal method to restore its
contents by calling the methods of DataInput for primitive
types and readObject for objects, strings and arrays.
- readExternal(ObjectInput) -
Method in class javax.management.loading.MLet
- Restore this MLet's contents from the given
ObjectInput
.
- readFloat() -
Method in interface javax.jms.BytesMessage
- Reads a
float
from the bytes message stream.
- readFloat() -
Method in interface javax.jms.StreamMessage
- Reads a
float
from the stream message.
- readInt() -
Method in interface javax.jms.BytesMessage
- Reads a signed 32-bit integer from the bytes message stream.
- readInt() -
Method in interface javax.jms.StreamMessage
- Reads a 32-bit integer from the stream message.
- readLine(byte[], int, int) -
Method in class javax.servlet.ServletInputStream
- Reads the input stream, one line at a time.
- readLong() -
Method in interface javax.jms.BytesMessage
- Reads a signed 64-bit integer from the bytes message stream.
- readLong() -
Method in interface javax.jms.StreamMessage
- Reads a 64-bit integer from the stream message.
- readObject() -
Method in interface javax.jms.StreamMessage
- Reads an object from the stream message.
- readResolve() -
Method in class javax.mail.Message.RecipientType
- When deserializing a RecipientType, we need to make sure to
return only one of the known static final instances defined
in this class.
- readResolve() -
Method in class javax.mail.internet.MimeMessage.RecipientType
-
- readResolve() -
Method in class javax.management.openmbean.SimpleType
- Replace an object read from an
ObjectInputStream
with the unique instance for that
value.
- readShort() -
Method in interface javax.jms.BytesMessage
- Reads a signed 16-bit number from the bytes message stream.
- readShort() -
Method in interface javax.jms.StreamMessage
- Reads a 16-bit integer from the stream message.
- readString() -
Method in interface javax.jms.StreamMessage
- Reads a
String
from the stream message.
- readUTF() -
Method in interface javax.jms.BytesMessage
- Reads a string that has been encoded using a modified UTF-8
format from the bytes message stream.
- readUnsignedByte() -
Method in interface javax.jms.BytesMessage
- Reads an unsigned 8-bit number from the bytes message stream.
- readUnsignedShort() -
Method in interface javax.jms.BytesMessage
- Reads an unsigned 16-bit number from the bytes message stream.
- receive() -
Method in interface javax.jms.MessageConsumer
- Receives the next message produced for this message consumer.
- receive(long) -
Method in interface javax.jms.MessageConsumer
- Receives the next message that arrives within the specified
timeout interval.
- receiveNoWait() -
Method in interface javax.jms.MessageConsumer
- Receives the next message if one is immediately available.
- recover() -
Method in interface javax.jms.Session
- Stops message delivery in this session, and restarts message delivery
with the oldest unacknowledged message.
- recover(int) -
Method in interface javax.resource.spi.XATerminator
- Obtains a list of prepared transaction branches from a resource
manager.
- recover(int) -
Method in interface javax.transaction.xa.XAResource
- Obtains a list of prepared transaction branches from a resource
manager.
- recycleNode() -
Method in interface javax.xml.soap.Node
- Notifies the implementation that this
Node
object is no longer being used by the application and that the
implementation is free to reuse this object for nodes that may
be created later.
- redeploy(TargetModuleID[], File, File) -
Method in interface javax.enterprise.deploy.spi.DeploymentManager
- (optional)
The redeploy method provides a means for updating currently
deployed J2EE applications.
- redeploy(TargetModuleID[], InputStream, InputStream) -
Method in interface javax.enterprise.deploy.spi.DeploymentManager
- (optional)
The redeploy method provides a means for updating currently
deployed J2EE applications.
- ref -
Variable in class javax.mail.internet.AddressException
- The string being parsed.
- register(Class, QName, SerializerFactory, DeserializerFactory) -
Method in interface javax.xml.rpc.encoding.TypeMapping
- Registers SerializerFactory and DeserializerFactory for a
specific type mapping between an XML type and Java type.
- register(String, TypeMapping) -
Method in interface javax.xml.rpc.encoding.TypeMappingRegistry
- Registers a
TypeMapping
instance with the
TypeMappingRegistry
.
- registerDefault(TypeMapping) -
Method in interface javax.xml.rpc.encoding.TypeMappingRegistry
- Registers the
TypeMapping
instance that is default
for all encoding styles supported by the
TypeMappingRegistry
.
- registerDeploymentFactory(DeploymentFactory) -
Method in class javax.enterprise.deploy.shared.factories.DeploymentFactoryManager
- Registers a DeploymentFactory so it will be able to handle
requests.
- registerHandler(String, PolicyContextHandler, boolean) -
Static method in class javax.security.jacc.PolicyContext
- Authorization protected method used to register a container specific
PolicyContext
handler.
- registerMBean(Object, ObjectName) -
Method in interface javax.management.MBeanServer
- Registers a pre-existing object as an MBean with the MBean
server.
- registerSynchronization(Synchronization) -
Method in interface javax.transaction.Transaction
- Register a synchronization object for the transaction currently
associated with the target object.
- release() -
Method in interface javax.enterprise.deploy.spi.DeploymentManager
- The release method is the mechanism by which the tool signals
to the DeploymentManager that the tool does not need it to
continue running connected to the platform.
- release() -
Method in interface javax.resource.spi.endpoint.MessageEndpoint
- This method may be called by the resource adapter to indicate that it
no longer needs a proxy endpoint instance.
- release() -
Method in interface javax.resource.spi.work.Work
- The
WorkManager
might call this method to hint the
active Work
instance to complete execution as soon as
possible.
- release() -
Method in class javax.servlet.jsp.PageContext
-
This method shall "reset" the internal state of a PageContext, releasing
all internal references, and preparing the PageContext for potential
reuse by a later invocation of initialize().
- release() -
Method in class javax.servlet.jsp.tagext.BodyTagSupport
- Release state.
- release() -
Method in interface javax.servlet.jsp.tagext.Tag
- Called on a Tag handler to release state.
- release() -
Method in class javax.servlet.jsp.tagext.TagAdapter
- Must not be called.
- release() -
Method in class javax.servlet.jsp.tagext.TagLibraryValidator
- Release any data kept by this instance for validation purposes.
- release() -
Method in class javax.servlet.jsp.tagext.TagSupport
- Release state.
- releaseMBeanServer(MBeanServer) -
Static method in class javax.management.MBeanServerFactory
- Remove internal MBeanServerFactory references to a created
MBeanServer.
- releasePageContext(PageContext) -
Method in class javax.servlet.jsp.JspFactory
-
called to release a previously allocated PageContext object.
- remove(String) -
Method in class javax.activation.MimeTypeParameterList
- Remove any value associated with the given name.
- remove(Handle) -
Method in interface javax.ejb.EJBHome
- Remove an EJB object identified by its handle.
- remove(Object) -
Method in interface javax.ejb.EJBHome
- Remove an EJB object identified by its primary key.
- remove(Object) -
Method in interface javax.ejb.EJBLocalHome
- Remove an EJB object identified by its primary key.
- remove() -
Method in interface javax.ejb.EJBLocalObject
- Remove the EJB local object.
- remove() -
Method in interface javax.ejb.EJBObject
- Remove the EJB object.
- remove(Flags.Flag) -
Method in class javax.mail.Flags
- Remove the specified system flag from this Flags object.
- remove(String) -
Method in class javax.mail.Flags
- Remove the specified user flag from this Flags object.
- remove(Flags) -
Method in class javax.mail.Flags
- Remove all flags in the given Flags object from this
Flags object.
- remove(String) -
Method in class javax.mail.internet.ParameterList
- Removes the specified parameter from this ParameterList.
- remove(Object[]) -
Method in interface javax.management.openmbean.TabularData
- Removes the CompositeData value whose index is key from this TabularData instance,
and returns the removed value, or returns null if there is no value whose index is key.
- remove(Object) -
Method in class javax.management.openmbean.TabularDataSupport
- This method simply calls remove((Object[]) key).
- remove(Object[]) -
Method in class javax.management.openmbean.TabularDataSupport
- Removes the CompositeData value whose index is key from this TabularData instance,
and returns the removed value, or returns null if there is no value whose index is key.
- removeAllAttachments() -
Method in class javax.xml.soap.SOAPMessage
- Removes all
AttachmentPart
objects that have been added
to this SOAPMessage
object.
- removeAllHeaders() -
Method in class javax.xml.soap.MimeHeaders
- Removes all the header entries from this
MimeHeaders
object.
- removeAllMimeHeaders() -
Method in class javax.xml.soap.AttachmentPart
- Removes all the MIME header entries.
- removeAllMimeHeaders() -
Method in class javax.xml.soap.SOAPPart
- Removes all the
MimeHeader
objects for this
SOAPEnvelope
object.
- removeAllNotifications() -
Method in class javax.management.timer.Timer
- Removes all the timer notifications from the list of notifications
and resets the counter used to update the timer notification identifiers.
- removeAllNotifications() -
Method in interface javax.management.timer.TimerMBean
- Removes all the timer notifications from the list of notifications
and resets the counter used to update the timer notification identifiers.
- removeAllParameters() -
Method in interface javax.xml.rpc.Call
- Removes all specified parameters from this
Call
instance.
- removeAssociation(Association) -
Method in interface javax.xml.registry.infomodel.RegistryObject
- Removes specified Association from this object.
- removeAssociations(Collection) -
Method in interface javax.xml.registry.infomodel.RegistryObject
- Removes specified Associations from this object.
- removeAttribute(String) -
Method in interface javax.servlet.ServletContext
- Removes the attribute with the given name from
the servlet context.
- removeAttribute(String) -
Method in interface javax.servlet.ServletRequest
- Removes an attribute from this request.
- removeAttribute(String) -
Method in class javax.servlet.ServletRequestWrapper
- The default behavior of this method is to call removeAttribute(String name)
on the wrapped request object.
- removeAttribute(String) -
Method in interface javax.servlet.http.HttpSession
- Removes the object bound with the specified name from
this session.
- removeAttribute(String) -
Method in class javax.servlet.jsp.JspContext
- Remove the object reference associated with the given name
from all scopes.
- removeAttribute(String, int) -
Method in class javax.servlet.jsp.JspContext
- Remove the object reference associated with the specified name
in the given scope.
- removeAttribute(Name) -
Method in interface javax.xml.soap.SOAPElement
- Removes the attribute with the specified name.
- removeAttributeChangeNotificationListener(NotificationListener, String) -
Method in interface javax.management.modelmbean.ModelMBeanNotificationBroadcaster
- Removes a listener for attributeChangeNotifications from the RequiredModelMBean.
- removeAttributeChangeNotificationListener(NotificationListener, String) -
Method in class javax.management.modelmbean.RequiredModelMBean
-
- removeBodyPart(BodyPart) -
Method in class javax.mail.Multipart
- Remove the specified part from the multipart message.
- removeBodyPart(int) -
Method in class javax.mail.Multipart
- Remove the part at specified location (starting from 0).
- removeChildConcept(Concept) -
Method in interface javax.xml.registry.infomodel.ClassificationScheme
- Removes a child Concept.
- removeChildConcept(Concept) -
Method in interface javax.xml.registry.infomodel.Concept
- Removes a child Concept.
- removeChildConcepts(Collection) -
Method in interface javax.xml.registry.infomodel.ClassificationScheme
- Removes a Collection of children Concepts.
- removeChildConcepts(Collection) -
Method in interface javax.xml.registry.infomodel.Concept
- Removes a Collection of children Concepts.
- removeChildOrganization(Organization) -
Method in interface javax.xml.registry.infomodel.Organization
- Removes a child Organization.
- removeChildOrganizations(Collection) -
Method in interface javax.xml.registry.infomodel.Organization
- Removes a Collection of children Organizations.
- removeClassification(Classification) -
Method in interface javax.xml.registry.infomodel.RegistryObject
- Removes specified Classification from this object.
- removeClassifications(Collection) -
Method in interface javax.xml.registry.infomodel.RegistryObject
- Removes specified Classifications from this object.
- removeConnectionEventListener(ConnectionEventListener) -
Method in interface javax.resource.spi.ManagedConnection
- Removes an already registered connection event listener from the
ManagedConnection instance.
- removeConnectionListener(ConnectionListener) -
Method in class javax.mail.Folder
- Remove a Connection event listener.
- removeConnectionListener(ConnectionListener) -
Method in class javax.mail.Service
- Remove a Connection event listener.
- removeContents() -
Method in interface javax.xml.soap.SOAPElement
- Detaches all children of this
SOAPElement
.
- removeDConfigBean(DConfigBean) -
Method in interface javax.enterprise.deploy.spi.DConfigBean
- Remove a child DConfigBean from this bean.
- removeDConfigBean(DConfigBeanRoot) -
Method in interface javax.enterprise.deploy.spi.DeploymentConfiguration
- Remove the root DConfigBean and all its children.
- removeDeserializer(Class, QName) -
Method in interface javax.xml.rpc.encoding.TypeMapping
- Removes the DeserializerFactory registered for the specified
pair of Java type and XML data type.
- removeExcludedPolicy() -
Method in interface javax.security.jacc.PolicyConfiguration
- Used to remove any excluded policy statements from this
PolicyConfiguration.
- removeExternalIdentifier(ExternalIdentifier) -
Method in interface javax.xml.registry.infomodel.RegistryObject
- Removes specified ExternalIdentifier as an external identifier from this object.
- removeExternalIdentifiers(Collection) -
Method in interface javax.xml.registry.infomodel.RegistryObject
- Removes specified ExternalIdentifiers as an external identifiers from this object.
- removeExternalLink(ExternalLink) -
Method in interface javax.xml.registry.infomodel.RegistryObject
- Removes specified ExternalLink from this object.
- removeExternalLinks(Collection) -
Method in interface javax.xml.registry.infomodel.RegistryObject
- Removes specified ExternalLinks from this object.
- removeField(String) -
Method in interface javax.management.Descriptor
- Removes a field from the descriptor.
- removeField(String) -
Method in class javax.management.modelmbean.DescriptorSupport
- Removes a field from the descriptor.
- removeFolderListener(FolderListener) -
Method in class javax.mail.Folder
- Remove a Folder event listener.
- removeFolderListener(FolderListener) -
Method in class javax.mail.Store
- Remove a listener for Folder events.
- removeHeader(String) -
Method in interface javax.mail.Part
- Remove all headers with this name.
- removeHeader(String) -
Method in class javax.mail.internet.InternetHeaders
- Remove all header entries that match the given name
- removeHeader(String) -
Method in class javax.mail.internet.MimeBodyPart
- Remove all headers with this name.
- removeHeader(String) -
Method in class javax.mail.internet.MimeMessage
- Remove all headers with this name.
- removeHeader(String) -
Method in class javax.xml.soap.MimeHeaders
- Remove all
MimeHeader
objects whose name matches the
the given name.
- removeLocalizedString(LocalizedString) -
Method in interface javax.xml.registry.infomodel.InternationalString
- Removes a LocalizedString from this object.
- removeLocalizedStrings(Collection) -
Method in interface javax.xml.registry.infomodel.InternationalString
- Removes specified LocalizedStrings to this object.
- removeMessageChangedListener(MessageChangedListener) -
Method in class javax.mail.Folder
- Remove a MessageChanged listener.
- removeMessageCountListener(MessageCountListener) -
Method in class javax.mail.Folder
- Remove a MessageCount listener.
- removeMimeHeader(String) -
Method in class javax.xml.soap.AttachmentPart
- Removes all MIME headers that match the given name.
- removeMimeHeader(String) -
Method in class javax.xml.soap.SOAPPart
- Removes all MIME headers that match the given name.
- removeNamespaceDeclaration(String) -
Method in interface javax.xml.soap.SOAPElement
- Removes the namespace declaration corresponding to the given prefix.
- removeNotification(Integer) -
Method in class javax.management.timer.Timer
- Removes the timer notification corresponding to the specified identifier from the list of notifications.
- removeNotification(Integer) -
Method in interface javax.management.timer.TimerMBean
- Removes the timer notification corresponding to the specified identifier from the list of notifications.
- removeNotificationListener(ObjectName, ObjectName) -
Method in interface javax.management.MBeanServer
- Removes a listener from a registered MBean.
- removeNotificationListener(ObjectName, ObjectName, NotificationFilter, Object) -
Method in interface javax.management.MBeanServer
- Removes a listener from a registered MBean.
- removeNotificationListener(ObjectName, NotificationListener) -
Method in interface javax.management.MBeanServer
- Removes a listener from a registered MBean.
- removeNotificationListener(ObjectName, NotificationListener, NotificationFilter, Object) -
Method in interface javax.management.MBeanServer
- Removes a listener from a registered MBean.
- removeNotificationListener(ObjectName, ObjectName) -
Method in interface javax.management.MBeanServerConnection
- Removes a listener from a registered MBean.
- removeNotificationListener(ObjectName, ObjectName, NotificationFilter, Object) -
Method in interface javax.management.MBeanServerConnection
- Removes a listener from a registered MBean.
- removeNotificationListener(ObjectName, NotificationListener) -
Method in interface javax.management.MBeanServerConnection
- Removes a listener from a registered MBean.
- removeNotificationListener(ObjectName, NotificationListener, NotificationFilter, Object) -
Method in interface javax.management.MBeanServerConnection
- Removes a listener from a registered MBean.
- removeNotificationListener(NotificationListener, NotificationFilter, Object) -
Method in class javax.management.MBeanServerDelegate
-
- removeNotificationListener(NotificationListener) -
Method in class javax.management.MBeanServerDelegate
-
- removeNotificationListener(NotificationListener) -
Method in interface javax.management.NotificationBroadcaster
- Removes a listener from this MBean.
- removeNotificationListener(NotificationListener) -
Method in class javax.management.NotificationBroadcasterSupport
-
- removeNotificationListener(NotificationListener, NotificationFilter, Object) -
Method in class javax.management.NotificationBroadcasterSupport
-
- removeNotificationListener(NotificationListener, NotificationFilter, Object) -
Method in interface javax.management.NotificationEmitter
- Removes a listener from this MBean.
- removeNotificationListener(ObjectName, NotificationListener) -
Method in interface javax.management.j2ee.ListenerRegistration
- Remove a listener from a registered managed object.
- removeNotificationListener(NotificationListener) -
Method in class javax.management.modelmbean.RequiredModelMBean
- Removes a listener for Notifications from the RequiredModelMBean.
- removeNotificationListener(NotificationListener, NotificationFilter, Object) -
Method in class javax.management.modelmbean.RequiredModelMBean
-
- removeNotifications(String) -
Method in class javax.management.timer.Timer
- Removes all the timer notifications corresponding to the specified type from the list of notifications.
- removeNotifications(String) -
Method in interface javax.management.timer.TimerMBean
- Removes all the timer notifications corresponding to the specified type from the list of notifications.
- removeObservedObject(ObjectName) -
Method in class javax.management.monitor.Monitor
- Removes the specified object from the set of observed MBeans.
- removeObservedObject(ObjectName) -
Method in interface javax.management.monitor.MonitorMBean
- Removes the specified object from the set of observed MBeans.
- removeParameter(String) -
Method in class javax.activation.MimeType
- Remove any value associated with the given name.
- removeProgressListener(ProgressListener) -
Method in interface javax.enterprise.deploy.spi.status.ProgressObject
- Remove a ProgressObject listener.
- removeProperty(String) -
Method in interface javax.xml.rpc.Call
- Removes a named property.
- removeProperty(String) -
Method in interface javax.xml.rpc.handler.MessageContext
- Removes a property (name-value pair) from the
MessageContext
- removePropertyChangeListener(PropertyChangeListener) -
Method in interface javax.enterprise.deploy.spi.DConfigBean
- Unregister a property listener for this bean.
- removeRegistryObject(RegistryObject) -
Method in interface javax.xml.registry.infomodel.RegistryPackage
- Removes a child RegistryObject from membership.
- removeRegistryObjects(Collection) -
Method in interface javax.xml.registry.infomodel.RegistryPackage
- Removes a Collection of children RegistryObjects from membership.
- removeRelation(String) -
Method in class javax.management.relation.RelationService
- Removes given relation from the Relation Service.
- removeRelation(String) -
Method in interface javax.management.relation.RelationServiceMBean
- Removes given relation from the Relation Service.
- removeRelationType(String) -
Method in class javax.management.relation.RelationService
- Removes given relation type from Relation Service.
- removeRelationType(String) -
Method in interface javax.management.relation.RelationServiceMBean
- Removes given relation type from Relation Service.
- removeRole(String) -
Method in interface javax.security.jacc.PolicyConfiguration
- Used to remove a role and all its permissions from this
PolicyConfiguration.
- removeSerializer(Class, QName) -
Method in interface javax.xml.rpc.encoding.TypeMapping
- Removes the SerializerFactory registered for the specified
pair of Java type and XML data type.
- removeService(Service) -
Method in interface javax.xml.registry.infomodel.Organization
- Removes a Service from this object.
- removeServiceBinding(ServiceBinding) -
Method in interface javax.xml.registry.infomodel.Service
- Removes a child ServiceBinding.
- removeServiceBindings(Collection) -
Method in interface javax.xml.registry.infomodel.Service
- Removes a Collection of children ServiceBindings.
- removeServices(Collection) -
Method in interface javax.xml.registry.infomodel.Organization
- Removes a Collection of children Services from this object.
- removeSlot(String) -
Method in interface javax.xml.registry.infomodel.ExtensibleObject
- Removes a Slot from this object.
- removeSlots(Collection) -
Method in interface javax.xml.registry.infomodel.ExtensibleObject
- Removes specified Slots from this object.
- removeSpecificationLink(SpecificationLink) -
Method in interface javax.xml.registry.infomodel.ServiceBinding
- Removes a child SpecificationLink.
- removeSpecificationLinks(Collection) -
Method in interface javax.xml.registry.infomodel.ServiceBinding
- Removes a Collection of children SpecificationLinks.
- removeStoreListener(StoreListener) -
Method in class javax.mail.Store
- Remove a listener for Store events.
- removeTransportListener(TransportListener) -
Method in class javax.mail.Transport
- Remove a listener for Transport events.
- removeTypeMapping(TypeMapping) -
Method in interface javax.xml.rpc.encoding.TypeMappingRegistry
- Removes a
TypeMapping
from the TypeMappingRegistry.
- removeUncheckedPolicy() -
Method in interface javax.security.jacc.PolicyConfiguration
- Used to remove any unchecked policy statements from this
PolicyConfiguration.
- removeUser(User) -
Method in interface javax.xml.registry.infomodel.Organization
- Removes a User.
- removeUsers(Collection) -
Method in interface javax.xml.registry.infomodel.Organization
- Removes a Collection of Users.
- removeValue(String) -
Method in interface javax.servlet.http.HttpSession
- Deprecated. As of Version 2.2, this method is
replaced by
HttpSession.removeAttribute(java.lang.String)
- removeValue(String) -
Method in class javax.servlet.jsp.tagext.TagSupport
- Remove a value associated with a key.
- removeXpathListener(String, XpathListener) -
Method in interface javax.enterprise.deploy.model.DDBean
- Unregister a listener for a specific XPath.
- removeXpathListener(ModuleType, String, XpathListener) -
Method in interface javax.enterprise.deploy.model.J2eeApplicationObject
- Unregister the listener for an XPath.
- removed -
Variable in class javax.mail.event.MessageCountEvent
- If true, this event is the result of an explicit
expunge by this client, and the messages in this
folder have been renumbered to account for this.
- renameTo(Folder) -
Method in class javax.mail.Folder
- Rename this Folder.
- reply(boolean) -
Method in class javax.mail.Message
- Get a new Message suitable for a reply to this message.
- reply(boolean) -
Method in class javax.mail.internet.MimeMessage
- Get a new Message suitable for a reply to this message.
- request(Message) -
Method in class javax.jms.QueueRequestor
- Sends a request and waits for a reply.
- request(Message) -
Method in class javax.jms.TopicRequestor
- Sends a request and waits for a reply.
- requestDestroyed(ServletRequestEvent) -
Method in interface javax.servlet.ServletRequestListener
- Notification that the servlet request is about to go out of scope.
- requestInitialized(ServletRequestEvent) -
Method in interface javax.servlet.ServletRequestListener
- Notification that the servlet request is about to go into scope.
- requestPasswordAuthentication(InetAddress, int, String, String, String) -
Method in class javax.mail.Session
- Call back to the application to get the needed user name and password.
- reset() -
Method in interface javax.jms.BytesMessage
- Puts the message body in read-only mode and repositions the stream of
bytes to the beginning.
- reset() -
Method in interface javax.jms.StreamMessage
- Puts the message body in read-only mode and repositions the stream
to the beginning.
- reset() -
Method in interface javax.servlet.ServletResponse
- Clears any data that exists in the buffer as well as the status code and
headers.
- reset() -
Method in class javax.servlet.ServletResponseWrapper
- The default behavior of this method is to call reset()
on the wrapped response object.
- resetBuffer() -
Method in interface javax.servlet.ServletResponse
- Clears the content of the underlying buffer in the response without
clearing headers or status code.
- resetBuffer() -
Method in class javax.servlet.ServletResponseWrapper
- The default behavior of this method is to call resetBuffer()
on the wrapped response object.
- resolve(String, String) -
Method in interface javax.xml.transform.URIResolver
- Called by the processor when it encounters
an xsl:include, xsl:import, or document() function.
- resolveFunction(String, String) -
Method in interface javax.servlet.jsp.el.FunctionMapper
- Resolves the specified local name and prefix into a Java.lang.Method.
- resolveVariable(String) -
Method in interface javax.servlet.jsp.el.VariableResolver
- Resolves the specified variable.
- restore(InputStream) -
Method in interface javax.enterprise.deploy.spi.DeploymentConfiguration
- Restore from disk to a full set of configuration beans previously
stored.
- restoreDConfigBean(InputStream, DDBeanRoot) -
Method in interface javax.enterprise.deploy.spi.DeploymentConfiguration
- Restore from disk to instantated objects all the DConfigBeans
associated with a specific deployment descriptor.
- resume(Transaction) -
Method in interface javax.transaction.TransactionManager
- Resume the transaction context association of the calling thread
with the transaction represented by the supplied Transaction object.
- retrieveAllRoles() -
Method in interface javax.management.relation.Relation
- Returns all roles in the relation without checking read mode.
- retrieveAllRoles() -
Method in class javax.management.relation.RelationSupport
- Returns all roles in the relation without checking read mode.
- roleValueToString(List) -
Static method in class javax.management.relation.Role
- Returns a string for the given role value.
- rollback() -
Method in interface javax.jms.Session
- Rolls back any messages done in this transaction and releases any locks
currently held.
- rollback() -
Method in interface javax.jms.XASession
- Throws a
TransactionInProgressException
, since it should
not be called for an XASession
object.
- rollback() -
Method in interface javax.resource.cci.LocalTransaction
- Rollbacks the current resource manager local transaction.
- rollback() -
Method in interface javax.resource.spi.LocalTransaction
- Rollback a local transaction
- rollback(Xid) -
Method in interface javax.resource.spi.XATerminator
- Informs the resource manager to roll back work done on behalf
of a transaction branch.
- rollback() -
Method in interface javax.transaction.Transaction
- Rollback the transaction represented by this Transaction object.
- rollback() -
Method in interface javax.transaction.TransactionManager
- Roll back the transaction associated with the current thread.
- rollback() -
Method in interface javax.transaction.UserTransaction
- Roll back the transaction associated with the current thread.
- rollback(Xid) -
Method in interface javax.transaction.xa.XAResource
- Informs the resource manager to roll back work done on behalf
of a transaction branch.
- run() -
Method in interface javax.jms.Session
- Optional operation, intended to be used only by Application Servers,
not by ordinary JMS clients.
S
- SAXParser - class javax.xml.parsers.SAXParser.
- Defines the API that wraps an
XMLReader
implementation class. - SAXParser() -
Constructor for class javax.xml.parsers.SAXParser
-
- SAXParserFactory - class javax.xml.parsers.SAXParserFactory.
- Defines a factory API that enables applications to configure and
obtain a SAX based parser to parse XML documents.
- SAXParserFactory() -
Constructor for class javax.xml.parsers.SAXParserFactory
-
- SAXResult - class javax.xml.transform.sax.SAXResult.
- Acts as an holder for a transformation Result.
- SAXResult() -
Constructor for class javax.xml.transform.sax.SAXResult
- Zero-argument default constructor.
- SAXResult(ContentHandler) -
Constructor for class javax.xml.transform.sax.SAXResult
- Create a SAXResult that targets a SAX2
ContentHandler
.
- SAXSource - class javax.xml.transform.sax.SAXSource.
- Acts as an holder for SAX-style Source.
- SAXSource() -
Constructor for class javax.xml.transform.sax.SAXSource
- Zero-argument default constructor.
- SAXSource(XMLReader, InputSource) -
Constructor for class javax.xml.transform.sax.SAXSource
- Create a
SAXSource
, using an XMLReader
and a SAX InputSource.
- SAXSource(InputSource) -
Constructor for class javax.xml.transform.sax.SAXSource
- Create a
SAXSource
, using a SAX InputSource
.
- SAXTransformerFactory - class javax.xml.transform.sax.SAXTransformerFactory.
- This class extends TransformerFactory to provide SAX-specific
factory methods.
- SAXTransformerFactory() -
Constructor for class javax.xml.transform.sax.SAXTransformerFactory
- The default constructor is protected on purpose.
- SC_ACCEPTED -
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (202) indicating that a request was accepted for
processing, but was not completed.
- SC_BAD_GATEWAY -
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (502) indicating that the HTTP server received an
invalid response from a server it consulted when acting as a
proxy or gateway.
- SC_BAD_REQUEST -
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (400) indicating the request sent by the client was
syntactically incorrect.
- SC_CONFLICT -
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (409) indicating that the request could not be
completed due to a conflict with the current state of the
resource.
- SC_CONTINUE -
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (100) indicating the client can continue.
- SC_CREATED -
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (201) indicating the request succeeded and created
a new resource on the server.
- SC_EXPECTATION_FAILED -
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (417) indicating that the server could not meet the
expectation given in the Expect request header.
- SC_FORBIDDEN -
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (403) indicating the server understood the request
but refused to fulfill it.
- SC_FOUND -
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (302) indicating that the resource reside
temporarily under a different URI.
- SC_GATEWAY_TIMEOUT -
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (504) indicating that the server did not receive
a timely response from the upstream server while acting as
a gateway or proxy.
- SC_GONE -
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (410) indicating that the resource is no longer
available at the server and no forwarding address is known.
- SC_HTTP_VERSION_NOT_SUPPORTED -
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (505) indicating that the server does not support
or refuses to support the HTTP protocol version that was used
in the request message.
- SC_INTERNAL_SERVER_ERROR -
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (500) indicating an error inside the HTTP server
which prevented it from fulfilling the request.
- SC_LENGTH_REQUIRED -
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (411) indicating that the request cannot be handled
without a defined
Content-Length
.
- SC_METHOD_NOT_ALLOWED -
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (405) indicating that the method specified in the
Request-Line
is not allowed for the resource
identified by the Request-URI
.
- SC_MOVED_PERMANENTLY -
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (301) indicating that the resource has permanently
moved to a new location, and that future references should use a
new URI with their requests.
- SC_MOVED_TEMPORARILY -
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (302) indicating that the resource has temporarily
moved to another location, but that future references should
still use the original URI to access the resource.
- SC_MULTIPLE_CHOICES -
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (300) indicating that the requested resource
corresponds to any one of a set of representations, each with
its own specific location.
- SC_NON_AUTHORITATIVE_INFORMATION -
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (203) indicating that the meta information presented
by the client did not originate from the server.
- SC_NOT_ACCEPTABLE -
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (406) indicating that the resource identified by the
request is only capable of generating response entities which have
content characteristics not acceptable according to the accept
headers sent in the request.
- SC_NOT_FOUND -
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (404) indicating that the requested resource is not
available.
- SC_NOT_IMPLEMENTED -
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (501) indicating the HTTP server does not support
the functionality needed to fulfill the request.
- SC_NOT_MODIFIED -
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (304) indicating that a conditional GET operation
found that the resource was available and not modified.
- SC_NO_CONTENT -
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (204) indicating that the request succeeded but that
there was no new information to return.
- SC_OK -
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (200) indicating the request succeeded normally.
- SC_PARTIAL_CONTENT -
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (206) indicating that the server has fulfilled
the partial GET request for the resource.
- SC_PAYMENT_REQUIRED -
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (402) reserved for future use.
- SC_PRECONDITION_FAILED -
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (412) indicating that the precondition given in one
or more of the request-header fields evaluated to false when it
was tested on the server.
- SC_PROXY_AUTHENTICATION_REQUIRED -
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (407) indicating that the client MUST first
authenticate itself with the proxy.
- SC_REQUESTED_RANGE_NOT_SATISFIABLE -
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (416) indicating that the server cannot serve the
requested byte range.
- SC_REQUEST_ENTITY_TOO_LARGE -
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (413) indicating that the server is refusing to process
the request because the request entity is larger than the server is
willing or able to process.
- SC_REQUEST_TIMEOUT -
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (408) indicating that the client did not produce a
request within the time that the server was prepared to wait.
- SC_REQUEST_URI_TOO_LONG -
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (414) indicating that the server is refusing to service
the request because the
Request-URI
is longer
than the server is willing to interpret.
- SC_RESET_CONTENT -
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (205) indicating that the agent SHOULD reset
the document view which caused the request to be sent.
- SC_SEE_OTHER -
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (303) indicating that the response to the request
can be found under a different URI.
- SC_SERVICE_UNAVAILABLE -
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (503) indicating that the HTTP server is
temporarily overloaded, and unable to handle the request.
- SC_SWITCHING_PROTOCOLS -
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (101) indicating the server is switching protocols
according to Upgrade header.
- SC_TEMPORARY_REDIRECT -
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (307) indicating that the requested resource
resides temporarily under a different URI.
- SC_UNAUTHORIZED -
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (401) indicating that the request requires HTTP
authentication.
- SC_UNSUPPORTED_MEDIA_TYPE -
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (415) indicating that the server is refusing to service
the request because the entity of the request is in a format not
supported by the requested resource for the requested method.
- SC_USE_PROXY -
Static variable in interface javax.servlet.http.HttpServletResponse
- Status code (305) indicating that the requested resource
MUST be accessed through the proxy given by the
Location
field.
- SEEN -
Static variable in class javax.mail.Flags.Flag
- This message is seen.
- SERVICE -
Static variable in interface javax.xml.registry.LifeCycleManager
-
- SERVICEFACTORY_PROPERTY -
Static variable in class javax.xml.rpc.ServiceFactory
- A constant representing the property used to lookup the
name of a
ServiceFactory
implementation
class.
- SERVICE_BINDING -
Static variable in interface javax.xml.registry.LifeCycleManager
-
- SERVICE_SUBSET -
Static variable in interface javax.xml.registry.FindQualifier
- Maps to UDDI serviceSubset.
- SESSION -
Static variable in class javax.servlet.jsp.PageContext
- Name used to store HttpSession in PageContext name table.
- SESSION_MAINTAIN_PROPERTY -
Static variable in interface javax.xml.rpc.Call
- Standard property: This boolean property is used by a service
client to indicate whether or not it wants to participate in
a session with a service endpoint.
- SESSION_MAINTAIN_PROPERTY -
Static variable in interface javax.xml.rpc.Stub
- Standard property: This boolean property is used by a service
client to indicate whether or not it wants to participate in
a session with a service endpoint.
- SESSION_SCOPE -
Static variable in class javax.servlet.jsp.PageContext
- Session scope (only valid if this page participates in a session):
the named reference remains available from the HttpSession (if any)
associated with the Servlet until the HttpSession is invalidated.
- SESSION_TRANSACTED -
Static variable in interface javax.jms.Session
- This value is returned from the method
getAcknowledgeMode
if the session is transacted.
- SHORT -
Static variable in class javax.management.openmbean.SimpleType
- The
SimpleType
instance describing values whose
Java class name is java.lang.Short
.
- SKIP_BODY -
Static variable in interface javax.servlet.jsp.tagext.Tag
- Skip body evaluation.
- SKIP_PAGE -
Static variable in interface javax.servlet.jsp.tagext.Tag
- Skip the rest of the page.
- SLOT -
Static variable in interface javax.xml.registry.LifeCycleManager
-
- SOAPACTION_URI_PROPERTY -
Static variable in interface javax.xml.rpc.Call
- Standard property for SOAPAction.
- SOAPACTION_USE_PROPERTY -
Static variable in interface javax.xml.rpc.Call
- Standard property for SOAPAction.
- SOAPBody - interface javax.xml.soap.SOAPBody.
- An object that represents the contents of the SOAP body
element in a SOAP message.
- SOAPBodyElement - interface javax.xml.soap.SOAPBodyElement.
- A
SOAPBodyElement
object represents the contents in
a SOAPBody
object. - SOAPConnection - class javax.xml.soap.SOAPConnection.
- A point-to-point connection that a client can use for sending messages
directly to a remote party (represented by a URL, for instance).
- SOAPConnection() -
Constructor for class javax.xml.soap.SOAPConnection
-
- SOAPConnectionFactory - class javax.xml.soap.SOAPConnectionFactory.
- A factory for creating
SOAPConnection
objects. - SOAPConnectionFactory() -
Constructor for class javax.xml.soap.SOAPConnectionFactory
-
- SOAPConstants - interface javax.xml.soap.SOAPConstants.
- The definition of constants pertaining to the SOAP 1.1 protocol.
- SOAPElement - interface javax.xml.soap.SOAPElement.
- An object representing an element of a SOAP message that is allowed but not
specifically prescribed by a SOAP specification.
- SOAPElementFactory - class javax.xml.soap.SOAPElementFactory.
- Deprecated. - Use
javax.xml.soap.SOAPFactory
for creating SOAPElements. - SOAPEnvelope - interface javax.xml.soap.SOAPEnvelope.
- The container for the SOAPHeader and SOAPBody portions of a
SOAPPart
object. - SOAPException - exception javax.xml.soap.SOAPException.
- An exception that signals that a SOAP exception has occurred.
- SOAPException() -
Constructor for class javax.xml.soap.SOAPException
- Constructs a
SOAPException
object with no
reason or embedded Throwable
object.
- SOAPException(String) -
Constructor for class javax.xml.soap.SOAPException
- Constructs a
SOAPException
object with the given
String
as the reason for the exception being thrown.
- SOAPException(String, Throwable) -
Constructor for class javax.xml.soap.SOAPException
- Constructs a
SOAPException
object with the given
String
as the reason for the exception being thrown
and the given Throwable
object as an embedded
exception.
- SOAPException(Throwable) -
Constructor for class javax.xml.soap.SOAPException
- Constructs a
SOAPException
object initialized
with the given Throwable
object.
- SOAPFactory - class javax.xml.soap.SOAPFactory.
SOAPFactory
is a factory for creating various objects
that exist in the SOAP XML tree.
- SOAPFactory() -
Constructor for class javax.xml.soap.SOAPFactory
-
- SOAPFault - interface javax.xml.soap.SOAPFault.
- An element in the
SOAPBody
object that contains
error and/or status information. - SOAPFaultElement - interface javax.xml.soap.SOAPFaultElement.
- A representation of the contents in
a
SOAPFault
object. - SOAPFaultException - exception javax.xml.rpc.soap.SOAPFaultException.
- The
SOAPFaultException
exception represents a
SOAP fault.
- SOAPFaultException(QName, String, String, Detail) -
Constructor for class javax.xml.rpc.soap.SOAPFaultException
- Constructor for the SOAPFaultException
- SOAPHeader - interface javax.xml.soap.SOAPHeader.
- A representation of the SOAP header
element.
- SOAPHeaderElement - interface javax.xml.soap.SOAPHeaderElement.
- An object representing the contents in the SOAP header part of the
SOAP envelope.
- SOAPMessage - class javax.xml.soap.SOAPMessage.
- The root class for all SOAP messages.
- SOAPMessage() -
Constructor for class javax.xml.soap.SOAPMessage
-
- SOAPMessageContext - interface javax.xml.rpc.handler.soap.SOAPMessageContext.
- The interface
javax.xml.rpc.soap.SOAPMessageContext
provides access to the SOAP message for either RPC request or
response. - SOAPPart - class javax.xml.soap.SOAPPart.
- The container for the SOAP-specific portion of a
SOAPMessage
object. - SOAPPart() -
Constructor for class javax.xml.soap.SOAPPart
-
- SOAP_ARRAY -
Static variable in class javax.xml.rpc.encoding.XMLType
- The name of the
SOAP-ENC:Array
type.
- SOAP_BASE64 -
Static variable in class javax.xml.rpc.encoding.XMLType
- The name of the
SOAP-ENC:base64
type.
- SOAP_BOOLEAN -
Static variable in class javax.xml.rpc.encoding.XMLType
- The name of the
SOAP-ENC:boolean
type.
- SOAP_BYTE -
Static variable in class javax.xml.rpc.encoding.XMLType
- The name of the
SOAP-ENC:byte
type.
- SOAP_DOUBLE -
Static variable in class javax.xml.rpc.encoding.XMLType
- The name of the
SOAP-ENC:double
type.
- SOAP_FLOAT -
Static variable in class javax.xml.rpc.encoding.XMLType
- The name of the
SOAP-ENC:float
type.
- SOAP_INT -
Static variable in class javax.xml.rpc.encoding.XMLType
- The name of the
SOAP-ENC:int
type.
- SOAP_LONG -
Static variable in class javax.xml.rpc.encoding.XMLType
- The name of the
SOAP-ENC:long
type.
- SOAP_SHORT -
Static variable in class javax.xml.rpc.encoding.XMLType
- The name of the
SOAP-ENC:short
type.
- SOAP_STRING -
Static variable in class javax.xml.rpc.encoding.XMLType
- The name of the
SOAP-ENC:string
type.
- SORT_BY_DATE_ASC -
Static variable in interface javax.xml.registry.FindQualifier
-
- SORT_BY_DATE_DESC -
Static variable in interface javax.xml.registry.FindQualifier
-
- SORT_BY_NAME_ASC -
Static variable in interface javax.xml.registry.FindQualifier
-
- SORT_BY_NAME_DESC -
Static variable in interface javax.xml.registry.FindQualifier
-
- SORT_CODE_SLOT -
Static variable in interface javax.xml.registry.infomodel.Slot
- Name for pre-defined Slot used in PostalAddress by JAXR UDDI provider.
- SOUNDEX -
Static variable in interface javax.xml.registry.FindQualifier
- Optional qualifier that allows matching strings by their sounds.
- SPECIFICATION_LINK -
Static variable in interface javax.xml.registry.LifeCycleManager
-
- STABILITY_DYNAMIC -
Static variable in interface javax.xml.registry.infomodel.RegistryEntry
- RegistryEntry may change at any time.
- STABILITY_DYNAMIC_COMPATIBLE -
Static variable in interface javax.xml.registry.infomodel.RegistryEntry
- RegistryEntry may change at any time, however the changes will be backward compatible.
- STABILITY_STATIC -
Static variable in interface javax.xml.registry.infomodel.RegistryEntry
- RegistryEntry will not change.
- STANDALONE -
Static variable in class javax.xml.transform.OutputKeys
- standalone = "yes" | "no".
- START -
Static variable in class javax.enterprise.deploy.shared.CommandType
- The DeploymentManger action operation being processed is start.
- START_TIMED_OUT -
Static variable in class javax.resource.spi.work.WorkException
- Indicates start timeout expiration.
- STATUS_ACTIVE -
Static variable in interface javax.transaction.Status
- A transaction is associated with the target object and it is in the
active state.
- STATUS_APPROVED -
Static variable in interface javax.xml.registry.infomodel.RegistryEntry
- RegistryEntry has been submitted and approved.
- STATUS_COMMITTED -
Static variable in interface javax.transaction.Status
- A transaction is associated with the target object and it has been
committed.
- STATUS_COMMITTING -
Static variable in interface javax.transaction.Status
- A transaction is associated with the target object and it is in the
process of committing.
- STATUS_DEPRECATED -
Static variable in interface javax.xml.registry.infomodel.RegistryEntry
- RegistryEntry has been deprecated.
- STATUS_FAILURE -
Static variable in interface javax.xml.registry.JAXRResponse
- Status indicating a failure response.
- STATUS_MARKED_ROLLBACK -
Static variable in interface javax.transaction.Status
- A transaction is associated with the target object and it has been
marked for rollback, perhaps as a result of a setRollbackOnly operation.
- STATUS_NO_TRANSACTION -
Static variable in interface javax.transaction.Status
- No transaction is currently associated with the target object.
- STATUS_PREPARED -
Static variable in interface javax.transaction.Status
- A transaction is associated with the target object and it has been
prepared.
- STATUS_PREPARING -
Static variable in interface javax.transaction.Status
- A transaction is associated with the target object and it is in the
process of preparing.
- STATUS_ROLLEDBACK -
Static variable in interface javax.transaction.Status
- A transaction is associated with the target object and the outcome
has been determined to be rollback.
- STATUS_ROLLING_BACK -
Static variable in interface javax.transaction.Status
- A transaction is associated with the target object and it is in the
process of rolling back.
- STATUS_SUBMITTED -
Static variable in interface javax.xml.registry.infomodel.RegistryEntry
- RegistryEntry has been submitted.
- STATUS_SUCCESS -
Static variable in interface javax.xml.registry.JAXRResponse
- Status indicating a successful response.
- STATUS_UNAVAILABLE -
Static variable in interface javax.xml.registry.JAXRResponse
- Status indicating that the results are currently unavailable.
- STATUS_UNKNOWN -
Static variable in interface javax.transaction.Status
- A transaction is associated with the target object but its
current status cannot be determined.
- STATUS_WARNING -
Static variable in interface javax.xml.registry.JAXRResponse
- Status indicating a successful response that included at least one warning.
- STATUS_WITHDRAWN -
Static variable in interface javax.xml.registry.infomodel.RegistryEntry
- RegistryEntry has been withdrawn by the submitter.
- STOP -
Static variable in class javax.enterprise.deploy.shared.ActionType
- A stop operation is being preformed on the DeploymentManager
action command.
- STOP -
Static variable in class javax.enterprise.deploy.shared.CommandType
- The DeploymentManger action operation being processed is stop.
- STORE -
Static variable in class javax.mail.Provider.Type
-
- STRING -
Static variable in class javax.management.openmbean.SimpleType
- The
SimpleType
instance describing values whose
Java class name is java.lang.String
.
- STRING_TO_COMPARE_VALUE_DIFFERED -
Static variable in class javax.management.monitor.MonitorNotification
- Notification type denoting that the observed attribute has differed from the "string to compare" value.
- STRING_TO_COMPARE_VALUE_MATCHED -
Static variable in class javax.management.monitor.MonitorNotification
- Notification type denoting that the observed attribute has matched the "string to compare" value.
- SYNC_RECEIVE -
Static variable in interface javax.resource.cci.InteractionSpec
- The execution of an Interaction results in a synchronous
receive of an output Record.
- SYNC_SEND -
Static variable in interface javax.resource.cci.InteractionSpec
- Interaction Verb type: The execution of an Interaction does only a
send to the target EIS instance.
- SYNC_SEND_RECEIVE -
Static variable in interface javax.resource.cci.InteractionSpec
- Interaction Verb type: The execution of an Interaction sends a
request to the EIS instance and receives response synchronously.
- SaveException - exception javax.xml.registry.SaveException.
- A RegistryException that occurs during a save action.
- SaveException() -
Constructor for class javax.xml.registry.SaveException
- Constructs a
JAXRException
object with no
reason or embedded Throwable.
- SaveException(String) -
Constructor for class javax.xml.registry.SaveException
- Constructs a
JAXRException
object with the given
String
as the reason for the exception being thrown.
- SaveException(String, Throwable) -
Constructor for class javax.xml.registry.SaveException
- Constructs a
JAXRException
object with the given
String
as the reason for the exception being thrown
and the given Throwable
object as an embedded
Throwable.
- SaveException(Throwable) -
Constructor for class javax.xml.registry.SaveException
- Constructs a
JAXRException
object initialized
with the given Throwable
object.
- SearchException - exception javax.mail.search.SearchException.
- The exception thrown when a Search expression could not be handled.
- SearchException() -
Constructor for class javax.mail.search.SearchException
- Constructs a SearchException with no detail message.
- SearchException(String) -
Constructor for class javax.mail.search.SearchException
- Constructs a SearchException with the specified detail message.
- SearchTerm - class javax.mail.search.SearchTerm.
- Search criteria are expressed as a tree of search-terms, forming
a parse-tree for the search expression.
- SearchTerm() -
Constructor for class javax.mail.search.SearchTerm
-
- SecurityException - exception javax.resource.spi.SecurityException.
- A
SecurityException
indicates error conditions
related to the security
contract between an application server and resource adapter. - SecurityException() -
Constructor for class javax.resource.spi.SecurityException
- Constructs a new instance with null as its detail message.
- SecurityException(String) -
Constructor for class javax.resource.spi.SecurityException
- Constructs a new instance with the specified detail message.
- SecurityException(Throwable) -
Constructor for class javax.resource.spi.SecurityException
- Constructs a new throwable with the specified cause.
- SecurityException(String, Throwable) -
Constructor for class javax.resource.spi.SecurityException
- Constructs a new throwable with the specified detail message and cause.
- SecurityException(String, String) -
Constructor for class javax.resource.spi.SecurityException
- Constructs a new throwable with the specified detail message and
an error code.
- SendFailedException - exception javax.mail.SendFailedException.
- This exception is thrown when the message cannot be sent.
- SendFailedException() -
Constructor for class javax.mail.SendFailedException
- Constructs a SendFailedException with no detail message.
- SendFailedException(String) -
Constructor for class javax.mail.SendFailedException
- Constructs a SendFailedException with the specified detail message.
- SendFailedException(String, Exception) -
Constructor for class javax.mail.SendFailedException
- Constructs a SendFailedException with the specified
Exception and detail message.
- SendFailedException(String, Exception, Address[], Address[], Address[]) -
Constructor for class javax.mail.SendFailedException
- Constructs a SendFailedException with the specified string
and the specified address objects.
- SentDateTerm - class javax.mail.search.SentDateTerm.
- This class implements comparisons for the Message SentDate.
- SentDateTerm(int, Date) -
Constructor for class javax.mail.search.SentDateTerm
- Constructor.
- SerializationContext - interface javax.xml.rpc.encoding.SerializationContext.
- The javax.xml.rpc.encoding.SerializationContext interface is
implemented by the JAX-RPC runtime system in an XML processing
mechanism specific manner.
- Serializer - interface javax.xml.rpc.encoding.Serializer.
- The javax.xml.rpc.encoding.Serializer interface defines the
base interface for serializers.
- SerializerFactory - interface javax.xml.rpc.encoding.SerializerFactory.
- The javax.xml.rpc.encoding.SerializerFactory is a factory of
the serializers.
- ServerSession - interface javax.jms.ServerSession.
- A
ServerSession
object is an application server object that
is used by a server to associate a thread with a JMS session (optional).
- ServerSessionPool - interface javax.jms.ServerSessionPool.
- A
ServerSessionPool
object is an object implemented by an
application server to provide a pool of ServerSession
objects
for processing the messages of a ConnectionConsumer
(optional).
- Service - class javax.mail.Service.
- An abstract class that contains the functionality
common to messaging services, such as stores and transports.
- Service(Session, URLName) -
Constructor for class javax.mail.Service
- Constructor.
- Service - interface javax.xml.registry.infomodel.Service.
- Service instances are RegistryObjects that provide information on services
(for example, web services) offered by an Organization.
- Service - interface javax.xml.rpc.Service.
Service
class acts as a factory of the following:
Dynamic proxy for the target service endpoint.
- ServiceBinding - interface javax.xml.registry.infomodel.ServiceBinding.
- ServiceBinding instances are RegistryObjects that represent technical information on a specific way to access a specific interface offered by a Service instance.
- ServiceException - exception javax.xml.rpc.ServiceException.
- The
javax.xml.rpc.ServiceException
is thrown from the
methods in the javax.xml.rpc.Service
interface and
ServiceFactory
class. - ServiceException() -
Constructor for class javax.xml.rpc.ServiceException
- Constructs a new exception with
null
as its
detail message.
- ServiceException(String) -
Constructor for class javax.xml.rpc.ServiceException
- Constructs a new exception with the specified detail
message.
- ServiceException(String, Throwable) -
Constructor for class javax.xml.rpc.ServiceException
- Constructs a new exception with the specified detail
message and cause.
- ServiceException(Throwable) -
Constructor for class javax.xml.rpc.ServiceException
- Constructs a new exception with the specified cause
and a detail message of (cause==null ?
- ServiceFactory - class javax.xml.rpc.ServiceFactory.
- The
javax.xml.rpc.ServiceFactory
is an abstract class
that provides a factory for the creation of instances of the type
javax.xml.rpc.Service
. - ServiceFactory() -
Constructor for class javax.xml.rpc.ServiceFactory
-
- ServiceLifecycle - interface javax.xml.rpc.server.ServiceLifecycle.
- The
javax.xml.rpc.server.ServiceLifecycle
defines
a lifecycle interface for a JAX-RPC service endpoint. - ServiceNotFoundException - exception javax.management.ServiceNotFoundException.
- Represents exceptions raised when a requested service is not supported.
- ServiceNotFoundException() -
Constructor for class javax.management.ServiceNotFoundException
- Default constructor.
- ServiceNotFoundException(String) -
Constructor for class javax.management.ServiceNotFoundException
- Constructor that allows a specific error message to be specified.
- Servlet - interface javax.servlet.Servlet.
- Defines methods that all servlets must implement.
- ServletConfig - interface javax.servlet.ServletConfig.
- A servlet configuration object used by a servlet container
to pass information to a servlet during initialization.
- ServletContext - interface javax.servlet.ServletContext.
- Defines a set of methods that a servlet uses to communicate with its
servlet container, for example, to get the MIME type of a file, dispatch
requests, or write to a log file.
- ServletContextAttributeEvent - class javax.servlet.ServletContextAttributeEvent.
- This is the event class for notifications about changes to the attributes of the
servlet context of a web application.
- ServletContextAttributeEvent(ServletContext, String, Object) -
Constructor for class javax.servlet.ServletContextAttributeEvent
- Construct a ServletContextAttributeEvent from the given context for the
given attribute name and attribute value.
- ServletContextAttributeListener - interface javax.servlet.ServletContextAttributeListener.
- Implementations of this interface recieve notifications of
changes to the attribute list on the servlet context of a web application.
- ServletContextEvent - class javax.servlet.ServletContextEvent.
- This is the event class for notifications about changes to the servlet context of a web application.
- ServletContextEvent(ServletContext) -
Constructor for class javax.servlet.ServletContextEvent
- Construct a ServletContextEvent from the given context.
- ServletContextListener - interface javax.servlet.ServletContextListener.
- Implementations of this interface recieve notifications about changes to the servlet context of the web application they are part of.
- ServletEndpointContext - interface javax.xml.rpc.server.ServletEndpointContext.
- The
ServletEndpointContext
provides an endpoint
context maintained by the underlying servlet container based
JAX-RPC runtime system. - ServletException - exception javax.servlet.ServletException.
- Defines a general exception a servlet can throw when it
encounters difficulty.
- ServletException() -
Constructor for class javax.servlet.ServletException
- Constructs a new servlet exception.
- ServletException(String) -
Constructor for class javax.servlet.ServletException
- Constructs a new servlet exception with the
specified message.
- ServletException(String, Throwable) -
Constructor for class javax.servlet.ServletException
- Constructs a new servlet exception when the servlet
needs to throw an exception and include a message
about the "root cause" exception that interfered with its
normal operation, including a description message.
- ServletException(Throwable) -
Constructor for class javax.servlet.ServletException
- Constructs a new servlet exception when the servlet
needs to throw an exception and include a message
about the "root cause" exception that interfered with its
normal operation.
- ServletInputStream - class javax.servlet.ServletInputStream.
- Provides an input stream for reading binary data from a client
request, including an efficient
readLine
method
for reading data one line at a time. - ServletInputStream() -
Constructor for class javax.servlet.ServletInputStream
- Does nothing, because this is an abstract class.
- ServletOutputStream - class javax.servlet.ServletOutputStream.
- Provides an output stream for sending binary data to the
client.
- ServletOutputStream() -
Constructor for class javax.servlet.ServletOutputStream
- Does nothing, because this is an abstract class.
- ServletRequest - interface javax.servlet.ServletRequest.
- Defines an object to provide client request information to a servlet.
- ServletRequestAttributeEvent - class javax.servlet.ServletRequestAttributeEvent.
- This is the event class for notifications about changes to the
attributes of the servlet request of a web application.
- ServletRequestAttributeEvent(ServletContext, ServletRequest, String, Object) -
Constructor for class javax.servlet.ServletRequestAttributeEvent
- Construct a ServletRequestAttributeEvent from the given context for the
given attribute name and attribute value.
- ServletRequestAttributeListener - interface javax.servlet.ServletRequestAttributeListener.
- Implementations of this interface receive notifications of
changes to the attribute list on the servlet request of a
web application.
- ServletRequestEvent - class javax.servlet.ServletRequestEvent.
- This is the event class for notifications about changes to the
servlet request of a web application.
- ServletRequestEvent(ServletContext, ServletRequest) -
Constructor for class javax.servlet.ServletRequestEvent
- Construct a ServletRequestEvent from the given context.
- ServletRequestListener - interface javax.servlet.ServletRequestListener.
- Implementations of this interface recieve notifications about changes
to the servlet request of the web application they are part of.
- ServletRequestWrapper - class javax.servlet.ServletRequestWrapper.
- Provides a convenient implementation of the ServletRequest interface that
can be subclassed by developers wishing to adapt the request to a Servlet.
- ServletRequestWrapper(ServletRequest) -
Constructor for class javax.servlet.ServletRequestWrapper
- Creates a ServletRequest adaptor wrapping the given request object.
- ServletResponse - interface javax.servlet.ServletResponse.
- Defines an object to assist a servlet in sending a response to the client.
- ServletResponseWrapper - class javax.servlet.ServletResponseWrapper.
- Provides a convenient implementation of the ServletResponse interface that
can be subclassed by developers wishing to adapt the response from a Servlet.
- ServletResponseWrapper(ServletResponse) -
Constructor for class javax.servlet.ServletResponseWrapper
- Creates a ServletResponse adaptor wrapping the given response object.
- ServletStats - interface javax.management.j2ee.statistics.ServletStats.
- Specifies the statistics provided by a Servlet.
- Session - interface javax.jms.Session.
- A
Session
object is a single-threaded context for producing and consuming
messages. - Session - class javax.mail.Session.
- The Session class represents a mail session and is not subclassed.
- SessionBean - interface javax.ejb.SessionBean.
- The SessionBean interface is implemented by every session enterprise Bean
class.
- SessionBeanStats - interface javax.management.j2ee.statistics.SessionBeanStats.
- Specifies the statistics provided by session beans of both stateful and stateless types.
- SessionContext - interface javax.ejb.SessionContext.
- The SessionContext interface provides access to the runtime session context
that the container provides for a session enterprise Bean instance.
- SessionSynchronization - interface javax.ejb.SessionSynchronization.
- The SessionSynchronization interface allows a session Bean instance
to be notified by its container of transaction boundaries.
- SharedInputStream - interface javax.mail.internet.SharedInputStream.
- An InputStream that is backed by data that can be shared by multiple
readers may implement this interface.
- SharingViolationException - exception javax.resource.spi.SharingViolationException.
- This is thrown to indicate a connection sharing violation.
- SharingViolationException() -
Constructor for class javax.resource.spi.SharingViolationException
- Constructs a new instance with null as its detail message.
- SharingViolationException(String) -
Constructor for class javax.resource.spi.SharingViolationException
- Constructs a new instance with the specified detail message.
- SharingViolationException(Throwable) -
Constructor for class javax.resource.spi.SharingViolationException
- Constructs a new throwable with the specified cause.
- SharingViolationException(String, Throwable) -
Constructor for class javax.resource.spi.SharingViolationException
- Constructs a new throwable with the specified detail message and cause.
- SharingViolationException(String, String) -
Constructor for class javax.resource.spi.SharingViolationException
- Constructs a new throwable with the specified detail message and
error code.
- ShortHolder - class javax.xml.rpc.holders.ShortHolder.
-
- ShortHolder() -
Constructor for class javax.xml.rpc.holders.ShortHolder
-
- ShortHolder(short) -
Constructor for class javax.xml.rpc.holders.ShortHolder
-
- ShortWrapperHolder - class javax.xml.rpc.holders.ShortWrapperHolder.
-
- ShortWrapperHolder() -
Constructor for class javax.xml.rpc.holders.ShortWrapperHolder
-
- ShortWrapperHolder(Short) -
Constructor for class javax.xml.rpc.holders.ShortWrapperHolder
-
- SimpleTag - interface javax.servlet.jsp.tagext.SimpleTag.
- Interface for defining Simple Tag Handlers.
- SimpleTagSupport - class javax.servlet.jsp.tagext.SimpleTagSupport.
- A base class for defining tag handlers implementing SimpleTag.
- SimpleTagSupport() -
Constructor for class javax.servlet.jsp.tagext.SimpleTagSupport
- Sole constructor.
- SimpleType - class javax.management.openmbean.SimpleType.
- The
SimpleType
class is the open type class whose instances describe
all open data values which are neither arrays,
nor CompositeData
values,
nor TabularData
values.
- SingleThreadModel - interface javax.servlet.SingleThreadModel.
- Deprecated. As of Java Servlet API 2.4, with no direct
replacement.
- SizeTerm - class javax.mail.search.SizeTerm.
- This class implements comparisons for Message sizes.
- SizeTerm(int, int) -
Constructor for class javax.mail.search.SizeTerm
- Constructor.
- SkipPageException - exception javax.servlet.jsp.SkipPageException.
- Exception to indicate the calling page must cease evaluation.
- SkipPageException() -
Constructor for class javax.servlet.jsp.SkipPageException
- Creates a SkipPageException with no message.
- SkipPageException(String) -
Constructor for class javax.servlet.jsp.SkipPageException
- Creates a SkipPageException with the provided message.
- SkipPageException(String, Throwable) -
Constructor for class javax.servlet.jsp.SkipPageException
- Creates a SkipPageException with the provided message and root cause.
- SkipPageException(Throwable) -
Constructor for class javax.servlet.jsp.SkipPageException
- Creates a SkipPageException with the provided root cause.
- Slot - interface javax.xml.registry.infomodel.Slot.
- Slot instances provide a dynamic way to add arbitrary attributes to
RegistryObject instances.
- Source - interface javax.xml.transform.Source.
- An object that implements this interface contains the information
needed to act as source input (XML source or transformation instructions).
- SourceLocator - interface javax.xml.transform.SourceLocator.
- This interface is primarily for the purposes of reporting where
an error occurred in the XML source or transformation instructions.
- SpecificationLink - interface javax.xml.registry.infomodel.SpecificationLink.
- A SpecificationLink provides the linkage between a ServiceBinding and one of its technical specifications that describes how to use the service using the ServiceBinding.
- StandardMBean - class javax.management.StandardMBean.
- An MBean whose management interface is determined by reflection
on a Java interface.
- StandardMBean(Object, Class) -
Constructor for class javax.management.StandardMBean
- Make a DynamicMBean out of the object
implementation, using the specified
mbeanInterface class.
- StandardMBean(Class) -
Constructor for class javax.management.StandardMBean
- Make a DynamicMBean out of this, using the specified
mbeanInterface class.
- StateType - class javax.enterprise.deploy.shared.StateType.
- Class StateTypes defines enumeration values for the
DeploymentStatus object.
- StateType(int) -
Constructor for class javax.enterprise.deploy.shared.StateType
- Construct a new enumeration value with the given integer value.
- StatefulSessionBeanStats - interface javax.management.j2ee.statistics.StatefulSessionBeanStats.
- Specifies the statistics provided by a stateful session bean.
- StatelessSessionBeanStats - interface javax.management.j2ee.statistics.StatelessSessionBeanStats.
- Specifies the statistics provided by a stateless session bean.
- Statistic - interface javax.management.j2ee.statistics.Statistic.
- The Statistic model and its sub-models specify the data models which are requried to be used to provide the performance data described by the specific attributes in the Stats models.
- Stats - interface javax.management.j2ee.statistics.Stats.
- The Stats model and its submodels specify performance data attributes for each of the specific managed object types.
- Status - interface javax.transaction.Status.
- The Status interface defines static variables used for transaction
status codes.
- Store - class javax.mail.Store.
- An abstract class that models a message store and its
access protocol, for storing and retrieving messages.
- Store(Session, URLName) -
Constructor for class javax.mail.Store
- Constructor.
- StoreClosedException - exception javax.mail.StoreClosedException.
- This exception is thrown when a method is invoked on a Messaging object
and the Store that owns that object has died due to some reason.
- StoreClosedException(Store) -
Constructor for class javax.mail.StoreClosedException
- Constructor
- StoreClosedException(Store, String) -
Constructor for class javax.mail.StoreClosedException
- Constructor
- StoreEvent - class javax.mail.event.StoreEvent.
- This class models notifications from the Store connection.
- StoreEvent(Store, int, String) -
Constructor for class javax.mail.event.StoreEvent
- Constructor.
- StoreListener - interface javax.mail.event.StoreListener.
- This is the Listener interface for Store Notifications.
- StreamMessage - interface javax.jms.StreamMessage.
- A
StreamMessage
object is used to send a stream of primitive
types in the Java programming language. - StreamResult - class javax.xml.transform.stream.StreamResult.
- Acts as an holder for a transformation result,
which may be XML, plain Text, HTML, or some other form of markup.
- StreamResult() -
Constructor for class javax.xml.transform.stream.StreamResult
- Zero-argument default constructor.
- StreamResult(OutputStream) -
Constructor for class javax.xml.transform.stream.StreamResult
- Construct a StreamResult from a byte stream.
- StreamResult(Writer) -
Constructor for class javax.xml.transform.stream.StreamResult
- Construct a StreamResult from a character stream.
- StreamResult(String) -
Constructor for class javax.xml.transform.stream.StreamResult
- Construct a StreamResult from a URL.
- StreamResult(File) -
Constructor for class javax.xml.transform.stream.StreamResult
- Construct a StreamResult from a File.
- StreamSource - class javax.xml.transform.stream.StreamSource.
- Acts as an holder for a transformation Source in the form
of a stream of XML markup.
- StreamSource() -
Constructor for class javax.xml.transform.stream.StreamSource
- Zero-argument default constructor.
- StreamSource(InputStream) -
Constructor for class javax.xml.transform.stream.StreamSource
- Construct a StreamSource from a byte stream.
- StreamSource(InputStream, String) -
Constructor for class javax.xml.transform.stream.StreamSource
- Construct a StreamSource from a byte stream.
- StreamSource(Reader) -
Constructor for class javax.xml.transform.stream.StreamSource
- Construct a StreamSource from a character reader.
- StreamSource(Reader, String) -
Constructor for class javax.xml.transform.stream.StreamSource
- Construct a StreamSource from a character reader.
- StreamSource(String) -
Constructor for class javax.xml.transform.stream.StreamSource
- Construct a StreamSource from a URL.
- StreamSource(File) -
Constructor for class javax.xml.transform.stream.StreamSource
- Construct a StreamSource from a File.
- Streamable - interface javax.resource.cci.Streamable.
- Streamable interface enables a resource adapter to extract data from
an input Record or set data into an output Record as a stream of
bytes.
- StringHolder - class javax.xml.rpc.holders.StringHolder.
-
- StringHolder() -
Constructor for class javax.xml.rpc.holders.StringHolder
-
- StringHolder(String) -
Constructor for class javax.xml.rpc.holders.StringHolder
-
- StringMonitor - class javax.management.monitor.StringMonitor.
- Defines a monitor MBean designed to observe the values of a string
attribute.
- StringMonitor() -
Constructor for class javax.management.monitor.StringMonitor
- Default constructor.
- StringMonitorMBean - interface javax.management.monitor.StringMonitorMBean.
- Exposes the remote management interface of the string monitor MBean.
- StringTerm - class javax.mail.search.StringTerm.
- This class implements the match method for Strings.
- StringTerm(String) -
Constructor for class javax.mail.search.StringTerm
-
- StringTerm(String, boolean) -
Constructor for class javax.mail.search.StringTerm
-
- StringValueExp - class javax.management.StringValueExp.
- Represents strings that are arguments to relational constraints.
- StringValueExp() -
Constructor for class javax.management.StringValueExp
- Basic constructor.
- StringValueExp(String) -
Constructor for class javax.management.StringValueExp
- Creates a new
StringValueExp
representing the
given string.
- Stub - interface javax.xml.rpc.Stub.
- The interface
javax.xml.rpc.Stub
is the common base interface
for the stub classes. - SubjectTerm - class javax.mail.search.SubjectTerm.
- This class implements comparisons for the Message Subject header.
- SubjectTerm(String) -
Constructor for class javax.mail.search.SubjectTerm
- Constructor.
- Synchronization - interface javax.transaction.Synchronization.
- The transaction manager supports a synchronization mechanism
that allows the interested party to be notified before and
after the transaction completes.
- SystemException - exception javax.transaction.SystemException.
- The SystemException is thrown by the transaction manager to
indicate that it has encountered an unexpected error condition
that prevents future transaction services from proceeding.
- SystemException() -
Constructor for class javax.transaction.SystemException
-
- SystemException(String) -
Constructor for class javax.transaction.SystemException
- Create a SystemException with a given string.
- SystemException(int) -
Constructor for class javax.transaction.SystemException
- Create a SystemException with a given error code.
- save(OutputStream) -
Method in interface javax.enterprise.deploy.spi.DeploymentConfiguration
- Save to disk the current set configuration beans created for
this deployable module.
- saveAssociations(Collection, boolean) -
Method in interface javax.xml.registry.BusinessLifeCycleManager
- Saves the specified Association instances.
- saveChanges() -
Method in class javax.mail.Message
- Save any changes made to this message into the message-store
when the containing folder is closed, if the message is contained
in a folder.
- saveChanges() -
Method in class javax.mail.internet.MimeMessage
- Updates the appropriate header fields of this message to be
consistent with the message's contents.
- saveChanges() -
Method in class javax.xml.soap.SOAPMessage
- Updates this
SOAPMessage
object with all the changes that
have been made to it.
- saveClassificationSchemes(Collection) -
Method in interface javax.xml.registry.BusinessLifeCycleManager
- Saves the specified ClassificationScheme instances.
- saveConcepts(Collection) -
Method in interface javax.xml.registry.BusinessLifeCycleManager
- Saves the specified Concepts.
- saveDConfigBean(OutputStream, DConfigBeanRoot) -
Method in interface javax.enterprise.deploy.spi.DeploymentConfiguration
- Save to disk all the configuration beans associated with
a particular deployment descriptor file.
- saveObjects(Collection) -
Method in interface javax.xml.registry.LifeCycleManager
- Saves one or more Objects to the registry.
- saveOrganizations(Collection) -
Method in interface javax.xml.registry.BusinessLifeCycleManager
- Saves the specified Organizations.
- saveRequired() -
Method in class javax.xml.soap.SOAPMessage
- Indicates whether this
SOAPMessage
object needs to have
the method saveChanges
called on it.
- saveServiceBindings(Collection) -
Method in interface javax.xml.registry.BusinessLifeCycleManager
- Saves the specified ServiceBindings.
- saveServices(Collection) -
Method in interface javax.xml.registry.BusinessLifeCycleManager
- Saves the specified Services.
- saved -
Variable in class javax.mail.internet.MimeMessage
- Does the
saveChanges
method need to be called on
this message?
- scheduleWork(Work) -
Method in interface javax.resource.spi.work.WorkManager
- Accepts a
Work
instance for processing.
- scheduleWork(Work, long, ExecutionContext, WorkListener) -
Method in interface javax.resource.spi.work.WorkManager
- Accepts a
Work
instance for processing.
- search(SearchTerm) -
Method in class javax.mail.Folder
- Search this Folder for messages matching the specified
search criterion.
- search(SearchTerm, Message[]) -
Method in class javax.mail.Folder
- Search the given array of messages for those that match the
specified search criterion.
- send(Message) -
Method in interface javax.jms.MessageProducer
- Sends a message using the
MessageProducer
's
default delivery mode, priority, and time to live.
- send(Message, int, int, long) -
Method in interface javax.jms.MessageProducer
- Sends a message to the destination, specifying delivery mode, priority, and
time to live.
- send(Destination, Message) -
Method in interface javax.jms.MessageProducer
- Sends a message to a destination for an unidentified message producer.
- send(Destination, Message, int, int, long) -
Method in interface javax.jms.MessageProducer
- Sends a message to a destination for an unidentified message producer,
specifying delivery mode, priority and time to live.
- send(Message) -
Method in interface javax.jms.QueueSender
- Sends a message to the queue.
- send(Message, int, int, long) -
Method in interface javax.jms.QueueSender
- Sends a message to the queue, specifying delivery mode, priority, and
time to live.
- send(Queue, Message) -
Method in interface javax.jms.QueueSender
- Sends a message to a queue for an unidentified message producer.
- send(Queue, Message, int, int, long) -
Method in interface javax.jms.QueueSender
- Sends a message to a queue for an unidentified message producer,
specifying delivery mode, priority and time to live.
- send(Message) -
Static method in class javax.mail.Transport
- Send a message.
- send(Message, Address[]) -
Static method in class javax.mail.Transport
- Send the message to the specified addresses, ignoring any
recipients specified in the message itself.
- sendAttributeChangeNotification(AttributeChangeNotification) -
Method in interface javax.management.modelmbean.ModelMBeanNotificationBroadcaster
- Sends an attributeChangeNotification which is passed in to
the registered attributeChangeNotification listeners on the
ModelMBean.
- sendAttributeChangeNotification(Attribute, Attribute) -
Method in interface javax.management.modelmbean.ModelMBeanNotificationBroadcaster
- Sends an attributeChangeNotification which contains the old value and new value for the
attribute to the registered AttributeChangeNotification listeners on the ModelMBean.
- sendAttributeChangeNotification(AttributeChangeNotification) -
Method in class javax.management.modelmbean.RequiredModelMBean
-
- sendAttributeChangeNotification(Attribute, Attribute) -
Method in class javax.management.modelmbean.RequiredModelMBean
-
- sendError(int, String) -
Method in interface javax.servlet.http.HttpServletResponse
- Sends an error response to the client using the specified
status.
- sendError(int) -
Method in interface javax.servlet.http.HttpServletResponse
- Sends an error response to the client using the specified status
code and clearing the buffer.
- sendError(int, String) -
Method in class javax.servlet.http.HttpServletResponseWrapper
- The default behavior of this method is to call sendError(int sc, String msg)
on the wrapped response object.
- sendError(int) -
Method in class javax.servlet.http.HttpServletResponseWrapper
- The default behavior of this method is to call sendError(int sc)
on the wrapped response object.
- sendMessage(Message, Address[]) -
Method in class javax.mail.Transport
- Send the Message to the specified list of addresses.
- sendNotification(Notification) -
Method in class javax.management.MBeanServerDelegate
- Enables the MBean server to send a notification.
- sendNotification(Notification) -
Method in class javax.management.NotificationBroadcasterSupport
- Sends a notification.
- sendNotification(Notification) -
Method in interface javax.management.modelmbean.ModelMBeanNotificationBroadcaster
- Sends a Notification which is passed in to the registered
Notification listeners on the ModelMBean as a
jmx.modelmbean.generic notification.
- sendNotification(String) -
Method in interface javax.management.modelmbean.ModelMBeanNotificationBroadcaster
- Sends a Notification which contains the text string that is passed in
to the registered Notification listeners on the ModelMBean.
- sendNotification(Notification) -
Method in class javax.management.modelmbean.RequiredModelMBean
-
- sendNotification(String) -
Method in class javax.management.modelmbean.RequiredModelMBean
-
- sendRedirect(String) -
Method in interface javax.servlet.http.HttpServletResponse
- Sends a temporary redirect response to the client using the
specified redirect location URL.
- sendRedirect(String) -
Method in class javax.servlet.http.HttpServletResponseWrapper
- The default behavior of this method is to return sendRedirect(String location)
on the wrapped response object.
- sendRelationCreationNotification(String) -
Method in class javax.management.relation.RelationService
- Sends a notification (RelationNotification) for a relation creation.
- sendRelationCreationNotification(String) -
Method in interface javax.management.relation.RelationServiceMBean
- Sends a notification (RelationNotification) for a relation creation.
- sendRelationRemovalNotification(String, List) -
Method in class javax.management.relation.RelationService
- Sends a notification (RelationNotification) for a relation removal.
- sendRelationRemovalNotification(String, List) -
Method in interface javax.management.relation.RelationServiceMBean
- Sends a notification (RelationNotification) for a relation removal.
- sendRoleUpdateNotification(String, Role, List) -
Method in class javax.management.relation.RelationService
- Sends a notification (RelationNotification) for a role update in the
given relation.
- sendRoleUpdateNotification(String, Role, List) -
Method in interface javax.management.relation.RelationServiceMBean
- Sends a notification (RelationNotification) for a role update in the
given relation.
- server -
Variable in class javax.management.monitor.Monitor
- Reference on the MBean server.
- service(ServletRequest, ServletResponse) -
Method in class javax.servlet.GenericServlet
- Called by the servlet container to allow the servlet to respond to
a request.
- service(ServletRequest, ServletResponse) -
Method in interface javax.servlet.Servlet
- Called by the servlet container to allow the servlet to respond to
a request.
- service(HttpServletRequest, HttpServletResponse) -
Method in class javax.servlet.http.HttpServlet
- Receives standard HTTP requests from the public
service
method and dispatches
them to the do
XXX methods defined in
this class.
- service(ServletRequest, ServletResponse) -
Method in class javax.servlet.http.HttpServlet
- Dispatches client requests to the protected
service
method.
- session -
Variable in class javax.mail.Message
- The Session object for this Message
- session -
Variable in class javax.mail.Service
- The session from which this service was created.
- sessionCreated(HttpSessionEvent) -
Method in interface javax.servlet.http.HttpSessionListener
- Notification that a session was created.
- sessionDestroyed(HttpSessionEvent) -
Method in interface javax.servlet.http.HttpSessionListener
- Notification that a session is about to be invalidated.
- sessionDidActivate(HttpSessionEvent) -
Method in interface javax.servlet.http.HttpSessionActivationListener
- Notification that the session has just been activated.
- sessionWillPassivate(HttpSessionEvent) -
Method in interface javax.servlet.http.HttpSessionActivationListener
- Notification that the session is about to be passivated.
- set(String, String) -
Method in class javax.activation.MimeTypeParameterList
- Set the value to be associated with the given name, replacing
any previous association.
- set(String, String) -
Method in class javax.mail.internet.ParameterList
- Set a parameter.
- set -
Variable in class javax.mail.search.FlagTerm
- Indicates whether to test for the presence or
absence of the specified Flag.
- set(int, Attribute) -
Method in class javax.management.AttributeList
- Sets the element at the position specified to be the attribute specified.
- set(int, Role) -
Method in class javax.management.relation.RoleList
- Sets the element at the position specified to be the role
specified.
- set(int, RoleUnresolved) -
Method in class javax.management.relation.RoleUnresolvedList
- Sets the element at the position specified to be the unresolved role
specified.
- setAccessURI(String) -
Method in interface javax.xml.registry.infomodel.ServiceBinding
- Sets the URI that gives access to the service via this binding.
- setActor(String) -
Method in interface javax.xml.soap.SOAPHeaderElement
- Sets the actor associated with this
SOAPHeaderElement
object to the specified actor.
- setAddress(String) -
Method in class javax.mail.internet.InternetAddress
- Set the email address.
- setAddress(String) -
Method in interface javax.xml.registry.infomodel.EmailAddress
- Sets the email address for this object.
- setAreaCode(String) -
Method in interface javax.xml.registry.infomodel.TelephoneNumber
- Sets the area code.
- setAssociationType(Concept) -
Method in interface javax.xml.registry.infomodel.Association
- Sets the association type for this Association.
- setAssociations(Collection) -
Method in interface javax.xml.registry.infomodel.RegistryObject
- Replaces all previous Associations from this object with
specified Associations.
- setAttribute(Attribute) -
Method in interface javax.management.DynamicMBean
- Set the value of a specific attribute of the Dynamic MBean.
- setAttribute(ObjectName, Attribute) -
Method in interface javax.management.MBeanServer
- Sets the value of a specific attribute of a named MBean.
- setAttribute(ObjectName, Attribute) -
Method in interface javax.management.MBeanServerConnection
- Sets the value of a specific attribute of a named MBean.
- setAttribute(Attribute) -
Method in class javax.management.StandardMBean
-
- setAttribute(ObjectName, Attribute) -
Method in interface javax.management.j2ee.Management
- Sets the value of a specific attribute of a named managed object.
- setAttribute(Attribute) -
Method in class javax.management.modelmbean.RequiredModelMBean
- Sets the value of a specific attribute of a named ModelMBean.
- setAttribute(String, Object) -
Method in interface javax.servlet.ServletContext
- Binds an object to a given attribute name in this servlet context.
- setAttribute(String, Object) -
Method in interface javax.servlet.ServletRequest
- Stores an attribute in this request.
- setAttribute(String, Object) -
Method in class javax.servlet.ServletRequestWrapper
- The default behavior of this method is to return setAttribute(String name, Object o)
on the wrapped request object.
- setAttribute(String, Object) -
Method in interface javax.servlet.http.HttpSession
- Binds an object to this session, using the name specified.
- setAttribute(String, Object) -
Method in class javax.servlet.jsp.JspContext
- Register the name and value specified with page scope semantics.
- setAttribute(String, Object, int) -
Method in class javax.servlet.jsp.JspContext
- Register the name and value specified with appropriate
scope semantics.
- setAttribute(String, Object) -
Method in class javax.servlet.jsp.tagext.TagData
- Set the value of an attribute.
- setAttribute(String, Object) -
Method in class javax.xml.parsers.DocumentBuilderFactory
- Allows the user to set specific attributes on the underlying
implementation.
- setAttribute(String, Object) -
Method in class javax.xml.transform.TransformerFactory
- Allows the user to set specific attributes on the underlying
implementation.
- setAttributes(AttributeList) -
Method in interface javax.management.DynamicMBean
- Sets the values of several attributes of the Dynamic MBean.
- setAttributes(ObjectName, AttributeList) -
Method in interface javax.management.MBeanServer
- Sets the values of several attributes of a named MBean.
- setAttributes(ObjectName, AttributeList) -
Method in interface javax.management.MBeanServerConnection
- Sets the values of several attributes of a named MBean.
- setAttributes(AttributeList) -
Method in class javax.management.StandardMBean
-
- setAttributes(ObjectName, AttributeList) -
Method in interface javax.management.j2ee.Management
- Sets the values of several attributes of a named managed object.
- setAttributes(AttributeList) -
Method in class javax.management.modelmbean.RequiredModelMBean
- Sets the values of an array of attributes of this ModelMBean.
- setBodyContent(BodyContent) -
Method in interface javax.servlet.jsp.tagext.BodyTag
- Set the bodyContent property.
- setBodyContent(BodyContent) -
Method in class javax.servlet.jsp.tagext.BodyTagSupport
- Prepare for evaluation of the body: stash the bodyContent away.
- setBoolean(String, boolean) -
Method in interface javax.jms.MapMessage
- Sets a
boolean
value with the specified name into the Map.
- setBooleanProperty(String, boolean) -
Method in interface javax.jms.Message
- Sets a
boolean
property value with the specified name into
the message.
- setBufferSize(int) -
Method in interface javax.servlet.ServletResponse
- Sets the preferred buffer size for the body of the response.
- setBufferSize(int) -
Method in class javax.servlet.ServletResponseWrapper
- The default behavior of this method is to call setBufferSize(int size)
on the wrapped response object.
- setByte(String, byte) -
Method in interface javax.jms.MapMessage
- Sets a
byte
value with the specified name into the Map.
- setByteProperty(String, byte) -
Method in interface javax.jms.Message
- Sets a
byte
property value with the specified name into
the message.
- setBytes(String, byte[]) -
Method in interface javax.jms.MapMessage
- Sets a byte array value with the specified name into the Map.
- setBytes(String, byte[], int, int) -
Method in interface javax.jms.MapMessage
- Sets a portion of the byte array value with the specified name into the
Map.
- setCalendar(Calendar) -
Method in class javax.mail.internet.MailDateFormat
- Don't allow setting the calendar
- setChangeEvent(PropertyChangeEvent) -
Method in class javax.enterprise.deploy.model.XpathEvent
-
- setChar(String, char) -
Method in interface javax.jms.MapMessage
- Sets a Unicode character value with the specified name into the Map.
- setCharacterEncoding(String) -
Method in interface javax.servlet.ServletRequest
- Overrides the name of the character encoding used in the body of this
request.
- setCharacterEncoding(String) -
Method in class javax.servlet.ServletRequestWrapper
- The default behavior of this method is to set the character encoding
on the wrapped request object.
- setCharacterEncoding(String) -
Method in interface javax.servlet.ServletResponse
- Sets the character encoding (MIME charset) of the response
being sent to the client, for example, to UTF-8.
- setCharacterEncoding(String) -
Method in class javax.servlet.ServletResponseWrapper
- The default behavior of this method is to call setCharacterEncoding(String charset)
on the wrapped response object.
- setCharsetName(String) -
Method in interface javax.xml.registry.infomodel.LocalizedString
- Set the canonical name for the charset for this object.
- setCity(String) -
Method in interface javax.xml.registry.infomodel.PostalAddress
- Sets the city.
- setClassificationScheme(ClassificationScheme) -
Method in interface javax.xml.registry.infomodel.Classification
- Sets the ClassificationScheme for this external classification.
- setClassifications(Collection) -
Method in interface javax.xml.registry.infomodel.RegistryObject
- Replaces all previous Classifications with specified
Classifications.
- setClassifiedObject(RegistryObject) -
Method in interface javax.xml.registry.infomodel.Classification
- Sets the object that is being classified.
- setClientID(String) -
Method in interface javax.jms.Connection
- Sets the client identifier for this connection.
- setCoalescing(boolean) -
Method in class javax.xml.parsers.DocumentBuilderFactory
- Specifies that the parser produced by this code will
convert CDATA nodes to Text nodes and append it to the
adjacent (if any) text node.
- setCommandContext(String, DataHandler) -
Method in interface javax.activation.CommandObject
- Initialize the Command with the verb it is requested to handle
and the DataHandler that describes the data it will
operate on.
- setCommandMap(CommandMap) -
Method in class javax.activation.DataHandler
- Set the CommandMap for use by this DataHandler.
- setComment(String) -
Method in class javax.servlet.http.Cookie
- Specifies a comment that describes a cookie's purpose.
- setConcept(Concept) -
Method in interface javax.xml.registry.infomodel.Classification
- Sets the concept for this internal classification.
- setConnected(boolean) -
Method in class javax.mail.Service
- Set the connection state of this service.
- setConnectionHandle(Object) -
Method in class javax.resource.spi.ConnectionEvent
- Set the connection handle.
- setContent(Object, String) -
Method in interface javax.mail.Part
- A convenience method for setting this part's content.
- setContent(Multipart) -
Method in interface javax.mail.Part
- This method sets the given Multipart object as this message's
content.
- setContent(Object, String) -
Method in class javax.mail.internet.MimeBodyPart
- A convenience method for setting this body part's content.
- setContent(Multipart) -
Method in class javax.mail.internet.MimeBodyPart
- This method sets the body part's content to a Multipart object.
- setContent(Object, String) -
Method in class javax.mail.internet.MimeMessage
- A convenience method for setting this Message's content.
- setContent(Multipart) -
Method in class javax.mail.internet.MimeMessage
- This method sets the Message's content to a Multipart object.
- setContent(Object, String) -
Method in class javax.xml.soap.AttachmentPart
- Sets the content of this attachment part to that of the given
Object
and sets the value of the Content-Type
header to the given type.
- setContent(Source) -
Method in class javax.xml.soap.SOAPPart
- Sets the content of the
SOAPEnvelope
object with the data
from the given Source
object.
- setContentDescription(String) -
Method in class javax.xml.soap.SOAPMessage
- Sets the description of this
SOAPMessage
object's
content with the given description.
- setContentID(String) -
Method in class javax.mail.internet.MimeBodyPart
- Set the "Content-ID" header field of this body part.
- setContentID(String) -
Method in class javax.mail.internet.MimeMessage
- Set the "Content-ID" header field of this Message.
- setContentId(String) -
Method in class javax.xml.soap.AttachmentPart
- Sets the MIME header whose name is "Content-Id" with the given value.
- setContentId(String) -
Method in class javax.xml.soap.SOAPPart
- Sets the value of the MIME header named "Content-Id"
to the given
String
.
- setContentLanguage(String[]) -
Method in class javax.mail.internet.MimeBodyPart
- Set the Content-Language header of this MimePart.
- setContentLanguage(String[]) -
Method in class javax.mail.internet.MimeMessage
- Set the "Content-Language" header of this MimePart.
- setContentLanguage(String[]) -
Method in interface javax.mail.internet.MimePart
- Set the Content-Language header of this MimePart.
- setContentLength(int) -
Method in interface javax.servlet.ServletResponse
- Sets the length of the content body in the response
In HTTP servlets, this method sets the HTTP Content-Length header.
- setContentLength(int) -
Method in class javax.servlet.ServletResponseWrapper
- The default behavior of this method is to call setContentLength(int len)
on the wrapped response object.
- setContentLocation(String) -
Method in class javax.xml.soap.AttachmentPart
- Sets the MIME header whose name is "Content-Location" with the given value.
- setContentLocation(String) -
Method in class javax.xml.soap.SOAPPart
- Sets the value of the MIME header "Content-Location"
to the given
String
.
- setContentMD5(String) -
Method in class javax.mail.internet.MimeBodyPart
- Set the "Content-MD5" header field of this body part.
- setContentMD5(String) -
Method in class javax.mail.internet.MimeMessage
- Set the "Content-MD5" header field of this Message.
- setContentMD5(String) -
Method in interface javax.mail.internet.MimePart
- Set the Content-MD5 of this part.
- setContentType(String) -
Method in interface javax.servlet.ServletResponse
- Sets the content type of the response being sent to
the client, if the response has not been committed yet.
- setContentType(String) -
Method in class javax.servlet.ServletResponseWrapper
- The default behavior of this method is to call setContentType(String type)
on the wrapped response object.
- setContentType(String) -
Method in class javax.xml.soap.AttachmentPart
- Sets the MIME header whose name is "Content-Type" with the given value.
- setContextID(String) -
Static method in class javax.security.jacc.PolicyContext
- Authorization protected method used to modify the value of the
policy context identifier associated with the thread on which
this method is called.
- setCountry(String) -
Method in interface javax.xml.registry.infomodel.PostalAddress
- Sets the country.
- setCountryCode(String) -
Method in interface javax.xml.registry.infomodel.TelephoneNumber
- Sets country code.
- setCredentials(Set) -
Method in interface javax.xml.registry.Connection
- Sets the Credentials associated with this client.
- setDConfigBeanVersion(DConfigBeanVersionType) -
Method in interface javax.enterprise.deploy.spi.DeploymentManager
- Set the configuration beans to be used to the J2EE platform
version specificed.
- setDataContentHandlerFactory(DataContentHandlerFactory) -
Static method in class javax.activation.DataHandler
- Sets the DataContentHandlerFactory.
- setDataHandler(DataHandler) -
Method in interface javax.mail.Part
- This method provides the mechanism to set this part's content.
- setDataHandler(DataHandler) -
Method in class javax.mail.internet.MimeBodyPart
- This method provides the mechanism to set this body part's content.
- setDataHandler(DataHandler) -
Method in class javax.mail.internet.MimeMessage
- This method provides the mechanism to set this part's content.
- setDataHandler(DataHandler) -
Method in class javax.xml.soap.AttachmentPart
- Sets the given
DataHandler
object as the data handler
for this AttachmentPart
object.
- setDateHeader(String, long) -
Method in interface javax.servlet.http.HttpServletResponse
- Sets a response header with the given name and
date-value.
- setDateHeader(String, long) -
Method in class javax.servlet.http.HttpServletResponseWrapper
- The default behavior of this method is to call setDateHeader(String name, long date)
on the wrapped response object.
- setDebug(boolean) -
Method in class javax.mail.Session
- Set the debug setting for this Session.
- setDebugOut(PrintStream) -
Method in class javax.mail.Session
- Set the stream to be used for debugging output for this session.
- setDefaultCommandMap(CommandMap) -
Static method in class javax.activation.CommandMap
- Set the default CommandMap.
- setDefaultFactory(JspFactory) -
Static method in class javax.servlet.jsp.JspFactory
-
set the default factory for this implementation.
- setDefaultFileTypeMap(FileTypeMap) -
Static method in class javax.activation.FileTypeMap
- Sets the default FileTypeMap for the system.
- setDeliveryMode(int) -
Method in interface javax.jms.MessageProducer
- Sets the producer's default delivery mode.
- setDescription(String) -
Method in interface javax.mail.Part
- Set a description String for this part.
- setDescription(String) -
Method in class javax.mail.internet.MimeBodyPart
- Set the "Content-Description" header field for this body part.
- setDescription(String, String) -
Method in class javax.mail.internet.MimeBodyPart
- Set the "Content-Description" header field for this body part.
- setDescription(String) -
Method in class javax.mail.internet.MimeMessage
- Set the "Content-Description" header field for this Message.
- setDescription(String, String) -
Method in class javax.mail.internet.MimeMessage
- Set the "Content-Description" header field for this Message.
- setDescription(InternationalString) -
Method in interface javax.xml.registry.infomodel.RegistryObject
- Sets the context independent textual description for this object.
- setDescriptor(Descriptor) -
Method in interface javax.management.DescriptorAccess
- Sets Descriptor (full replace).
- setDescriptor(Descriptor) -
Method in class javax.management.modelmbean.ModelMBeanAttributeInfo
- Sets associated Descriptor (full replace) for the
ModelMBeanAttributeDescriptor.
- setDescriptor(Descriptor) -
Method in class javax.management.modelmbean.ModelMBeanConstructorInfo
- Sets associated Descriptor (full replace) of
ModelMBeanConstructorInfo.
- setDescriptor(Descriptor, String) -
Method in interface javax.management.modelmbean.ModelMBeanInfo
- Sets descriptors in the info array of type inDescriptorType
for the ModelMBean.
- setDescriptor(Descriptor, String) -
Method in class javax.management.modelmbean.ModelMBeanInfoSupport
-
- setDescriptor(Descriptor) -
Method in class javax.management.modelmbean.ModelMBeanNotificationInfo
- Sets associated Descriptor (full replace) for the
ModelMBeanNotificationInfo If the new Descriptor is null,
then the associated Descriptor reverts to a default
descriptor.
- setDescriptor(Descriptor) -
Method in class javax.management.modelmbean.ModelMBeanOperationInfo
- Sets associated Descriptor (full replace) for the
ModelMBeanOperationInfo If the new Descriptor is null, then
the associated Descriptor reverts to a default descriptor.
- setDescriptors(Descriptor[]) -
Method in interface javax.management.modelmbean.ModelMBeanInfo
- Adds or replaces descriptors in the ModelMBeanInfo.
- setDescriptors(Descriptor[]) -
Method in class javax.management.modelmbean.ModelMBeanInfoSupport
-
- setDifferenceMode(boolean) -
Method in class javax.management.monitor.CounterMonitor
- Sets the difference mode flag value common to all observed MBeans.
- setDifferenceMode(boolean) -
Method in interface javax.management.monitor.CounterMonitorMBean
- Sets the difference mode flag value.
- setDifferenceMode(boolean) -
Method in class javax.management.monitor.GaugeMonitor
- Sets the difference mode flag value common to all observed MBeans.
- setDifferenceMode(boolean) -
Method in interface javax.management.monitor.GaugeMonitorMBean
- Sets the difference mode flag value.
- setDisableMessageID(boolean) -
Method in interface javax.jms.MessageProducer
- Sets whether message IDs are disabled.
- setDisableMessageTimestamp(boolean) -
Method in interface javax.jms.MessageProducer
- Sets whether message timestamps are disabled.
- setDisposition(String) -
Method in interface javax.mail.Part
- Set the disposition of this part.
- setDisposition(String) -
Method in class javax.mail.internet.ContentDisposition
- Set the disposition.
- setDisposition(String) -
Method in class javax.mail.internet.MimeBodyPart
- Set the "Content-Disposition" header field of this body part.
- setDisposition(String) -
Method in class javax.mail.internet.MimeMessage
- Set the "Content-Disposition" header field of this Message.
- setDomain(String) -
Method in class javax.servlet.http.Cookie
- Specifies the domain within which this cookie should be presented.
- setDouble(String, double) -
Method in interface javax.jms.MapMessage
- Sets a
double
value with the specified name into the Map.
- setDoubleProperty(String, double) -
Method in interface javax.jms.Message
- Sets a
double
property value with the specified name into
the message.
- setDynamicAttribute(String, String, Object) -
Method in interface javax.servlet.jsp.tagext.DynamicAttributes
- Called when a tag declared to accept dynamic attributes is passed
an attribute that is not declared in the Tag Library Descriptor.
- setEmailAddresses(Collection) -
Method in interface javax.xml.registry.infomodel.User
- Sets the Collection of EmailAddress instances for this User.
- setEncodingStyle(String) -
Method in interface javax.xml.soap.SOAPElement
- Sets the encoding style for this
SOAPElement
object
to one specified.
- setEntityContext(EntityContext) -
Method in interface javax.ejb.EntityBean
- Set the associated entity context.
- setEntityResolver(EntityResolver) -
Method in class javax.xml.parsers.DocumentBuilder
- Specify the
EntityResolver
to be used to resolve
entities present in the XML document to be parsed.
- setErrorCode(String) -
Method in class javax.resource.ResourceException
- Set the error code.
- setErrorHandler(ErrorHandler) -
Method in class javax.xml.parsers.DocumentBuilder
- Specify the
ErrorHandler
to be used to report
errors present in the XML document to be parsed.
- setErrorListener(ErrorListener) -
Method in class javax.xml.transform.Transformer
- Set the error event listener in effect for the transformation.
- setErrorListener(ErrorListener) -
Method in class javax.xml.transform.TransformerFactory
- Set the error event listener for the TransformerFactory, which
is used for the processing of transformation instructions,
and not for the transformation itself.
- setErrorObjectKey(Key) -
Method in class javax.xml.registry.RegistryException
- Sets the Key to the first object that encountered an error in the registry.
- setExceptionListener(ExceptionListener) -
Method in interface javax.jms.Connection
- Sets an exception listener for this connection.
- setExpandEntityReferences(boolean) -
Method in class javax.xml.parsers.DocumentBuilderFactory
- Specifies that the parser produced by this code will
expand entity reference nodes.
- setExpiration(Date) -
Method in interface javax.xml.registry.infomodel.RegistryEntry
- Sets the expirationDate.
- setExpunged(boolean) -
Method in class javax.mail.Message
- Sets the expunged flag for this Message.
- setExtension(String) -
Method in interface javax.xml.registry.infomodel.TelephoneNumber
- Sets the internal extension.
- setExternalIdentifiers(Collection) -
Method in interface javax.xml.registry.infomodel.RegistryObject
- Replaces all previous external identifiers with specified
Collection of ExternalIdentifiers as an external identifier.
- setExternalLinks(Collection) -
Method in interface javax.xml.registry.infomodel.RegistryObject
- Replaces all previous ExternalLinks with specified
ExternalLinks.
- setExternalURI(String) -
Method in interface javax.xml.registry.infomodel.ExternalLink
- Sets URI for an external resource.
- setFaultActor(String) -
Method in interface javax.xml.soap.SOAPFault
- Sets this
SOAPFault
object with the given fault actor.
- setFaultCode(Name) -
Method in interface javax.xml.soap.SOAPFault
- Sets this
SOAPFault
object with the given fault code.
- setFaultCode(String) -
Method in interface javax.xml.soap.SOAPFault
- Sets this
SOAPFault
object with the give fault code.
- setFaultString(String) -
Method in interface javax.xml.soap.SOAPFault
- Sets the fault string for this
SOAPFault
object
to the given string.
- setFaultString(String, Locale) -
Method in interface javax.xml.soap.SOAPFault
- Sets the fault string for this
SOAPFault
object
to the given string and localized to the given locale.
- setFeature(String, boolean) -
Method in class javax.xml.parsers.SAXParserFactory
- Sets the particular feature in the underlying implementation of
org.xml.sax.XMLReader.
- setField(String, Object) -
Method in interface javax.management.Descriptor
- Sets the value for a specific fieldname.
- setField(String, Object) -
Method in class javax.management.modelmbean.DescriptorSupport
- Sets the string value for a specific fieldname.
- setFields(String[], Object[]) -
Method in interface javax.management.Descriptor
- Sets all Fields in the list to the new value in with the same index
in the fieldValue array.
- setFields(String[], Object[]) -
Method in class javax.management.modelmbean.DescriptorSupport
- Sets all Fields in the list to the new value in with the same index
in the fieldValue array.
- setFileName(String) -
Method in interface javax.mail.Part
- Set the filename associated with this part, if possible.
- setFileName(String) -
Method in class javax.mail.internet.MimeBodyPart
- Set the filename associated with this body part, if possible.
- setFileName(String) -
Method in class javax.mail.internet.MimeMessage
- Set the filename associated with this part, if possible.
- setFileTypeMap(FileTypeMap) -
Method in class javax.activation.FileDataSource
- Set the FileTypeMap to use with this FileDataSource
- setFirstName(String) -
Method in interface javax.xml.registry.infomodel.PersonName
- Sets the first name for this Person.
- setFlag(Flags.Flag, boolean) -
Method in class javax.mail.Message
- Set the specified flag on this message to the specified value.
- setFlags(Message[], Flags, boolean) -
Method in class javax.mail.Folder
- Set the specified flags on the messages specified in the array.
- setFlags(int, int, Flags, boolean) -
Method in class javax.mail.Folder
- Set the specified flags on the messages numbered from start
through end, both start and end inclusive.
- setFlags(int[], Flags, boolean) -
Method in class javax.mail.Folder
- Set the specified flags on the messages whose message numbers
are in the array.
- setFlags(Flags, boolean) -
Method in class javax.mail.Message
- Set the specified flags on this message to the specified value.
- setFlags(Flags, boolean) -
Method in class javax.mail.internet.MimeMessage
- Set the flags for this message.
- setFloat(String, float) -
Method in interface javax.jms.MapMessage
- Sets a
float
value with the specified name into the Map.
- setFloatProperty(String, float) -
Method in interface javax.jms.Message
- Sets a
float
property value with the specified name into
the message.
- setFrom() -
Method in class javax.mail.Message
- Set the "From" attribute in this Message.
- setFrom(Address) -
Method in class javax.mail.Message
- Set the "From" attribute in this Message.
- setFrom(Address) -
Method in class javax.mail.internet.MimeMessage
- Set the RFC 822 "From" header field.
- setFrom() -
Method in class javax.mail.internet.MimeMessage
- Set the RFC 822 "From" header field using the value of the
InternetAddress.getLocalAddress
method.
- setFullName(String) -
Method in interface javax.xml.registry.infomodel.PersonName
- Sets the fully formatted name for this person.
- setGranularityPeriod(long) -
Method in class javax.management.monitor.CounterMonitor
- Sets the granularity period (in milliseconds).
- setGranularityPeriod(long) -
Method in class javax.management.monitor.GaugeMonitor
- Sets the granularity period (in milliseconds).
- setGranularityPeriod(long) -
Method in class javax.management.monitor.Monitor
- Sets the granularity period (in milliseconds).
- setGranularityPeriod(long) -
Method in interface javax.management.monitor.MonitorMBean
- Sets the granularity period (in milliseconds).
- setGranularityPeriod(long) -
Method in class javax.management.monitor.StringMonitor
- Sets the granularity period (in milliseconds).
- setHandler(ContentHandler) -
Method in class javax.xml.transform.sax.SAXResult
- Set the target to be a SAX2
ContentHandler
.
- setHandlerChain(QName, List) -
Method in interface javax.xml.rpc.handler.HandlerRegistry
- Sets the handler chain for the specified service endpoint
as a
java.util.List
.
- setHandlerClass(Class) -
Method in class javax.xml.rpc.handler.HandlerInfo
- Sets the Handler class
- setHandlerConfig(Map) -
Method in class javax.xml.rpc.handler.HandlerInfo
- Sets the Handler configuration as
java.util.Map
- setHandlerData(Object) -
Static method in class javax.security.jacc.PolicyContext
- Authorization protected method that may be used to associate a
thread-scoped handler data object with the PolicyContext.
- setHeader(String, String) -
Method in interface javax.mail.Part
- Set the value for this header_name.
- setHeader(String, String) -
Method in class javax.mail.internet.InternetHeaders
- Change the first header line that matches name
to have value, adding a new header if no existing header
matches.
- setHeader(String, String) -
Method in class javax.mail.internet.MimeBodyPart
- Set the value for this header_name.
- setHeader(String, String) -
Method in class javax.mail.internet.MimeMessage
- Set the value for this header_name.
- setHeader(String, String) -
Method in interface javax.servlet.http.HttpServletResponse
- Sets a response header with the given name and value.
- setHeader(String, String) -
Method in class javax.servlet.http.HttpServletResponseWrapper
- The default behavior of this method is to return setHeader(String name, String value)
on the wrapped response object.
- setHeader(String, String) -
Method in class javax.xml.soap.MimeHeaders
- Replaces the current value of the first header entry whose name matches
the given name with the given value, adding a new header if no existing header
name matches.
- setHeaders(QName[]) -
Method in class javax.xml.rpc.handler.HandlerInfo
- Sets the header blocks processed by this Handler.
- setHost(String) -
Method in class javax.mail.internet.NewsAddress
- Set the host.
- setHumanPresentableName(String) -
Method in class javax.activation.ActivationDataFlavor
- Set the human presentable name.
- setId(String) -
Method in class javax.servlet.jsp.tagext.TagSupport
- Set the id attribute for this tag.
- setId(String) -
Method in interface javax.xml.registry.infomodel.Key
- Sets the unique id associated with this key.
- setIdentificationScheme(ClassificationScheme) -
Method in interface javax.xml.registry.infomodel.ExternalIdentifier
- Sets the ClassificationScheme that is used as the identification scheme
for identifying this object.
- setIgnoringComments(boolean) -
Method in class javax.xml.parsers.DocumentBuilderFactory
- Specifies that the parser produced by this code will
ignore comments.
- setIgnoringElementContentWhitespace(boolean) -
Method in class javax.xml.parsers.DocumentBuilderFactory
- Specifies that the parsers created by this factory must eliminate
whitespace in element content (sometimes known loosely as
'ignorable whitespace') when parsing XML documents (see XML Rec
2.10).
- setImplementation(Object) -
Method in class javax.management.StandardMBean
- Replace the implementation object wrapped in this
object.
- setInitParameters(Map) -
Method in class javax.servlet.jsp.tagext.TagLibraryValidator
- Set the init data in the TLD for this validator.
- setInitThreshold(Number) -
Method in class javax.management.monitor.CounterMonitor
- Sets the initial threshold value common to all observed objects.
- setInitThreshold(Number) -
Method in interface javax.management.monitor.CounterMonitorMBean
- Sets the initial threshold value common to all observed MBeans.
- setInputSource(InputSource) -
Method in class javax.xml.transform.sax.SAXSource
- Set the SAX InputSource to be used for the Source.
- setInputStream(InputStream) -
Method in class javax.xml.transform.stream.StreamSource
- Set the byte stream to be used as input.
- setInt(String, int) -
Method in interface javax.jms.MapMessage
- Sets an
int
value with the specified name into the Map.
- setIntHeader(String, int) -
Method in interface javax.servlet.http.HttpServletResponse
- Sets a response header with the given name and
integer value.
- setIntHeader(String, int) -
Method in class javax.servlet.http.HttpServletResponseWrapper
- The default behavior of this method is to call setIntHeader(String name, int value)
on the wrapped response object.
- setIntProperty(String, int) -
Method in interface javax.jms.Message
- Sets an
int
property value with the specified name into
the message.
- setInvalidPropertyDescriptors(PropertyDescriptor[]) -
Method in class javax.resource.spi.InvalidPropertyException
- Set a list of invalid properties.
- setJMSCorrelationID(String) -
Method in interface javax.jms.Message
- Sets the correlation ID for the message.
- setJMSCorrelationIDAsBytes(byte[]) -
Method in interface javax.jms.Message
- Sets the correlation ID as an array of bytes for the message.
- setJMSDeliveryMode(int) -
Method in interface javax.jms.Message
- Sets the
DeliveryMode
value for this message.
- setJMSDestination(Destination) -
Method in interface javax.jms.Message
- Sets the
Destination
object for this message.
- setJMSExpiration(long) -
Method in interface javax.jms.Message
- Sets the message's expiration value.
- setJMSMessageID(String) -
Method in interface javax.jms.Message
- Sets the message ID.
- setJMSPriority(int) -
Method in interface javax.jms.Message
- Sets the priority level for this message.
- setJMSRedelivered(boolean) -
Method in interface javax.jms.Message
- Specifies whether this message is being redelivered.
- setJMSReplyTo(Destination) -
Method in interface javax.jms.Message
- Sets the
Destination
object to which a reply to this
message should be sent.
- setJMSTimestamp(long) -
Method in interface javax.jms.Message
- Sets the message timestamp.
- setJMSType(String) -
Method in interface javax.jms.Message
- Sets the message type.
- setJspBody(JspFragment) -
Method in interface javax.servlet.jsp.tagext.SimpleTag
- Provides the body of this tag as a JspFragment object, able to be
invoked zero or more times by the tag handler.
- setJspBody(JspFragment) -
Method in class javax.servlet.jsp.tagext.SimpleTagSupport
- Stores the provided JspFragment.
- setJspContext(JspContext) -
Method in interface javax.servlet.jsp.tagext.SimpleTag
- Called by the container to provide this tag handler with
the
JspContext
for this invocation.
- setJspContext(JspContext) -
Method in class javax.servlet.jsp.tagext.SimpleTagSupport
- Stores the provided JSP context in the private jspContext field.
- setKey(Key) -
Method in interface javax.xml.registry.infomodel.RegistryObject
- Sets the key representing the universally unique ID (UUID) for this object.
- setLastName(String) -
Method in interface javax.xml.registry.infomodel.PersonName
- Sets the last name (surname) for this Person.
- setLexicalHandler(LexicalHandler) -
Method in class javax.xml.transform.sax.SAXResult
- Set the SAX2
LexicalHandler
for the output.
- setLibraryDirectory(String) -
Method in class javax.management.loading.MLet
- Sets the directory used by the library loader for storing
native libraries before they are loaded into memory.
- setLibraryDirectory(String) -
Method in interface javax.management.loading.MLetMBean
- Sets the directory used by the library loader for storing
native libraries before they are loaded into memory.
- setLinkedException(Exception) -
Method in class javax.jms.JMSException
- Adds a linked
Exception
.
- setLinkedException(Exception) -
Method in class javax.resource.ResourceException
- Deprecated. J2SE release 1.4 supports a chained exception facility
that allows any throwable to know about another throwable, if any,
that caused it to get thrown. Refer to
getCause
and
initCause
methods of the
java.lang.Throwable
class.
- setLinkedWarning(ResourceWarning) -
Method in class javax.resource.cci.ResourceWarning
- Deprecated. J2SE release 1.4 supports a chained exception facility
that allows any throwable to know about another throwable, if any,
that caused it to get thrown. Refer to
getCause
and
initCause
methods of the
java.lang.Throwable
class.
- setLocale(Locale) -
Method in interface javax.enterprise.deploy.spi.DeploymentManager
- Set the active locale for this implementation of
javax.enterprise.deploy.spi subpackages to run.
- setLocale(Locale) -
Method in interface javax.servlet.ServletResponse
- Sets the locale of the response, if the response has not been
committed yet.
- setLocale(Locale) -
Method in class javax.servlet.ServletResponseWrapper
- The default behavior of this method is to call setLocale(Locale loc)
on the wrapped response object.
- setLocale(Locale) -
Method in interface javax.xml.registry.infomodel.LocalizedString
- Set the Locale for this object.
- setLocator(SourceLocator) -
Method in class javax.xml.transform.TransformerException
- Method setLocator sets an instance of a SourceLocator
object that specifies where an error occured.
- setLogWriter(PrintWriter) -
Method in interface javax.resource.spi.ManagedConnection
- Sets the log writer for this ManagedConnection instance.
- setLogWriter(PrintWriter) -
Method in interface javax.resource.spi.ManagedConnectionFactory
- Set the log writer for this ManagedConnectionFactory instance.
- setLong(String, long) -
Method in interface javax.jms.MapMessage
- Sets a
long
value with the specified name into the Map.
- setLongProperty(String, long) -
Method in interface javax.jms.Message
- Sets a
long
property value with the specified name into
the message.
- setMBeanDescriptor(Descriptor) -
Method in interface javax.management.modelmbean.ModelMBeanInfo
- Sets the ModelMBean's descriptor.
- setMBeanDescriptor(Descriptor) -
Method in class javax.management.modelmbean.ModelMBeanInfoSupport
-
- setMBeanServer(MBeanServer) -
Method in class javax.management.AttributeValueExp
- Sets the MBean server on which the query is to be performed.
- setMBeanServer(MBeanServer) -
Method in class javax.management.ObjectName
-
- setMBeanServer(MBeanServer) -
Method in class javax.management.QueryEval
- Sets the MBean server on which the query is to be performed.
- setMBeanServer(MBeanServer) -
Method in interface javax.management.QueryExp
- Sets the MBean server on which the query is to be performed.
- setMBeanServer(MBeanServer) -
Method in class javax.management.StringValueExp
- Sets the MBean server on which the query is to be performed.
- setMBeanServer(MBeanServer) -
Method in interface javax.management.ValueExp
- Deprecated. This method is not needed because a
ValueExp
can access the MBean server in which it
is being evaluated by using QueryEval.getMBeanServer()
.
- setMajorVersion(int) -
Method in interface javax.xml.registry.infomodel.Versionable
- Sets the major revision number for this version of the Versionable object.
- setManagedConnectionFactory(ManagedConnectionFactory) -
Method in class javax.resource.spi.security.PasswordCredential
- Sets the target ManagedConenctionFactory instance for which the user
name and password has been set by the application server.
- setManagedResource(Object, String) -
Method in interface javax.management.modelmbean.ModelMBean
- Sets the instance handle of the object against which to
execute all methods in this ModelMBean management interface
(MBeanInfo and Descriptors).
- setManagedResource(Object, String) -
Method in class javax.management.modelmbean.RequiredModelMBean
- Sets the instance handle of the object against which to
execute all methods in this ModelMBean management interface
(MBeanInfo and Descriptors).
- setMaxAge(int) -
Method in class javax.servlet.http.Cookie
- Sets the maximum age of the cookie in seconds.
- setMaxInactiveInterval(int) -
Method in interface javax.servlet.http.HttpSession
- Specifies the time, in seconds, between client requests before the
servlet container will invalidate this session.
- setMessage(SOAPMessage) -
Method in interface javax.xml.rpc.handler.soap.SOAPMessageContext
- Sets the SOAPMessage in this message context
- setMessageDrivenContext(MessageDrivenContext) -
Method in interface javax.ejb.MessageDrivenBean
- Set the associated message-driven context.
- setMessageListener(MessageListener) -
Method in interface javax.jms.MessageConsumer
- Sets the message consumer's
MessageListener
.
- setMessageListener(MessageListener) -
Method in interface javax.jms.Session
- Sets the session's distinguished message listener (optional).
- setMessageNumber(int) -
Method in class javax.mail.Message
- Set the Message number for this Message.
- setMiddleName(String) -
Method in interface javax.xml.registry.infomodel.PersonName
- Sets the middle name for this Person.
- setMimeHeader(String, String) -
Method in class javax.xml.soap.AttachmentPart
- Changes the first header entry that matches the given name
to the given value, adding a new header if no existing header
matches.
- setMimeHeader(String, String) -
Method in class javax.xml.soap.SOAPPart
- Changes the first header entry that matches the given header name
so that its value is the given value, adding a new header with the
given name and value if no
existing header is a match.
- setMimeType(String) -
Method in interface javax.xml.registry.infomodel.ExtrinsicObject
- Sets the mime type associated with this object.
- setMinorVersion(int) -
Method in interface javax.xml.registry.infomodel.Versionable
- Sets the minor revision number for this version of the Versionable object.
- setModelMBeanInfo(ModelMBeanInfo) -
Method in interface javax.management.modelmbean.ModelMBean
- Initializes a ModelMBean object using ModelMBeanInfo passed in.
- setModelMBeanInfo(ModelMBeanInfo) -
Method in class javax.management.modelmbean.RequiredModelMBean
- Initializes a ModelMBean object using ModelMBeanInfo passed in.
- setModulus(Number) -
Method in class javax.management.monitor.CounterMonitor
- Sets the modulus value common to all observed MBeans.
- setModulus(Number) -
Method in interface javax.management.monitor.CounterMonitorMBean
- Sets the modulus value.
- setMultipartDataSource(MultipartDataSource) -
Method in class javax.mail.Multipart
- Setup this Multipart object from the given MultipartDataSource.
- setMustUnderstand(boolean) -
Method in interface javax.xml.soap.SOAPHeaderElement
- Sets the mustUnderstand attribute for this
SOAPHeaderElement
object to be on or off.
- setName(InternationalString) -
Method in interface javax.xml.registry.infomodel.RegistryObject
- Sets user-friendly name of object in repository.
- setName(String) -
Method in interface javax.xml.registry.infomodel.Slot
- Sets the name for this Slot.
- setNamespaceAware(boolean) -
Method in class javax.xml.parsers.DocumentBuilderFactory
- Specifies that the parser produced by this code will
provide support for XML namespaces.
- setNamespaceAware(boolean) -
Method in class javax.xml.parsers.SAXParserFactory
- Specifies that the parser produced by this code will
provide support for XML namespaces.
- setNewsgroup(String) -
Method in class javax.mail.internet.NewsAddress
- Set the newsgroup.
- setNextException(Exception) -
Method in class javax.mail.MessagingException
- Add an exception to the end of the chain.
- setNode(Node) -
Method in class javax.xml.transform.dom.DOMResult
- Set the node that will contain the result DOM tree.
- setNode(Node) -
Method in class javax.xml.transform.dom.DOMSource
- Set the node that will represents a Source DOM tree.
- setNotify(boolean) -
Method in class javax.management.monitor.CounterMonitor
- Sets the notification's on/off switch value common to all
observed MBeans.
- setNotify(boolean) -
Method in interface javax.management.monitor.CounterMonitorMBean
- Sets the notification's on/off switch value.
- setNotifyDiffer(boolean) -
Method in class javax.management.monitor.StringMonitor
- Sets the differing notification's on/off switch value common to all observed MBeans.
- setNotifyDiffer(boolean) -
Method in interface javax.management.monitor.StringMonitorMBean
- Sets the differing notification's on/off switch value.
- setNotifyHigh(boolean) -
Method in class javax.management.monitor.GaugeMonitor
- Sets the high notification's on/off switch value common to all
observed MBeans.
- setNotifyHigh(boolean) -
Method in interface javax.management.monitor.GaugeMonitorMBean
- Sets the high notification's on/off switch value.
- setNotifyLow(boolean) -
Method in class javax.management.monitor.GaugeMonitor
- Sets the low notification's on/off switch value common to all
observed MBeans.
- setNotifyLow(boolean) -
Method in interface javax.management.monitor.GaugeMonitorMBean
- Sets the low notification's on/off switch value.
- setNotifyMatch(boolean) -
Method in class javax.management.monitor.StringMonitor
- Sets the matching notification's on/off switch value common to all observed MBeans.
- setNotifyMatch(boolean) -
Method in interface javax.management.monitor.StringMonitorMBean
- Sets the matching notification's on/off switch value.
- setNumber(String) -
Method in interface javax.xml.registry.infomodel.TelephoneNumber
- Sets the telephone number suffix, not including the country or area code.
- setNumberFormat(NumberFormat) -
Method in class javax.mail.internet.MailDateFormat
- Don't allow setting the NumberFormat
- setObject(String, Object) -
Method in interface javax.jms.MapMessage
- Sets an object value with the specified name into the Map.
- setObject(Serializable) -
Method in interface javax.jms.ObjectMessage
- Sets the serializable object containing this message's data.
- setObjectProperty(String, Object) -
Method in interface javax.jms.Message
- Sets a Java object property value with the specified name into the
message.
- setObservedAttribute(String) -
Method in class javax.management.monitor.Monitor
- Sets the attribute to observe.
- setObservedAttribute(String) -
Method in interface javax.management.monitor.MonitorMBean
- Sets the attribute to observe.
- setObservedObject(ObjectName) -
Method in class javax.management.monitor.Monitor
- Deprecated. As of JMX 1.2, replaced by
Monitor.addObservedObject(javax.management.ObjectName)
- setObservedObject(ObjectName) -
Method in interface javax.management.monitor.MonitorMBean
- Deprecated. As of JMX 1.2, replaced by
MonitorMBean.addObservedObject(javax.management.ObjectName)
- setOffset(Number) -
Method in class javax.management.monitor.CounterMonitor
- Sets the offset value common to all observed MBeans.
- setOffset(Number) -
Method in interface javax.management.monitor.CounterMonitorMBean
- Sets the offset value.
- setOpaque(boolean) -
Method in interface javax.xml.registry.infomodel.ExtrinsicObject
- Sets whether the ExtrinsicObject is opaque (not readable) by the registry.
- setOperationName(QName) -
Method in interface javax.xml.rpc.Call
- Sets the name of the operation to be invoked using this
Call
instance.
- setOutputProperties(Properties) -
Method in class javax.xml.transform.Transformer
- Set the output properties for the transformation.
- setOutputProperty(String, String) -
Method in class javax.xml.transform.Transformer
- Set an output property that will be in effect for the
transformation.
- setOutputStream(OutputStream) -
Method in class javax.xml.transform.stream.StreamResult
- Set the ByteStream that is to be written to.
- setPageContext(PageContext) -
Method in interface javax.servlet.jsp.tagext.Tag
- Set the current page context.
- setPageContext(PageContext) -
Method in class javax.servlet.jsp.tagext.TagAdapter
- Must not be called.
- setPageContext(PageContext) -
Method in class javax.servlet.jsp.tagext.TagSupport
- Set the page context.
- setParameter(String, String) -
Method in class javax.activation.MimeType
- Set the value to be associated with the given name, replacing
any previous association.
- setParameter(String, String) -
Method in class javax.mail.internet.ContentDisposition
- Set the specified parameter.
- setParameter(String, String) -
Method in class javax.mail.internet.ContentType
- Set the specified parameter.
- setParameter(String, Object) -
Method in class javax.xml.transform.Transformer
- Add a parameter for the transformation.
- setParameterList(ParameterList) -
Method in class javax.mail.internet.ContentDisposition
- Set a new ParameterList.
- setParameterList(ParameterList) -
Method in class javax.mail.internet.ContentType
- Set a new ParameterList.
- setParent(Part) -
Method in class javax.mail.Multipart
- Set the parent of this
Multipart
to be the specified
Part
.
- setParent(JspTag) -
Method in interface javax.servlet.jsp.tagext.SimpleTag
- Sets the parent of this tag, for collaboration purposes.
- setParent(JspTag) -
Method in class javax.servlet.jsp.tagext.SimpleTagSupport
- Sets the parent of this tag, for collaboration purposes.
- setParent(Tag) -
Method in interface javax.servlet.jsp.tagext.Tag
- Set the parent (closest enclosing tag handler) of this tag handler.
- setParent(Tag) -
Method in class javax.servlet.jsp.tagext.TagAdapter
- Must not be called.
- setParent(Tag) -
Method in class javax.servlet.jsp.tagext.TagSupport
- Set the nesting tag of this tag.
- setParentElement(SOAPElement) -
Method in interface javax.xml.soap.Node
- Sets the parent of this
Node
object to the given
SOAPElement
object.
- setPasswordAuthentication(URLName, PasswordAuthentication) -
Method in class javax.mail.Session
- Save a PasswordAuthentication for this (store or transport) URLName.
- setPath(String) -
Method in class javax.servlet.http.Cookie
- Specifies a path for the cookie
to which the client should return the cookie.
- setPersonName(PersonName) -
Method in interface javax.xml.registry.infomodel.User
- Sets the name of this User.
- setPersonal(String, String) -
Method in class javax.mail.internet.InternetAddress
- Set the personal name.
- setPersonal(String) -
Method in class javax.mail.internet.InternetAddress
- Set the personal name.
- setPortTypeName(QName) -
Method in interface javax.xml.rpc.Call
- Sets the qualified name of the port type.
- setPostalAddress(PostalAddress) -
Method in interface javax.xml.registry.infomodel.Organization
- Sets the address for this Organization.
- setPostalAddresses(Collection) -
Method in interface javax.xml.registry.infomodel.User
- Sets the addresses for this User.
- setPostalCode(String) -
Method in interface javax.xml.registry.infomodel.PostalAddress
- Sets the postal or zip code.
- setPostalScheme(ClassificationScheme) -
Method in interface javax.xml.registry.infomodel.PostalAddress
- Sets a user-defined postal scheme for codifying the attributes of PostalAddress.
- setPrimaryContact(User) -
Method in interface javax.xml.registry.infomodel.Organization
- Sets the primary contact for this Organization.
- setPrimaryType(String) -
Method in class javax.activation.MimeType
- Set the primary type for this object to the given String.
- setPrimaryType(String) -
Method in class javax.mail.internet.ContentType
- Set the primary type.
- setPriority(int) -
Method in interface javax.jms.MessageProducer
- Sets the producer's default priority.
- setProblemType(int) -
Method in class javax.management.relation.RoleUnresolved
- Sets problem type.
- setProperties(Properties) -
Method in class javax.xml.registry.ConnectionFactory
- Sets the Properties used during createConnection
and createFederatedConnection calls.
- setProperty(String, Object) -
Method in class javax.xml.parsers.SAXParser
- Sets the particular property in the underlying implementation of
XMLReader
.
- setProperty(String, Object) -
Method in interface javax.xml.rpc.Call
- Sets the value for a named property.
- setProperty(String, Object) -
Method in interface javax.xml.rpc.handler.MessageContext
- Sets the name and value of a property associated with the
MessageContext
.
- setProperty(String, Object) -
Method in class javax.xml.soap.SOAPMessage
- Associates the specified value with the specified property.
- setProvider(Provider) -
Method in class javax.mail.Session
- Set the passed Provider to be the default implementation
for the protocol in Provider.protocol overriding any previous values.
- setProvidingOrganization(Organization) -
Method in interface javax.xml.registry.infomodel.Service
- Sets the Organization that provides this service.
- setPublicId(String) -
Method in class javax.xml.transform.stream.StreamSource
- Set the public identifier for this Source.
- setPurgeFlag(boolean) -
Method in class javax.management.relation.RelationService
- Sets the flag to indicate if when a notification is received for the
unregistration of an MBean referenced in a relation, if an immediate
"purge" of the relations (look for the relations no longer valid)
has to be performed , or if that will be performed only when the
purgeRelations method will be explicitly called.
- setPurgeFlag(boolean) -
Method in interface javax.management.relation.RelationServiceMBean
- Sets the flag to indicate if when a notification is received for the
unregistration of an MBean referenced in a relation, if an immediate
"purge" of the relations (look for the relations no longer valid)
has to be performed, or if that will be performed only when the
purgeRelations method is explicitly called.
- setReader(Reader) -
Method in class javax.xml.transform.stream.StreamSource
- Set the input to be a character reader.
- setRecipient(Message.RecipientType, Address) -
Method in class javax.mail.Message
- Set the recipient address.
- setRecipients(Message.RecipientType, Address[]) -
Method in class javax.mail.Message
- Set the recipient addresses.
- setRecipients(Message.RecipientType, Address[]) -
Method in class javax.mail.internet.MimeMessage
- Set the specified recipient type to the given addresses.
- setRecipients(Message.RecipientType, String) -
Method in class javax.mail.internet.MimeMessage
- Set the specified recipient type to the given addresses.
- setRecordName(String) -
Method in interface javax.resource.cci.Record
- Sets the name of the Record.
- setRecordShortDescription(String) -
Method in interface javax.resource.cci.Record
- Sets a short description string for the Record.
- setReference(Reference) -
Method in interface javax.resource.Referenceable
- Sets the Reference instance.
- setRelationServiceManagementFlag(Boolean) -
Method in class javax.management.relation.RelationSupport
-
- setRelationServiceManagementFlag(Boolean) -
Method in interface javax.management.relation.RelationSupportMBean
- Specifies whether this relation is handled by the Relation
Service.
- setReplyTo(Address[]) -
Method in class javax.mail.Message
- Set the addresses to which replies should be directed.
- setReplyTo(Address[]) -
Method in class javax.mail.internet.MimeMessage
- Set the RFC 822 "Reply-To" header field.
- setRepositoryItem(DataHandler) -
Method in interface javax.xml.registry.infomodel.ExtrinsicObject
- Sets the repository item for this object.
- setRequest(ServletRequest) -
Method in class javax.servlet.ServletRequestWrapper
- Sets the request object being wrapped.
- setResourceAdapter(ResourceAdapter) -
Method in interface javax.resource.spi.ResourceAdapterAssociation
- Associate this object with a
ResourceAdapter
object.
- setResponse(ServletResponse) -
Method in class javax.servlet.ServletResponseWrapper
- Sets the response being wrapped.
- setResult(Result) -
Method in interface javax.xml.transform.sax.TransformerHandler
- Enables the user of the TransformerHandler to set the
to set the Result for the transformation.
- setReturnType(QName) -
Method in interface javax.xml.rpc.Call
- Sets the return type for a specific operation.
- setReturnType(QName, Class) -
Method in interface javax.xml.rpc.Call
- Sets the return type for a specific operation.
- setRole(Role) -
Method in interface javax.management.relation.Relation
- Sets the given role.
- setRole(String, Role) -
Method in class javax.management.relation.RelationService
- Sets the given role in given relation.
- setRole(String, Role) -
Method in interface javax.management.relation.RelationServiceMBean
- Sets the given role in given relation.
- setRole(Role) -
Method in class javax.management.relation.RelationSupport
- Sets the given role.
- setRoleName(String) -
Method in class javax.management.relation.Role
- Sets role name.
- setRoleName(String) -
Method in class javax.management.relation.RoleUnresolved
- Sets role name.
- setRoleValue(List) -
Method in class javax.management.relation.Role
- Sets role value.
- setRoleValue(List) -
Method in class javax.management.relation.RoleUnresolved
- Sets role value.
- setRoles(RoleList) -
Method in interface javax.management.relation.Relation
- Sets the given roles.
- setRoles(String, RoleList) -
Method in class javax.management.relation.RelationService
- Sets the given roles in given relation.
- setRoles(String, RoleList) -
Method in interface javax.management.relation.RelationServiceMBean
- Sets the given roles in given relation.
- setRoles(RoleList) -
Method in class javax.management.relation.RelationSupport
- Sets the given roles.
- setRoles(RoleList) -
Method in class javax.management.relation.RoleResult
- Sets list of roles successfully accessed.
- setRoles(String[]) -
Method in interface javax.xml.rpc.handler.HandlerChain
- Sets SOAP Actor roles for this
HandlerChain
.
- setRolesUnresolved(RoleUnresolvedList) -
Method in class javax.management.relation.RoleResult
- Sets list of roles unsuccessfully accessed.
- setRollbackOnly() -
Method in interface javax.ejb.EJBContext
- Mark the current transaction for rollback.
- setRollbackOnly() -
Method in interface javax.transaction.Transaction
- Modify the transaction associated with the target object such that
the only possible outcome of the transaction is to roll back the
transaction.
- setRollbackOnly() -
Method in interface javax.transaction.TransactionManager
- Modify the transaction associated with the current thread such that
the only possible outcome of the transaction is to roll back the
transaction.
- setRollbackOnly() -
Method in interface javax.transaction.UserTransaction
- Modify the transaction associated with the current thread such that
the only possible outcome of the transaction is to roll back the
transaction.
- setSecure(boolean) -
Method in class javax.servlet.http.Cookie
- Indicates to the browser whether the cookie should only be sent
using a secure protocol, such as HTTPS or SSL.
- setSendPastNotifications(boolean) -
Method in class javax.management.timer.Timer
- Sets the flag indicating whether the timer sends past notifications or not.
- setSendPastNotifications(boolean) -
Method in interface javax.management.timer.TimerMBean
- Sets the flag indicating whether the timer sends past notifications or not.
- setSender(Address) -
Method in class javax.mail.internet.MimeMessage
- Set the RFC 822 "Sender" header field.
- setSentDate(Date) -
Method in class javax.mail.Message
- Set the sent date of this message.
- setSentDate(Date) -
Method in class javax.mail.internet.MimeMessage
- Set the RFC 822 "Date" header field.
- setSequenceNumber(long) -
Method in class javax.management.Notification
- Set the notification sequence number.
- setSessionContext(SessionContext) -
Method in interface javax.ejb.SessionBean
- Set the associated session context.
- setShort(String, short) -
Method in interface javax.jms.MapMessage
- Sets a
short
value with the specified name into the Map.
- setShortProperty(String, short) -
Method in interface javax.jms.Message
- Sets a
short
property value with the specified name into
the message.
- setSlotType(String) -
Method in interface javax.xml.registry.infomodel.Slot
- Sets the slotType for this Slot.
- setSource(Object) -
Method in class javax.management.Notification
- Sets the source.
- setSourceObject(RegistryObject) -
Method in interface javax.xml.registry.infomodel.Association
- Sets the Object that is the source of this Association.
- setSpecificationObject(RegistryObject) -
Method in interface javax.xml.registry.infomodel.SpecificationLink
- Sets the specification object for this object.
- setStability(int) -
Method in interface javax.xml.registry.infomodel.RegistryEntry
- Sets the stability indicator for the RegistryEntry.
- setStateOrProvince(String) -
Method in interface javax.xml.registry.infomodel.PostalAddress
- Sets the state or province.
- setStatus(int) -
Method in interface javax.servlet.http.HttpServletResponse
- Sets the status code for this response.
- setStatus(int, String) -
Method in interface javax.servlet.http.HttpServletResponse
- Deprecated. As of version 2.1, due to ambiguous meaning of the
message parameter. To set a status code
use
setStatus(int)
, to send an error with a description
use sendError(int, String)
.
Sets the status code and message for this response.
- setStatus(int) -
Method in class javax.servlet.http.HttpServletResponseWrapper
- The default behavior of this method is to call setStatus(int sc)
on the wrapped response object.
- setStatus(int, String) -
Method in class javax.servlet.http.HttpServletResponseWrapper
- The default behavior of this method is to call setStatus(int sc, String sm)
on the wrapped response object.
- setStreet(String) -
Method in interface javax.xml.registry.infomodel.PostalAddress
- Sets the street name.
- setStreetNumber(String) -
Method in interface javax.xml.registry.infomodel.PostalAddress
- Sets the street number.
- setString(String, String) -
Method in interface javax.jms.MapMessage
- Sets a
String
value with the specified name into the Map.
- setStringProperty(String, String) -
Method in interface javax.jms.Message
- Sets a
String
property value with the specified name into
the message.
- setStringToCompare(String) -
Method in class javax.management.monitor.StringMonitor
- Sets the string to compare with the observed attribute common to all observed MBeans.
- setStringToCompare(String) -
Method in interface javax.management.monitor.StringMonitorMBean
- Sets the string to compare with the observed attribute.
- setSubType(String) -
Method in class javax.activation.MimeType
- Set the sub type for this object to the given String.
- setSubType(String) -
Method in class javax.mail.internet.ContentType
- Set the subType.
- setSubType(String) -
Method in class javax.mail.internet.MimeMultipart
- Set the subtype.
- setSubject(String) -
Method in class javax.mail.Message
- Set the subject of this message.
- setSubject(String) -
Method in class javax.mail.internet.MimeMessage
- Set the "Subject" header field.
- setSubject(String, String) -
Method in class javax.mail.internet.MimeMessage
- Set the "Subject" header field.
- setSubscribed(boolean) -
Method in class javax.mail.Folder
- Subscribe or unsubscribe this Folder.
- setSupportedEncodings(String[]) -
Method in interface javax.xml.rpc.encoding.TypeMapping
- Sets the encodingStyle URIs supported by this TypeMapping
instance.
- setSynchronous(boolean) -
Method in interface javax.xml.registry.Connection
- Sets whether the client uses synchronous communication or not.
- setSystemId(String) -
Method in interface javax.xml.transform.Result
- Set the system identifier for this Result.
- setSystemId(String) -
Method in interface javax.xml.transform.Source
- Set the system identifier for this Source.
- setSystemId(String) -
Method in class javax.xml.transform.dom.DOMResult
- Method setSystemId Set the systemID that may be used in association
with the node.
- setSystemId(String) -
Method in class javax.xml.transform.dom.DOMSource
- Set the base ID (URL or system ID) from where URLs
will be resolved.
- setSystemId(String) -
Method in class javax.xml.transform.sax.SAXResult
- Method setSystemId Set the systemID that may be used in association
with the
ContentHandler
.
- setSystemId(String) -
Method in class javax.xml.transform.sax.SAXSource
- Set the system identifier for this Source.
- setSystemId(String) -
Method in interface javax.xml.transform.sax.TemplatesHandler
- Set the base ID (URI or system ID) for the Templates object
created by this builder.
- setSystemId(String) -
Method in interface javax.xml.transform.sax.TransformerHandler
- Set the base ID (URI or system ID) from where relative
URLs will be resolved.
- setSystemId(String) -
Method in class javax.xml.transform.stream.StreamResult
- Set the systemID that may be used in association
with the byte or character stream, or, if neither is set, use
this value as a writeable URI (probably a file name).
- setSystemId(File) -
Method in class javax.xml.transform.stream.StreamResult
- Set the system ID from a File reference.
- setSystemId(String) -
Method in class javax.xml.transform.stream.StreamSource
- Set the system identifier for this Source.
- setSystemId(File) -
Method in class javax.xml.transform.stream.StreamSource
- Set the system ID from a File reference.
- setTagExtraInfo(TagExtraInfo) -
Method in class javax.servlet.jsp.tagext.TagInfo
- Set the instance for extra tag information.
- setTagInfo(TagInfo) -
Method in class javax.servlet.jsp.tagext.TagExtraInfo
- Set the TagInfo for this class.
- setTagLibrary(TagLibraryInfo) -
Method in class javax.servlet.jsp.tagext.TagInfo
- Set the TagLibraryInfo property.
- setTargetBinding(ServiceBinding) -
Method in interface javax.xml.registry.infomodel.ServiceBinding
- Sets the next ServiceBinding in case there is a redirection.
- setTargetEndpointAddress(String) -
Method in interface javax.xml.rpc.Call
- Sets the address of the target service endpoint.
- setTargetObject(RegistryObject) -
Method in interface javax.xml.registry.infomodel.Association
- Sets the Object that is the target of this Association.
- setTelephoneNumbers(Collection) -
Method in interface javax.xml.registry.infomodel.Organization
- Sets the various telephone numbers for this user.
- setTelephoneNumbers(Collection) -
Method in interface javax.xml.registry.infomodel.User
- Sets the various telephone numbers for this user.
- setText(String) -
Method in interface javax.jms.TextMessage
- Sets the string containing this message's data.
- setText(String) -
Method in interface javax.mail.Part
- A convenience method that sets the given String as this
part's content with a MIME type of "text/plain".
- setText(String) -
Method in class javax.mail.internet.MimeBodyPart
- Convenience method that sets the given String as this
part's content, with a MIME type of "text/plain".
- setText(String, String) -
Method in class javax.mail.internet.MimeBodyPart
- Convenience method that sets the given String as this part's
content, with a MIME type of "text/plain" and the specified
charset.
- setText(String) -
Method in class javax.mail.internet.MimeMessage
- Convenience method that sets the given String as this
part's content, with a MIME type of "text/plain".
- setText(String, String) -
Method in class javax.mail.internet.MimeMessage
- Convenience method that sets the given String as this part's
content, with a MIME type of "text/plain" and the specified
charset.
- setText(String) -
Method in interface javax.mail.internet.MimePart
- Convenience method that sets the given String as this
part's content, with a MIME type of "text/plain".
- setText(String, String) -
Method in interface javax.mail.internet.MimePart
- Convenience method that sets the given String as this part's
content, with a MIME type of "text/plain" and the specified
charset.
- setThreshold(Number) -
Method in class javax.management.monitor.CounterMonitor
- Deprecated. As of JMX 1.2, replaced by
CounterMonitor.setInitThreshold(java.lang.Number)
- setThreshold(Number) -
Method in interface javax.management.monitor.CounterMonitorMBean
- Deprecated. As of JMX 1.2, replaced by
CounterMonitorMBean.setInitThreshold(java.lang.Number)
- setThresholds(Number, Number) -
Method in class javax.management.monitor.GaugeMonitor
- Sets the high and the low threshold values common to all observed MBeans.
- setThresholds(Number, Number) -
Method in interface javax.management.monitor.GaugeMonitorMBean
- Sets the high and the low threshold values.
- setTimeStamp(long) -
Method in class javax.management.Notification
- Set the notification timestamp.
- setTimeToLive(long) -
Method in interface javax.jms.MessageProducer
- Sets the default length of time in milliseconds from its dispatch time
that a produced message should be retained by the message system.
- setTransactionTimeout(long) -
Method in class javax.resource.spi.work.ExecutionContext
- Set the transaction timeout value for a imported transaction.
- setTransactionTimeout(int) -
Method in interface javax.transaction.TransactionManager
- Modify the timeout value that is associated with transactions started
by subsequent invocations of the begin method.
- setTransactionTimeout(int) -
Method in interface javax.transaction.UserTransaction
- Modify the timeout value that is associated with transactions started
by subsequent invocations of the begin method.
- setTransactionTimeout(int) -
Method in interface javax.transaction.xa.XAResource
- Sets the current transaction timeout value for this
XAResource
instance.
- setType(String) -
Method in interface javax.xml.registry.infomodel.EmailAddress
- Sets the type for this object.
- setType(String) -
Method in interface javax.xml.registry.infomodel.PostalAddress
- Sets the type of address (for example, "headquarters") as a String.
- setType(String) -
Method in interface javax.xml.registry.infomodel.TelephoneNumber
- Sets the type of telephone number (for example, "fax").
- setType(String) -
Method in interface javax.xml.registry.infomodel.User
- Sets the type for this User.
- setURIResolver(URIResolver) -
Method in class javax.xml.transform.Transformer
- Set an object that will be used to resolve URIs used in
document().
- setURIResolver(URIResolver) -
Method in class javax.xml.transform.TransformerFactory
- Set an object that is used by default during the transformation
to resolve URIs used in xsl:import, or xsl:include.
- setURLName(URLName) -
Method in class javax.mail.Service
- Set the URLName representing this service.
- setUrl(String) -
Method in interface javax.xml.registry.infomodel.TelephoneNumber
- Sets the URL that can dial this number electronically.
- setUrl(URL) -
Method in interface javax.xml.registry.infomodel.User
- Sets the URL to the web page for this User.
- setUsageDescription(InternationalString) -
Method in interface javax.xml.registry.infomodel.SpecificationLink
- Sets the description of usage parameters.
- setUsageParameters(Collection) -
Method in interface javax.xml.registry.infomodel.SpecificationLink
- Sets any usage parameters.
- setUserData(Object) -
Method in class javax.management.Notification
- Set the user data.
- setUserVersion(String) -
Method in interface javax.xml.registry.infomodel.Versionable
- Sets the user specified revision number for this version of the Versionable object.
- setValidateURI(boolean) -
Method in interface javax.xml.registry.infomodel.URIValidator
- Sets whether to do URI validation for this object.
- setValidating(boolean) -
Method in class javax.xml.parsers.DocumentBuilderFactory
- Specifies that the parser produced by this code will
validate documents as they are parsed.
- setValidating(boolean) -
Method in class javax.xml.parsers.SAXParserFactory
- Specifies that the parser produced by this code will
validate documents as they are parsed.
- setValue(String) -
Method in class javax.servlet.http.Cookie
- Assigns a new value to a cookie after the cookie is created.
- setValue(String, Object) -
Method in class javax.servlet.jsp.tagext.TagSupport
- Associate a value with a String key.
- setValue(String) -
Method in interface javax.xml.registry.infomodel.Classification
- Sets the taxonomy value for this external Classification.
- setValue(String) -
Method in interface javax.xml.registry.infomodel.Concept
- Sets the value (usually a taxonomy value) associated with this Concept.
- setValue(String) -
Method in interface javax.xml.registry.infomodel.ExternalIdentifier
- Sets the value of an ExternalIdentifier.
- setValue(String) -
Method in interface javax.xml.registry.infomodel.InternationalString
- Sets the String value for the Locale returned by Locale.getDefault().
- setValue(Locale, String) -
Method in interface javax.xml.registry.infomodel.InternationalString
- Sets the String value for the specified Locale.
- setValue(String) -
Method in interface javax.xml.registry.infomodel.LocalizedString
- Set the String value for the specified object.
- setValue(String) -
Method in interface javax.xml.soap.Node
- If this is a Text node then this method will set its value,
otherwise it sets the value of the immediate (Text) child of this node.
- setValueType(int) -
Method in interface javax.xml.registry.infomodel.ClassificationScheme
- Sets the value type for this object.
- setValues(Collection) -
Method in interface javax.xml.registry.infomodel.Slot
- Sets the values for this Slot.
- setVersion(int) -
Method in class javax.servlet.http.Cookie
- Sets the version of the cookie protocol this cookie complies
with.
- setWriter(Writer) -
Method in class javax.xml.transform.stream.StreamResult
- Set the writer that is to receive the result.
- setXMLReader(XMLReader) -
Method in class javax.xml.transform.sax.SAXSource
- Set the XMLReader to be used for the Source.
- setXid(Xid) -
Method in class javax.resource.spi.work.ExecutionContext
- set a transaction context.
- shortname -
Variable in class javax.servlet.jsp.tagext.TagLibraryInfo
- The preferred short name (prefix) as indicated in the TLD.
- size() -
Method in class javax.activation.MimeTypeParameterList
- Return the number of name-value pairs in this list.
- size() -
Method in class javax.mail.internet.ParameterList
- Return the number of parameters in this list.
- size() -
Method in interface javax.management.openmbean.TabularData
- Returns the number of CompositeData values (ie the
number of rows) contained in this TabularData
instance.
- size() -
Method in class javax.management.openmbean.TabularDataSupport
- Returns the number of rows in this
TabularDataSupport
instance.
- source -
Variable in class javax.management.Notification
- This field hides the
EventObject.source
field in the
parent class to make it non-transient and therefore part of the
serialized form.
- sourceToInputSource(Source) -
Static method in class javax.xml.transform.sax.SAXSource
- Attempt to obtain a SAX InputSource object from a TrAX Source
object.
- start(TargetModuleID[]) -
Method in interface javax.enterprise.deploy.spi.DeploymentManager
- Start the application running.
- start() -
Method in interface javax.jms.Connection
- Starts (or restarts) a connection's delivery of incoming messages.
- start() -
Method in interface javax.jms.ServerSession
- Cause the
Session
's run
method to be called
to process messages that were just assigned to it.
- start() -
Method in class javax.management.monitor.CounterMonitor
- Starts the counter monitor.
- start() -
Method in class javax.management.monitor.GaugeMonitor
- Starts the gauge monitor.
- start() -
Method in class javax.management.monitor.Monitor
- Starts the monitor.
- start() -
Method in interface javax.management.monitor.MonitorMBean
- Starts the monitor.
- start() -
Method in class javax.management.monitor.StringMonitor
- Starts the string monitor.
- start() -
Method in class javax.management.timer.Timer
- Starts the timer.
- start() -
Method in interface javax.management.timer.TimerMBean
- Starts the timer.
- start(BootstrapContext) -
Method in interface javax.resource.spi.ResourceAdapter
- This is called when a resource adapter instance is bootstrapped.
- start(Xid, int) -
Method in interface javax.transaction.xa.XAResource
- Starts work on behalf of a transaction branch specified in
xid
.
- startWork(Work) -
Method in interface javax.resource.spi.work.WorkManager
- Accepts a
Work
instance for processing.
- startWork(Work, long, ExecutionContext, WorkListener) -
Method in interface javax.resource.spi.work.WorkManager
- Accepts a
Work
instance for processing.
- stop(TargetModuleID[]) -
Method in interface javax.enterprise.deploy.spi.DeploymentManager
- Stop the application running.
- stop() -
Method in interface javax.enterprise.deploy.spi.status.ProgressObject
- (optional)
A stop request on an in-process operation allows the
operation on the current TargetModuleID to run to completion but
does not process any of the remaining unprocessed TargetModuleID
objects.
- stop() -
Method in interface javax.jms.Connection
- Temporarily stops a connection's delivery of incoming messages.
- stop() -
Method in class javax.management.monitor.CounterMonitor
- Stops the counter monitor.
- stop() -
Method in class javax.management.monitor.GaugeMonitor
- Stops the gauge monitor.
- stop() -
Method in class javax.management.monitor.Monitor
- Stops the monitor.
- stop() -
Method in interface javax.management.monitor.MonitorMBean
- Stops the monitor.
- stop() -
Method in class javax.management.monitor.StringMonitor
- Stops the string monitor.
- stop() -
Method in class javax.management.timer.Timer
- Stops the timer.
- stop() -
Method in interface javax.management.timer.TimerMBean
- Stops the timer.
- stop() -
Method in interface javax.resource.spi.ResourceAdapter
- This is called when a resource adapter instance is undeployed or
during application server shutdown.
- store -
Variable in class javax.mail.Folder
- The parent store.
- store() -
Method in interface javax.management.PersistentMBean
- Captures the current state of this MBean instance and
writes it out to the persistent store.
- store() -
Method in class javax.management.modelmbean.RequiredModelMBean
- Persistence is not supported by the this Model MBean implementation.
- supports(String) -
Method in interface javax.security.jacc.PolicyContextHandler
- This public method returns a boolean result indicating whether or
not the handler supports the context object identified by the
(case-sensitive) key value.
- supportsExecuteWithInputAndOutputRecord() -
Method in interface javax.resource.cci.ResourceAdapterMetaData
- Returns true if the implementation class for the Interaction
interface implements public boolean execute(InteractionSpec
ispec, Record input, Record output) method; otherwise the
method returns false.
- supportsExecuteWithInputRecordOnly() -
Method in interface javax.resource.cci.ResourceAdapterMetaData
- Returns true if the implementation class for the Interaction
interface implements public Record execute(InteractionSpec
ispec, Record input) method; otherwise the method returns
false.
- supportsLocalTransactionDemarcation() -
Method in interface javax.resource.cci.ResourceAdapterMetaData
- Returns true if the resource adapter implements the LocalTransaction
interface and supports local transaction demarcation on the
underlying EIS instance through the LocalTransaction interface.
- supportsResultSetType(int) -
Method in interface javax.resource.cci.ResultSetInfo
- Indicates whether or not a resource adapter supports a type
of ResultSet.
- supportsResultTypeConcurrency(int, int) -
Method in interface javax.resource.cci.ResultSetInfo
- Indicates whether or not a resource adapter supports the
concurrency type in combination with the given ResultSet type/
- suspend() -
Method in interface javax.transaction.TransactionManager
- Suspend the transaction currently associated with the calling
thread and return a Transaction object that represents the
transaction context being suspended.
T
- TELEPHONE_NUMBER -
Static variable in interface javax.xml.registry.LifeCycleManager
-
- THRESHOLD_ERROR -
Static variable in class javax.management.monitor.MonitorNotification
- Notification type denoting that the type of the thresholds, offset or modulus is not correct.
- THRESHOLD_HIGH_VALUE_EXCEEDED -
Static variable in class javax.management.monitor.MonitorNotification
- Notification type denoting that the observed attribute has exceeded the threshold high value.
- THRESHOLD_LOW_VALUE_EXCEEDED -
Static variable in class javax.management.monitor.MonitorNotification
- Notification type denoting that the observed attribute has exceeded the threshold low value.
- THRESHOLD_VALUE_EXCEEDED -
Static variable in class javax.management.monitor.MonitorNotification
- Notification type denoting that the observed attribute has reached the threshold value.
- TIMES -
Static variable in class javax.management.Query
- A code representing the
Query.times(javax.management.ValueExp, javax.management.ValueExp)
expression.
- TMENDRSCAN -
Static variable in interface javax.transaction.xa.XAResource
- Ends a recovery scan.
- TMFAIL -
Static variable in interface javax.transaction.xa.XAResource
- Disassociates the caller and marks the transaction branch
rollback-only.
- TMJOIN -
Static variable in interface javax.transaction.xa.XAResource
- Caller is joining existing transaction branch.
- TMNOFLAGS -
Static variable in interface javax.transaction.xa.XAResource
- Use TMNOFLAGS to indicate no flags value is selected.
- TMONEPHASE -
Static variable in interface javax.transaction.xa.XAResource
- Caller is using one-phase optimization.
- TMRESUME -
Static variable in interface javax.transaction.xa.XAResource
- Caller is resuming association with a suspended
transaction branch.
- TMSTARTRSCAN -
Static variable in interface javax.transaction.xa.XAResource
- Starts a recovery scan.
- TMSUCCESS -
Static variable in interface javax.transaction.xa.XAResource
- Disassociates caller from a transaction branch.
- TMSUSPEND -
Static variable in interface javax.transaction.xa.XAResource
- Caller is suspending (not ending) its association with
a transaction branch.
- TO -
Static variable in class javax.mail.Message.RecipientType
- The "To" (primary) recipients.
- TRANSPORT -
Static variable in class javax.mail.Provider.Type
-
- TX_CONCURRENT_WORK_DISALLOWED -
Static variable in class javax.resource.spi.work.WorkException
- Indicates that concurrent work within a transaction is
disallowed.
- TX_RECREATE_FAILED -
Static variable in class javax.resource.spi.work.WorkException
- Indicates a failure in recreating the specified transaction context.
- TabularData - interface javax.management.openmbean.TabularData.
- The TabularData interface specifies the behaviour of a specific type of complex open data objects
which represent tabular data structures.
- TabularDataSupport - class javax.management.openmbean.TabularDataSupport.
- The TabularDataSupport class is the open data class which implements the TabularData
and the Map interfaces, and which is internally based on a hash map data structure.
- TabularDataSupport(TabularType) -
Constructor for class javax.management.openmbean.TabularDataSupport
- Creates an empty TabularDataSupport instance whose open-type is tabularType,
and whose underlying HashMap has a default initial capacity (101) and default load factor (0.75).
- TabularDataSupport(TabularType, int, float) -
Constructor for class javax.management.openmbean.TabularDataSupport
- Creates an empty TabularDataSupport instance whose open-type is tabularType,
and whose underlying HashMap has the specified initial capacity and load factor.
- TabularType - class javax.management.openmbean.TabularType.
- The
TabularType
class is the open type class
whose instances describe the types of TabularData
values. - TabularType(String, String, CompositeType, String[]) -
Constructor for class javax.management.openmbean.TabularType
- Constructs a
TabularType
instance, checking for the validity of the given parameters.
- Tag - interface javax.servlet.jsp.tagext.Tag.
- The interface of a classic tag handler that does not want to manipulate
its body.
- TagAdapter - class javax.servlet.jsp.tagext.TagAdapter.
- Wraps any SimpleTag and exposes it using a Tag interface.
- TagAdapter(SimpleTag) -
Constructor for class javax.servlet.jsp.tagext.TagAdapter
- Creates a new TagAdapter that wraps the given SimpleTag and
returns the parent tag when getParent() is called.
- TagAttributeInfo - class javax.servlet.jsp.tagext.TagAttributeInfo.
- Information on the attributes of a Tag, available at translation time.
- TagAttributeInfo(String, boolean, String, boolean) -
Constructor for class javax.servlet.jsp.tagext.TagAttributeInfo
- Constructor for TagAttributeInfo.
- TagAttributeInfo(String, boolean, String, boolean, boolean) -
Constructor for class javax.servlet.jsp.tagext.TagAttributeInfo
- JSP 2.0 Constructor for TagAttributeInfo.
- TagData - class javax.servlet.jsp.tagext.TagData.
- The (translation-time only) attribute/value information for a tag instance.
- TagData(Object[][]) -
Constructor for class javax.servlet.jsp.tagext.TagData
- Constructor for TagData.
- TagData(Hashtable) -
Constructor for class javax.servlet.jsp.tagext.TagData
- Constructor for a TagData.
- TagExtraInfo - class javax.servlet.jsp.tagext.TagExtraInfo.
- Optional class provided by the tag library author to describe additional
translation-time information not described in the TLD.
- TagExtraInfo() -
Constructor for class javax.servlet.jsp.tagext.TagExtraInfo
- Sole constructor.
- TagFileInfo - class javax.servlet.jsp.tagext.TagFileInfo.
- Tag information for a tag file in a Tag Library;
This class is instantiated from the Tag Library Descriptor file (TLD)
and is available only at translation time.
- TagFileInfo(String, String, TagInfo) -
Constructor for class javax.servlet.jsp.tagext.TagFileInfo
- Constructor for TagFileInfo from data in the JSP 2.0 format for TLD.
- TagInfo - class javax.servlet.jsp.tagext.TagInfo.
- Tag information for a tag in a Tag Library;
This class is instantiated from the Tag Library Descriptor file (TLD)
and is available only at translation time.
- TagInfo(String, String, String, String, TagLibraryInfo, TagExtraInfo, TagAttributeInfo[]) -
Constructor for class javax.servlet.jsp.tagext.TagInfo
- Constructor for TagInfo from data in the JSP 1.1 format for TLD.
- TagInfo(String, String, String, String, TagLibraryInfo, TagExtraInfo, TagAttributeInfo[], String, String, String, TagVariableInfo[]) -
Constructor for class javax.servlet.jsp.tagext.TagInfo
- Constructor for TagInfo from data in the JSP 1.2 format for TLD.
- TagInfo(String, String, String, String, TagLibraryInfo, TagExtraInfo, TagAttributeInfo[], String, String, String, TagVariableInfo[], boolean) -
Constructor for class javax.servlet.jsp.tagext.TagInfo
- Constructor for TagInfo from data in the JSP 2.0 format for TLD.
- TagLibraryInfo - class javax.servlet.jsp.tagext.TagLibraryInfo.
- Translation-time information associated with a taglib directive, and its
underlying TLD file.
- TagLibraryInfo(String, String) -
Constructor for class javax.servlet.jsp.tagext.TagLibraryInfo
- Constructor.
- TagLibraryValidator - class javax.servlet.jsp.tagext.TagLibraryValidator.
- Translation-time validator class for a JSP page.
- TagLibraryValidator() -
Constructor for class javax.servlet.jsp.tagext.TagLibraryValidator
- Sole constructor.
- TagSupport - class javax.servlet.jsp.tagext.TagSupport.
- A base class for defining new tag handlers implementing Tag.
- TagSupport() -
Constructor for class javax.servlet.jsp.tagext.TagSupport
- Default constructor, all subclasses are required to define only
a public constructor with the same signature, and to call the
superclass constructor.
- TagVariableInfo - class javax.servlet.jsp.tagext.TagVariableInfo.
- Variable information for a tag in a Tag Library;
This class is instantiated from the Tag Library Descriptor file (TLD)
and is available only at translation time.
- TagVariableInfo(String, String, String, boolean, int) -
Constructor for class javax.servlet.jsp.tagext.TagVariableInfo
- Constructor for TagVariableInfo.
- Target - interface javax.enterprise.deploy.spi.Target.
- A Target interface represents a single logical
core server of one instance of a J2EE platform
product.
- TargetException - exception javax.enterprise.deploy.spi.exceptions.TargetException.
- This exception is to report bad target designators.
- TargetException(String) -
Constructor for class javax.enterprise.deploy.spi.exceptions.TargetException
- Creates an new TargetException object.
- TargetModuleID - interface javax.enterprise.deploy.spi.TargetModuleID.
- A TargetModuleID interface represents a unique
identifier for a deployed application module.
- TelephoneNumber - interface javax.xml.registry.infomodel.TelephoneNumber.
- A simple re-usable entity class that defines attributes of a telephone number.
- Templates - interface javax.xml.transform.Templates.
- An object that implements this interface is the runtime representation of processed
transformation instructions.
- TemplatesHandler - interface javax.xml.transform.sax.TemplatesHandler.
- A SAX ContentHandler that may be used to process SAX
parse events (parsing transformation instructions) into a Templates object.
- TemporaryQueue - interface javax.jms.TemporaryQueue.
- A
TemporaryQueue
object is a unique Queue
object
created for the duration of a Connection
. - TemporaryTopic - interface javax.jms.TemporaryTopic.
- A
TemporaryTopic
object is a unique Topic
object
created for the duration of a Connection
. - Text - interface javax.xml.soap.Text.
- A representation of a node whose value is text.
- TextMessage - interface javax.jms.TextMessage.
- A
TextMessage
object is used to send a message containing a
java.lang.String
.
- TimeStatistic - interface javax.management.j2ee.statistics.TimeStatistic.
- Specifies standard timing measurements.
- TimedObject - interface javax.ejb.TimedObject.
- The TimedObject interface contains the callback method that
is used to deliver timer expiration notifications.
- Timer - interface javax.ejb.Timer.
- The Timer interface contains information about a timer
that was created through the EJB Timer Service.
- Timer - class javax.management.timer.Timer.
- Provides the implementation of the timer MBean.
- Timer() -
Constructor for class javax.management.timer.Timer
- Default constructor.
- TimerAlarmClockNotification - class javax.management.timer.TimerAlarmClockNotification.
- Deprecated. This class is of no use to user code. It is retained
purely for compatibility reasons.
- TimerAlarmClockNotification(TimerAlarmClock) -
Constructor for class javax.management.timer.TimerAlarmClockNotification
- Deprecated. Constructor.
- TimerHandle - interface javax.ejb.TimerHandle.
- The TimerHandle interface is implemented by all EJB timer handles.
- TimerMBean - interface javax.management.timer.TimerMBean.
- Exposes the management interface of the timer MBean.
- TimerNotification - class javax.management.timer.TimerNotification.
- This class provides definitions of the notifications sent by timer MBeans.
- TimerNotification(String, Object, long, long, String, Integer) -
Constructor for class javax.management.timer.TimerNotification
- Creates a timer notification object.
- TimerService - interface javax.ejb.TimerService.
- The TimerService interface provides enterprise bean components
with access to the container-provided Timer Service.
- Topic - interface javax.jms.Topic.
- A
Topic
object encapsulates a provider-specific topic name.
- TopicConnection - interface javax.jms.TopicConnection.
- A
TopicConnection
object is an active connection to a
publish/subscribe JMS provider. - TopicConnectionFactory - interface javax.jms.TopicConnectionFactory.
- A client uses a
TopicConnectionFactory
object to create
TopicConnection
objects with a publish/subscribe JMS provider.
- TopicPublisher - interface javax.jms.TopicPublisher.
- A client uses a
TopicPublisher
object to publish messages on a
topic. - TopicRequestor - class javax.jms.TopicRequestor.
- The
TopicRequestor
helper class simplifies
making service requests.
- TopicRequestor(TopicSession, Topic) -
Constructor for class javax.jms.TopicRequestor
- Constructor for the
TopicRequestor
class.
- TopicSession - interface javax.jms.TopicSession.
- A
TopicSession
object provides methods for creating
TopicPublisher
, TopicSubscriber
, and
TemporaryTopic
objects. - TopicSubscriber - interface javax.jms.TopicSubscriber.
- A client uses a
TopicSubscriber
object to receive messages that
have been published to a topic. - Transaction - interface javax.transaction.Transaction.
- The Transaction interface allows operations to be performed against
the transaction in the target Transaction object.
- TransactionInProgressException - exception javax.jms.TransactionInProgressException.
- This exception is thrown when an
operation is invalid because a transaction is in progress.
- TransactionInProgressException(String, String) -
Constructor for class javax.jms.TransactionInProgressException
- Constructs a
TransactionInProgressException
with the
specified reason and error code.
- TransactionInProgressException(String) -
Constructor for class javax.jms.TransactionInProgressException
- Constructs a
TransactionInProgressException
with the
specified reason.
- TransactionManager - interface javax.transaction.TransactionManager.
- The TransactionManager interface defines the methods that allow an
application server to manage transaction boundaries.
- TransactionRequiredException - exception javax.transaction.TransactionRequiredException.
- This exception indicates that a request carried a null transaction context,
but the target object requires an active transaction.
- TransactionRequiredException() -
Constructor for class javax.transaction.TransactionRequiredException
-
- TransactionRequiredException(String) -
Constructor for class javax.transaction.TransactionRequiredException
-
- TransactionRequiredLocalException - exception javax.ejb.TransactionRequiredLocalException.
- This exception indicates that a request carried a null transaction context,
but the target object requires an active transaction.
- TransactionRequiredLocalException() -
Constructor for class javax.ejb.TransactionRequiredLocalException
- Constructs a TransactionRequiredLocalException with no detail message.
- TransactionRequiredLocalException(String) -
Constructor for class javax.ejb.TransactionRequiredLocalException
- Constructs an TransactionRequiredLocalException with the specified
detailed message.
- TransactionRolledBackException - exception javax.jms.TransactionRolledBackException.
- This exception must be thrown when a
call to
Session.commit
results in a rollback of the current
transaction. - TransactionRolledBackException(String, String) -
Constructor for class javax.jms.TransactionRolledBackException
- Constructs a
TransactionRolledBackException
with the
specified reason and error code.
- TransactionRolledBackException(String) -
Constructor for class javax.jms.TransactionRolledBackException
- Constructs a
TransactionRolledBackException
with the
specified reason.
- TransactionRolledbackException - exception javax.transaction.TransactionRolledbackException.
- This exception indicates that the transaction associated with processing
of the request has been rolled back, or it has been marked to roll back.
- TransactionRolledbackException() -
Constructor for class javax.transaction.TransactionRolledbackException
-
- TransactionRolledbackException(String) -
Constructor for class javax.transaction.TransactionRolledbackException
-
- TransactionRolledbackLocalException - exception javax.ejb.TransactionRolledbackLocalException.
- This exception indicates that the transaction associated with
processing of the request has been rolled back, or marked to roll
back.
- TransactionRolledbackLocalException() -
Constructor for class javax.ejb.TransactionRolledbackLocalException
- Constructs a TransactionRolledbackLocalException with no detail message.
- TransactionRolledbackLocalException(String) -
Constructor for class javax.ejb.TransactionRolledbackLocalException
- Constructs a TransactionRolledbackLocalException with the specified
detailed message.
- TransactionRolledbackLocalException(String, Exception) -
Constructor for class javax.ejb.TransactionRolledbackLocalException
- Constructs a TransactionRolledbackLocalException with the specified
detail message and a nested exception.
- Transformer - class javax.xml.transform.Transformer.
- An instance of this abstract class can transform a
source tree into a result tree.
- Transformer() -
Constructor for class javax.xml.transform.Transformer
- Default constructor is protected on purpose.
- TransformerConfigurationException - exception javax.xml.transform.TransformerConfigurationException.
- Indicates a serious configuration error.
- TransformerConfigurationException() -
Constructor for class javax.xml.transform.TransformerConfigurationException
- Create a new
TransformerConfigurationException
with no
detail mesage.
- TransformerConfigurationException(String) -
Constructor for class javax.xml.transform.TransformerConfigurationException
- Create a new
TransformerConfigurationException
with
the String
specified as an error message.
- TransformerConfigurationException(Throwable) -
Constructor for class javax.xml.transform.TransformerConfigurationException
- Create a new
TransformerConfigurationException
with a
given Exception
base cause of the error.
- TransformerConfigurationException(String, Throwable) -
Constructor for class javax.xml.transform.TransformerConfigurationException
- Create a new
TransformerConfigurationException
with the
given Exception
base cause and detail message.
- TransformerConfigurationException(String, SourceLocator) -
Constructor for class javax.xml.transform.TransformerConfigurationException
- Create a new TransformerConfigurationException from a message and a Locator.
- TransformerConfigurationException(String, SourceLocator, Throwable) -
Constructor for class javax.xml.transform.TransformerConfigurationException
- Wrap an existing exception in a TransformerConfigurationException.
- TransformerException - exception javax.xml.transform.TransformerException.
- This class specifies an exceptional condition that occured
during the transformation process.
- TransformerException(String) -
Constructor for class javax.xml.transform.TransformerException
- Create a new TransformerException.
- TransformerException(Throwable) -
Constructor for class javax.xml.transform.TransformerException
- Create a new TransformerException wrapping an existing exception.
- TransformerException(String, Throwable) -
Constructor for class javax.xml.transform.TransformerException
- Wrap an existing exception in a TransformerException.
- TransformerException(String, SourceLocator) -
Constructor for class javax.xml.transform.TransformerException
- Create a new TransformerException from a message and a Locator.
- TransformerException(String, SourceLocator, Throwable) -
Constructor for class javax.xml.transform.TransformerException
- Wrap an existing exception in a TransformerException.
- TransformerFactory - class javax.xml.transform.TransformerFactory.
- A TransformerFactory instance can be used to create
Transformer
and
Templates
objects.
- TransformerFactory() -
Constructor for class javax.xml.transform.TransformerFactory
- Default constructor is protected on purpose.
- TransformerFactoryConfigurationError - error javax.xml.transform.TransformerFactoryConfigurationError.
- Thrown when a problem with configuration with the Transformer Factories
exists.
- TransformerFactoryConfigurationError() -
Constructor for class javax.xml.transform.TransformerFactoryConfigurationError
- Create a new
TransformerFactoryConfigurationError
with no
detail mesage.
- TransformerFactoryConfigurationError(String) -
Constructor for class javax.xml.transform.TransformerFactoryConfigurationError
- Create a new
TransformerFactoryConfigurationError
with
the String
specified as an error message.
- TransformerFactoryConfigurationError(Exception) -
Constructor for class javax.xml.transform.TransformerFactoryConfigurationError
- Create a new
TransformerFactoryConfigurationError
with a
given Exception
base cause of the error.
- TransformerFactoryConfigurationError(Exception, String) -
Constructor for class javax.xml.transform.TransformerFactoryConfigurationError
- Create a new
TransformerFactoryConfigurationError
with the
given Exception
base cause and detail message.
- TransformerHandler - interface javax.xml.transform.sax.TransformerHandler.
- A TransformerHandler
listens for SAX ContentHandler parse events and transforms
them to a Result.
- Transport - class javax.mail.Transport.
- An abstract class that models a message transport.
- Transport(Session, URLName) -
Constructor for class javax.mail.Transport
- Constructor.
- TransportAdapter - class javax.mail.event.TransportAdapter.
- The adapter which receives Transport events.
- TransportAdapter() -
Constructor for class javax.mail.event.TransportAdapter
-
- TransportEvent - class javax.mail.event.TransportEvent.
- This class models Transport events.
- TransportEvent(Transport, int, Address[], Address[], Address[], Message) -
Constructor for class javax.mail.event.TransportEvent
- Constructor.
- TransportListener - interface javax.mail.event.TransportListener.
- This is the Listener interface for Transport events
- TryCatchFinally - interface javax.servlet.jsp.tagext.TryCatchFinally.
- The auxiliary interface of a Tag, IterationTag or BodyTag tag
handler that wants additional hooks for managing resources.
- TypeMapping - interface javax.xml.rpc.encoding.TypeMapping.
- The
javax.xml.rpc.encoding.TypeMapping
is the base
interface for the representation of a type mapping. - TypeMappingRegistry - interface javax.xml.rpc.encoding.TypeMappingRegistry.
- The interface
javax.xml.rpc.encoding.TypeMappingRegistry
defines a registry of TypeMapping instances for various encoding
styles. - tagFiles -
Variable in class javax.servlet.jsp.tagext.TagLibraryInfo
- An array describing the tag files that are defined in this tag library.
- tags -
Variable in class javax.servlet.jsp.tagext.TagLibraryInfo
- An array describing the tags that are defined in this tag library.
- term -
Variable in class javax.mail.search.NotTerm
- The search term to negate.
- terms -
Variable in class javax.mail.search.AndTerm
- The array of terms on which the AND operator should be
applied.
- terms -
Variable in class javax.mail.search.OrTerm
- The array of terms on which the OR operator should
be applied.
- times(ValueExp, ValueExp) -
Static method in class javax.management.Query
- Returns a binary expression representing the product of two numeric values.
- tlibversion -
Variable in class javax.servlet.jsp.tagext.TagLibraryInfo
- The version of the tag library.
- toString() -
Method in class javax.activation.MimeType
- Return the String representation of this object.
- toString() -
Method in class javax.activation.MimeTypeParameterList
- Return a string representation of this object.
- toString() -
Method in class javax.enterprise.deploy.shared.ActionType
- Return the string name of this ActionType or the
integer value if outside the bounds of the table
- toString() -
Method in class javax.enterprise.deploy.shared.CommandType
- Return the string name of this CommandType or the
integer value if outside the bounds of the table
- toString() -
Method in class javax.enterprise.deploy.shared.DConfigBeanVersionType
- Return the string name of this DConfigBeanVersionType or the
integer value if outside the bounds of the table
- toString() -
Method in class javax.enterprise.deploy.shared.ModuleType
- Return the string name of this ModuleType or the
integer value if outside the bounds of the table
- toString() -
Method in class javax.enterprise.deploy.shared.StateType
- Return the string name of this StateType or the
integer value if outside the bounds of the table
- toString() -
Method in interface javax.enterprise.deploy.spi.TargetModuleID
- Retrieve the identifier representing
the deployed module.
- toString() -
Method in interface javax.jms.Queue
- Returns a string representation of this object.
- toString() -
Method in interface javax.jms.Topic
- Returns a string representation of this object.
- toString() -
Method in class javax.mail.Address
- Return a String representation of this address object.
- toString() -
Method in class javax.mail.Folder
- override the default toString(), it will return the String
from Folder.getFullName() or if that is null, it will use
the default toString() behavior.
- toString() -
Method in class javax.mail.Message.RecipientType
-
- toString() -
Method in class javax.mail.Provider
- Overrides Object.toString()
- toString() -
Method in class javax.mail.Service
- Return
getURLName.toString()
if this service has a URLName,
otherwise it will return the default toString
.
- toString() -
Method in class javax.mail.URLName
- Constructs a string representation of this URLName.
- toString() -
Method in class javax.mail.internet.AddressException
-
- toString() -
Method in class javax.mail.internet.ContentDisposition
- Retrieve a RFC2045 style string representation of
this ContentDisposition.
- toString() -
Method in class javax.mail.internet.ContentType
- Retrieve a RFC2045 style string representation of
this Content-Type.
- toString() -
Method in class javax.mail.internet.InternetAddress
- Convert this address into a RFC 822 / RFC 2047 encoded address.
- toString(Address[]) -
Static method in class javax.mail.internet.InternetAddress
- Convert the given array of InternetAddress objects into
a comma separated sequence of address strings.
- toString(Address[], int) -
Static method in class javax.mail.internet.InternetAddress
- Convert the given array of InternetAddress objects into
a comma separated sequence of address strings.
- toString() -
Method in class javax.mail.internet.NewsAddress
- Convert this address into a RFC 1036 address.
- toString(Address[]) -
Static method in class javax.mail.internet.NewsAddress
- Convert the given array of NewsAddress objects into
a comma separated sequence of address strings.
- toString() -
Method in class javax.mail.internet.ParameterList
- Convert this ParameterList into a MIME String.
- toString(int) -
Method in class javax.mail.internet.ParameterList
- Convert this ParameterList into a MIME String.
- toString() -
Method in class javax.management.AttributeValueExp
- Returns the string representing its value.
- toString() -
Method in class javax.management.BadAttributeValueExpException
- Returns the string representing the object.
- toString() -
Method in class javax.management.BadBinaryOpValueExpException
- Returns the string representing the object.
- toString() -
Method in class javax.management.BadStringOperationException
- Returns the string representing the object.
- toString() -
Method in class javax.management.ObjectName
- Returns a string representation of the object name.
- toString() -
Method in class javax.management.StringValueExp
- Returns the string representing the object.
- toString() -
Method in class javax.management.modelmbean.DescriptorSupport
- Returns a human readable string representing the descriptor.
- toString() -
Method in class javax.management.modelmbean.ModelMBeanAttributeInfo
- Returns a human-readable version of the
ModelMBeanAttributeInfo instance.
- toString() -
Method in class javax.management.modelmbean.ModelMBeanConstructorInfo
- Returns a string containing the entire contents of the ModelMBeanConstructorInfo in human readable form.
- toString() -
Method in class javax.management.modelmbean.ModelMBeanNotificationInfo
- Returns a human readable string containing
ModelMBeanNotificationInfo.
- toString() -
Method in class javax.management.modelmbean.ModelMBeanOperationInfo
- Returns a string containing the entire contents of the ModelMBeanOperationInfo in human readable form.
- toString() -
Method in class javax.management.openmbean.ArrayType
- Returns a string representation of this
ArrayType
instance.
- toString() -
Method in interface javax.management.openmbean.CompositeData
- Returns a string representation of this
CompositeData
instance.
- toString() -
Method in class javax.management.openmbean.CompositeDataSupport
- Returns a string representation of this
CompositeDataSupport
instance.
- toString() -
Method in class javax.management.openmbean.CompositeType
- Returns a string representation of this
CompositeType
instance.
- toString() -
Method in interface javax.management.openmbean.OpenMBeanAttributeInfo
- Returns a string representation of this
OpenMBeanAttributeInfo
instance.
- toString() -
Method in class javax.management.openmbean.OpenMBeanAttributeInfoSupport
- Returns a string representation of this
OpenMBeanAttributeInfoSupport
instance.
- toString() -
Method in interface javax.management.openmbean.OpenMBeanConstructorInfo
- Returns a string representation of this
OpenMBeanConstructorInfo
instance.
- toString() -
Method in class javax.management.openmbean.OpenMBeanConstructorInfoSupport
- Returns a string representation of this
OpenMBeanConstructorInfoSupport
instance.
- toString() -
Method in interface javax.management.openmbean.OpenMBeanInfo
- Returns a string representation of this
OpenMBeanInfo
instance.
- toString() -
Method in class javax.management.openmbean.OpenMBeanInfoSupport
- Returns a string representation of this
OpenMBeanInfoSupport
instance.
- toString() -
Method in interface javax.management.openmbean.OpenMBeanOperationInfo
- Returns a string representation of this
OpenMBeanOperationInfo
instance.
- toString() -
Method in class javax.management.openmbean.OpenMBeanOperationInfoSupport
- Returns a string representation of this
OpenMBeanOperationInfoSupport
instance.
- toString() -
Method in interface javax.management.openmbean.OpenMBeanParameterInfo
- Returns a string representation of this
OpenMBeanParameterInfo
instance.
- toString() -
Method in class javax.management.openmbean.OpenMBeanParameterInfoSupport
- Returns a string representation of this
OpenMBeanParameterInfoSupport
instance.
- toString() -
Method in class javax.management.openmbean.OpenType
- Returns a string representation of this open type instance.
- toString() -
Method in class javax.management.openmbean.SimpleType
- Returns a string representation of this
SimpleType
instance.
- toString() -
Method in interface javax.management.openmbean.TabularData
- Returns a string representation of this
TabularData
instance.
- toString() -
Method in class javax.management.openmbean.TabularDataSupport
- Returns a string representation of this
TabularDataSupport
instance.
- toString() -
Method in class javax.management.openmbean.TabularType
- Returns a string representation of this
TabularType
instance.
- toString() -
Method in class javax.management.relation.Role
- Returns a string describing the role.
- toString() -
Method in class javax.management.relation.RoleInfo
- Returns a string describing the role info.
- toString() -
Method in class javax.management.relation.RoleUnresolved
- Return a string describing this object.
- toString() -
Method in class javax.servlet.jsp.tagext.TagAttributeInfo
- Returns a String representation of this TagAttributeInfo, suitable
for debugging purposes.
- toString() -
Method in class javax.xml.namespace.QName
String
representation of this
QName
.
- toString() -
Method in interface javax.xml.registry.Query
- Returns the String representing the query.
- toString() -
Method in class javax.xml.rpc.ParameterMode
- Returns a
String
describing this ParameterMode
object.
- toUnicodeString() -
Method in class javax.mail.internet.InternetAddress
- Returns a properly formatted address (RFC 822 syntax) of
Unicode characters.
- toXML() -
Method in interface javax.xml.registry.infomodel.RegistryObject
- Returns a registry provider specific XML representation of this Object.
- toXMLString() -
Method in class javax.management.modelmbean.DescriptorSupport
- Returns an XML String representing the descriptor.
- transform(Source, Result) -
Method in class javax.xml.transform.Transformer
- Process the source tree to the output result.
- type -
Variable in class javax.mail.Message.RecipientType
- The type of recipient, usually the name of a corresponding
Internet standard header.
- type -
Variable in class javax.mail.event.ConnectionEvent
- The event type.
- type -
Variable in class javax.mail.event.FolderEvent
- The event type.
- type -
Variable in class javax.mail.event.MessageChangedEvent
- The event type.
- type -
Variable in class javax.mail.event.MessageCountEvent
- The event type.
- type -
Variable in class javax.mail.event.StoreEvent
- The event type.
- type -
Variable in class javax.mail.event.TransportEvent
- The event type.
- type -
Variable in class javax.mail.search.RecipientTerm
- The recipient type.
U
- UID -
Static variable in class javax.mail.UIDFolder.FetchProfileItem
- UID is a fetch profile item that can be included in a
FetchProfile
during a fetch request to a Folder.
- UIDFolder - interface javax.mail.UIDFolder.
- The
UIDFolder
interface is implemented by Folders
that can support the "disconnected" mode of operation, by providing
unique-ids for messages in the folder. - UIDFolder.FetchProfileItem - class javax.mail.UIDFolder.FetchProfileItem.
- A fetch profile item for fetching UIDs.
- UIDFolder.FetchProfileItem(String) -
Constructor for class javax.mail.UIDFolder.FetchProfileItem
-
- UNBOUNDED_BUFFER -
Static variable in class javax.servlet.jsp.JspWriter
- Constant indicating that the Writer is buffered and is unbounded; this
is used in BodyContent.
- UNDEFINED -
Static variable in class javax.resource.spi.work.WorkException
- Undefined error code.
- UNDEPLOY -
Static variable in class javax.enterprise.deploy.shared.CommandType
- The DeploymentManger action operation being processed is undeploy.
- UNKNOWN -
Static variable in class javax.management.MBeanOperationInfo
- Indicates that the operation has an "unknown" nature.
- UNKNOWN -
Static variable in interface javax.resource.spi.work.WorkManager
- A constant to indicate an unknown start delay duration or other unknown
values.
- UNREGISTRATION_NOTIFICATION -
Static variable in class javax.management.MBeanServerNotification
- Notification type denoting that an MBean has been unregistered.
- URIResolver - interface javax.xml.transform.URIResolver.
- An object that implements this interface that can be called by the processor
to turn a URI used in document(), xsl:import, or xsl:include into a Source object.
- URIValidator - interface javax.xml.registry.infomodel.URIValidator.
- Defines common behavior expected of any class that validates URIs.
- URI_NS_SOAP_ENCODING -
Static variable in interface javax.xml.soap.SOAPConstants
- The namespace identifier for the SOAP 1.1 encoding.
- URI_NS_SOAP_ENVELOPE -
Static variable in interface javax.xml.soap.SOAPConstants
- The namespace identifier for the SOAP 1.1 envelope.
- URI_SOAP_ACTOR_NEXT -
Static variable in interface javax.xml.soap.SOAPConstants
- The URI identifying the next application processing a SOAP request as the intended
actor for a SOAP 1.1 header entry (see section 4.2.2 of the SOAP 1.1 specification).
- URLDataSource - class javax.activation.URLDataSource.
- The URLDataSource class provides an object that wraps a
URL
object in a DataSource interface. - URLDataSource(URL) -
Constructor for class javax.activation.URLDataSource
- URLDataSource constructor.
- URLName - class javax.mail.URLName.
- The name of a URL.
- URLName(String, String, int, String, String, String) -
Constructor for class javax.mail.URLName
- Creates a URLName object from the specified protocol,
host, port number, file, username, and password.
- URLName(URL) -
Constructor for class javax.mail.URLName
- Construct a URLName from a java.net.URL object.
- URLName(String) -
Constructor for class javax.mail.URLName
- Construct a URLName from the string.
- URLStats - interface javax.management.j2ee.statistics.URLStats.
- Specifies the statistics provided by a URL resource.
- USER -
Static variable in class javax.mail.Flags.Flag
- A special flag that indicates that this folder supports
user defined flags.
- USER -
Static variable in interface javax.xml.registry.LifeCycleManager
-
- USERNAME_PROPERTY -
Static variable in interface javax.xml.rpc.Call
- Standard property: User name for authentication
Type:
java.lang.String
- USERNAME_PROPERTY -
Static variable in interface javax.xml.rpc.Stub
- Standard property: User name for authentication.
- UnavailableException - exception javax.resource.spi.UnavailableException.
- This is thrown to indicate that a service is unavailable.
- UnavailableException() -
Constructor for class javax.resource.spi.UnavailableException
- Constructs a new instance with null as its detail message.
- UnavailableException(String) -
Constructor for class javax.resource.spi.UnavailableException
- Constructs a new instance with the specified detail message.
- UnavailableException(Throwable) -
Constructor for class javax.resource.spi.UnavailableException
- Constructs a new throwable with the specified cause.
- UnavailableException(String, Throwable) -
Constructor for class javax.resource.spi.UnavailableException
- Constructs a new throwable with the specified detail message and cause.
- UnavailableException(String, String) -
Constructor for class javax.resource.spi.UnavailableException
- Constructs a new throwable with the specified detail message and
an error code.
- UnavailableException - exception javax.servlet.UnavailableException.
- Defines an exception that a servlet or filter throws to indicate
that it is permanently or temporarily unavailable.
- UnavailableException(Servlet, String) -
Constructor for class javax.servlet.UnavailableException
- Deprecated. As of Java Servlet API 2.2, use
UnavailableException.UnavailableException(String)
instead.
- UnavailableException(int, Servlet, String) -
Constructor for class javax.servlet.UnavailableException
- Deprecated. As of Java Servlet API 2.2, use
UnavailableException.UnavailableException(String, int)
instead.
- UnavailableException(String) -
Constructor for class javax.servlet.UnavailableException
- Constructs a new exception with a descriptive
message indicating that the servlet is permanently
unavailable.
- UnavailableException(String, int) -
Constructor for class javax.servlet.UnavailableException
- Constructs a new exception with a descriptive message
indicating that the servlet is temporarily unavailable
and giving an estimate of how long it will be unavailable.
- UnexpectedObjectException - exception javax.xml.registry.UnexpectedObjectException.
- This exception is thrown when the JAXR provider finds a Object that is
out-of-place or of the wrong type within the context of a user request.
- UnexpectedObjectException() -
Constructor for class javax.xml.registry.UnexpectedObjectException
- Constructs a
JAXRException
object with no
reason or embedded Throwable.
- UnexpectedObjectException(String) -
Constructor for class javax.xml.registry.UnexpectedObjectException
- Constructs a
JAXRException
object with the given
String
as the reason for the exception being thrown.
- UnexpectedObjectException(String, Throwable) -
Constructor for class javax.xml.registry.UnexpectedObjectException
- Constructs a
JAXRException
object with the given
String
as the reason for the exception being thrown
and the given Throwable
object as an embedded
Throwable.
- UnexpectedObjectException(Throwable) -
Constructor for class javax.xml.registry.UnexpectedObjectException
- Constructs a
JAXRException
object initialized
with the given Throwable
object.
- UnsupportedCapabilityException - exception javax.xml.registry.UnsupportedCapabilityException.
- This exception must be thrown when a JAXR client attempts to invoke an API method
that is not supported by the capability profile that is supported by the
JAXR provider.
- UnsupportedCapabilityException() -
Constructor for class javax.xml.registry.UnsupportedCapabilityException
- Constructs a
JAXRException
object with no
reason or embedded Throwable.
- UnsupportedCapabilityException(String) -
Constructor for class javax.xml.registry.UnsupportedCapabilityException
- Constructs a
JAXRException
object with the given
String
as the reason for the exception being thrown.
- UnsupportedCapabilityException(String, Throwable) -
Constructor for class javax.xml.registry.UnsupportedCapabilityException
- Constructs a
JAXRException
object with the given
String
as the reason for the exception being thrown
and the given Throwable
object as an embedded
Throwable.
- UnsupportedCapabilityException(Throwable) -
Constructor for class javax.xml.registry.UnsupportedCapabilityException
- Constructs a
JAXRException
object initialized
with the given Throwable
object.
- UnsupportedDataTypeException - exception javax.activation.UnsupportedDataTypeException.
- Signals that the requested operation does not support the
requested data type.
- UnsupportedDataTypeException() -
Constructor for class javax.activation.UnsupportedDataTypeException
- Constructs an UnsupportedDataTypeException with no detail
message.
- UnsupportedDataTypeException(String) -
Constructor for class javax.activation.UnsupportedDataTypeException
- Constructs an UnsupportedDataTypeException with the specified
message.
- User - interface javax.xml.registry.infomodel.User.
- User instances are RegistryObjects that are used to provide information about registered users within the registry.
- UserTransaction - interface javax.transaction.UserTransaction.
- The UserTransaction interface defines the methods that allow an
application to explicitly manage transaction boundaries.
- unConfirmAssociation(Association) -
Method in interface javax.xml.registry.BusinessLifeCycleManager
- Undoes a previous confirmation of this Association by the User associated with the caller.
- unDeprecateObjects(Collection) -
Method in interface javax.xml.registry.LifeCycleManager
- Undeprecates one or more previously deprecated objects.
- undeploy(TargetModuleID[]) -
Method in interface javax.enterprise.deploy.spi.DeploymentManager
- Remove the application from the target server.
- unquote(String) -
Static method in class javax.management.ObjectName
- Returns an unquoted form of the given String.
- unregisterMBean(ObjectName) -
Method in interface javax.management.MBeanServer
- Unregisters an MBean from the MBean server.
- unregisterMBean(ObjectName) -
Method in interface javax.management.MBeanServerConnection
- Unregisters an MBean from the MBean server.
- unregisterTypeMapping(String) -
Method in interface javax.xml.rpc.encoding.TypeMappingRegistry
- Unregisters a TypeMapping instance, if present, from the
specified encodingStyleURI.
- unsetEntityContext() -
Method in interface javax.ejb.EntityBean
- Unset the associated entity context.
- unsubscribe(String) -
Method in interface javax.jms.Session
- Unsubscribes a durable subscription that has been created by a client.
- unsubscribe(String) -
Method in interface javax.jms.TopicSession
- Unsubscribes a durable subscription that has been created by a client.
- updateHeaders() -
Method in class javax.mail.internet.MimeBodyPart
- Examine the content of this body part and update the appropriate
MIME headers.
- updateHeaders() -
Method in class javax.mail.internet.MimeMessage
- Called by the
saveChanges
method to actually
update the MIME headers.
- updateHeaders() -
Method in class javax.mail.internet.MimeMultipart
- Update headers.
- updateRoleMap(String, Role, List) -
Method in class javax.management.relation.RelationService
- Handles update of the Relation Service role map for the update of given
role in given relation.
- updateRoleMap(String, Role, List) -
Method in interface javax.management.relation.RelationServiceMBean
- Handles update of the Relation Service role map for the update of given
role in given relation.
- updatesAreDetected(int) -
Method in interface javax.resource.cci.ResultSetInfo
- Indicates whether or not a visible row update can be detected
by calling the method
ResultSet.rowUpdated
.
- uri -
Variable in class javax.servlet.jsp.tagext.TagLibraryInfo
- The value of the uri attribute from the taglib directive for
this library.
- url -
Variable in class javax.mail.Service
- The
URLName
of this service.
- urn -
Variable in class javax.servlet.jsp.tagext.TagLibraryInfo
- The "reliable" URN indicated in the TLD.
V
- V1_3 -
Static variable in class javax.enterprise.deploy.shared.DConfigBeanVersionType
- J2EE Platform version 1.3
- V1_3_1 -
Static variable in class javax.enterprise.deploy.shared.DConfigBeanVersionType
- J2EE Platform version 1.3.1
THIS CONSTANT SHOULD NEVER BE USED.
- V1_4 -
Static variable in class javax.enterprise.deploy.shared.DConfigBeanVersionType
- J2EE Platform version 1.4
- VALUE_TYPE_EMBEDDED_PATH -
Static variable in interface javax.xml.registry.infomodel.ClassificationScheme
- Each taxonomy value in ClassificationScheme embeds the full path from scheme to that Concept.
- VALUE_TYPE_NON_UNIQUE -
Static variable in interface javax.xml.registry.infomodel.ClassificationScheme
- Taxonomy values in ClassificationScheme may be repeated within the same scheme.
- VALUE_TYPE_UNIQUE -
Static variable in interface javax.xml.registry.infomodel.ClassificationScheme
- Each taxonomy value in ClassificationScheme is unique.
- VERSION -
Static variable in class javax.xml.transform.OutputKeys
- version = nmtoken.
- VERSIONABLE -
Static variable in interface javax.xml.registry.LifeCycleManager
-
- VOID -
Static variable in class javax.management.openmbean.SimpleType
- The
SimpleType
instance describing values whose
Java class name is java.lang.Void
.
- ValidatingManagedConnectionFactory - interface javax.resource.spi.ValidatingManagedConnectionFactory.
- This interface is implemented by a
ManagedConnectionFactory
instance that supports the ability to validate
ManagedConnection
objects.
- ValidationMessage - class javax.servlet.jsp.tagext.ValidationMessage.
- A validation message from either TagLibraryValidator or TagExtraInfo.
- ValidationMessage(String, String) -
Constructor for class javax.servlet.jsp.tagext.ValidationMessage
- Create a ValidationMessage.
- ValueExp - interface javax.management.ValueExp.
- Represents values that can be passed as arguments to
relational expressions.
- VariableInfo - class javax.servlet.jsp.tagext.VariableInfo.
- Information on the scripting variables that are created/modified by
a tag (at run-time).
- VariableInfo(String, String, boolean, int) -
Constructor for class javax.servlet.jsp.tagext.VariableInfo
- Constructor
These objects can be created (at translation time) by the TagExtraInfo
instances.
- VariableResolver - interface javax.servlet.jsp.el.VariableResolver.
- This class is used to customize the way an ExpressionEvaluator resolves
variable references at evaluation time.
- Versionable - interface javax.xml.registry.infomodel.Versionable.
- The Versionable interface defines the behavior common to classes that
are capable of creating versions of their instances.
- validSent -
Variable in class javax.mail.SendFailedException
-
- validSent -
Variable in class javax.mail.event.TransportEvent
-
- validUnsent -
Variable in class javax.mail.SendFailedException
-
- validUnsent -
Variable in class javax.mail.event.TransportEvent
-
- validate() -
Method in class javax.mail.internet.InternetAddress
- Validate that this address conforms to the syntax rules of
RFC 822.
- validate() -
Method in interface javax.resource.spi.ActivationSpec
- This method may be called by a deployment tool to validate the overall
activation configuration information provided by the endpoint deployer.
- validate(TagData) -
Method in class javax.servlet.jsp.tagext.TagExtraInfo
- Translation-time validation of the attributes.
- validate(TagData) -
Method in class javax.servlet.jsp.tagext.TagInfo
- Translation-time validation of the attributes.
- validate(String, String, PageData) -
Method in class javax.servlet.jsp.tagext.TagLibraryValidator
- Validate a JSP page.
- value(String) -
Static method in class javax.management.Query
- Returns a new string expression.
- value(Number) -
Static method in class javax.management.Query
- Returns a numeric value expression that can be used in any Query call
that expects a ValueExp.
- value(int) -
Static method in class javax.management.Query
- Returns a numeric value expression that can be used in any Query call
that expects a ValueExp.
- value(long) -
Static method in class javax.management.Query
- Returns a numeric value expression that can be used in any Query call
that expects a ValueExp.
- value(float) -
Static method in class javax.management.Query
- Returns a numeric value expression that can be used in any Query call
that expects a ValueExp.
- value(double) -
Static method in class javax.management.Query
- Returns a numeric value expression that can be used in any Query call
that expects a ValueExp.
- value(boolean) -
Static method in class javax.management.Query
- Returns a boolean value expression that can be used in any Query call
that expects a ValueExp.
- value -
Variable in class javax.xml.rpc.holders.BigDecimalHolder
-
- value -
Variable in class javax.xml.rpc.holders.BigIntegerHolder
-
- value -
Variable in class javax.xml.rpc.holders.BooleanHolder
-
- value -
Variable in class javax.xml.rpc.holders.BooleanWrapperHolder
-
- value -
Variable in class javax.xml.rpc.holders.ByteArrayHolder
-
- value -
Variable in class javax.xml.rpc.holders.ByteHolder
-
- value -
Variable in class javax.xml.rpc.holders.ByteWrapperHolder
-
- value -
Variable in class javax.xml.rpc.holders.CalendarHolder
-
- value -
Variable in class javax.xml.rpc.holders.DoubleHolder
-
- value -
Variable in class javax.xml.rpc.holders.DoubleWrapperHolder
-
- value -
Variable in class javax.xml.rpc.holders.FloatHolder
-
- value -
Variable in class javax.xml.rpc.holders.FloatWrapperHolder
-
- value -
Variable in class javax.xml.rpc.holders.IntHolder
-
- value -
Variable in class javax.xml.rpc.holders.IntegerWrapperHolder
-
- value -
Variable in class javax.xml.rpc.holders.LongHolder
-
- value -
Variable in class javax.xml.rpc.holders.LongWrapperHolder
-
- value -
Variable in class javax.xml.rpc.holders.ObjectHolder
-
- value -
Variable in class javax.xml.rpc.holders.QNameHolder
-
- value -
Variable in class javax.xml.rpc.holders.ShortHolder
-
- value -
Variable in class javax.xml.rpc.holders.ShortWrapperHolder
-
- value -
Variable in class javax.xml.rpc.holders.StringHolder
-
- valueBound(HttpSessionBindingEvent) -
Method in interface javax.servlet.http.HttpSessionBindingListener
- Notifies the object that it is being bound to
a session and identifies the session.
- valueOf(String) -
Static method in class javax.xml.namespace.QName
QName
derived from parsing the formatted
String
.
- valueUnbound(HttpSessionBindingEvent) -
Method in interface javax.servlet.http.HttpSessionBindingListener
- Notifies the object that it is being unbound
from a session and identifies the session.
- values() -
Method in interface javax.management.openmbean.CompositeData
- Returns an unmodifiable Collection view of the item values contained in this CompositeData instance.
- values() -
Method in class javax.management.openmbean.CompositeDataSupport
- Returns an unmodifiable Collection view of the item values contained in this CompositeData instance.
- values() -
Method in interface javax.management.openmbean.TabularData
- Returns a collection view of the CompositeData values (ie the rows)
contained in this TabularData instance.
- values() -
Method in class javax.management.openmbean.TabularDataSupport
- Returns a collection view of the rows contained in this
TabularDataSupport
instance.
W
- WAR -
Static variable in class javax.enterprise.deploy.shared.ModuleType
- The module is an Web Application archive.
- WORK_ACCEPTED -
Static variable in class javax.resource.spi.work.WorkEvent
- Indicates
Work
instance has been accepted.
- WORK_COMPLETED -
Static variable in class javax.resource.spi.work.WorkEvent
- Indicates
Work
instance has completed execution.
- WORK_REJECTED -
Static variable in class javax.resource.spi.work.WorkEvent
- Indicates
Work
instance has been rejected.
- WORK_STARTED -
Static variable in class javax.resource.spi.work.WorkEvent
- Indicates
Work
instance has started execution.
- WRITE_XML_DECLARATION -
Static variable in class javax.xml.soap.SOAPMessage
- Specifies whether the SOAP Message will contain an XML declaration when
it is sent.
- WebResourcePermission - class javax.security.jacc.WebResourcePermission.
- Class for Servlet web resource permissions.
- WebResourcePermission(String, String) -
Constructor for class javax.security.jacc.WebResourcePermission
- Creates a new WebResourcePermission with the specified name and actions.
- WebResourcePermission(String, String[]) -
Constructor for class javax.security.jacc.WebResourcePermission
- Creates a new WebResourcePermission with name corresponding
to the URLPatternSpec, and actions composed from the array of HTTP
methods.
- WebResourcePermission(HttpServletRequest) -
Constructor for class javax.security.jacc.WebResourcePermission
- Creates a new WebResourcePermission from the HttpServletRequest
object.
- WebRoleRefPermission - class javax.security.jacc.WebRoleRefPermission.
- Class for Servlet
isUserInRole (String reference)
permissions. - WebRoleRefPermission(String, String) -
Constructor for class javax.security.jacc.WebRoleRefPermission
- Creates a new WebRoleRefPermission with the specified name and actions.
- WebUserDataPermission - class javax.security.jacc.WebUserDataPermission.
- Class for Servlet Web user data permissions.
- WebUserDataPermission(String, String) -
Constructor for class javax.security.jacc.WebUserDataPermission
- Creates a new WebUserDataPermission with the specified name and actions.
- WebUserDataPermission(String, String[], String) -
Constructor for class javax.security.jacc.WebUserDataPermission
- Creates a new WebUserDataPermission with name corresponding to the
URLPatternSpec, and actions composed from the array of HTTP methods
and the transport type.
- WebUserDataPermission(HttpServletRequest) -
Constructor for class javax.security.jacc.WebUserDataPermission
- Creates a new WebUserDataPermission from the HttpServletRequest
object.
- Work - interface javax.resource.spi.work.Work.
- This models a
Work
instance that would be executed by a
WorkManager
upon submission. - WorkAdapter - class javax.resource.spi.work.WorkAdapter.
- This class is provided as a convenience for easily creating
WorkListener
instances by extending this class
and overriding only those methods of interest. - WorkAdapter() -
Constructor for class javax.resource.spi.work.WorkAdapter
-
- WorkCompletedException - exception javax.resource.spi.work.WorkCompletedException.
- This exception is thrown by a
WorkManager
to indicate that
a submitted Work
instance has completed with an exception.
- WorkCompletedException() -
Constructor for class javax.resource.spi.work.WorkCompletedException
- Constructs a new instance with null as its detail message.
- WorkCompletedException(String) -
Constructor for class javax.resource.spi.work.WorkCompletedException
- Constructs a new instance with the specified detail message.
- WorkCompletedException(Throwable) -
Constructor for class javax.resource.spi.work.WorkCompletedException
- Constructs a new throwable with the specified cause.
- WorkCompletedException(String, Throwable) -
Constructor for class javax.resource.spi.work.WorkCompletedException
- Constructs a new throwable with the specified detail message and cause.
- WorkCompletedException(String, String) -
Constructor for class javax.resource.spi.work.WorkCompletedException
- Constructs a new throwable with the specified detail message and
an error code.
- WorkEvent - class javax.resource.spi.work.WorkEvent.
- This class models the various events that occur during the processing of
a
Work
instance. - WorkEvent(Object, int, Work, WorkException) -
Constructor for class javax.resource.spi.work.WorkEvent
- Constructor.
- WorkEvent(Object, int, Work, WorkException, long) -
Constructor for class javax.resource.spi.work.WorkEvent
- Constructor.
- WorkException - exception javax.resource.spi.work.WorkException.
- A common base class for all
Work
processing related exceptions. - WorkException() -
Constructor for class javax.resource.spi.work.WorkException
- Constructs a new instance with null as its detail message.
- WorkException(String) -
Constructor for class javax.resource.spi.work.WorkException
- Constructs a new instance with the specified detail message.
- WorkException(Throwable) -
Constructor for class javax.resource.spi.work.WorkException
- Constructs a new throwable with the specified cause.
- WorkException(String, Throwable) -
Constructor for class javax.resource.spi.work.WorkException
- Constructs a new throwable with the specified detail message and cause.
- WorkException(String, String) -
Constructor for class javax.resource.spi.work.WorkException
- Constructs a new throwable with the specified detail message and
an error code.
- WorkListener - interface javax.resource.spi.work.WorkListener.
- This models a
WorkListener
instance which would be notified
by the WorkManager
when the various Work
processing events (work accepted, work rejected, work started,
work completed) occur.
- WorkManager - interface javax.resource.spi.work.WorkManager.
- This interface models a
WorkManager
which provides a facility
to submit Work
instances for execution. - WorkRejectedException - exception javax.resource.spi.work.WorkRejectedException.
- This exception is thrown by a
WorkManager
to indicate
that a submitted Work
instance has been rejected. - WorkRejectedException() -
Constructor for class javax.resource.spi.work.WorkRejectedException
- Constructs a new instance with null as its detail message.
- WorkRejectedException(String) -
Constructor for class javax.resource.spi.work.WorkRejectedException
- Constructs a new instance with the specified detail message.
- WorkRejectedException(Throwable) -
Constructor for class javax.resource.spi.work.WorkRejectedException
- Constructs a new throwable with the specified cause.
- WorkRejectedException(String, Throwable) -
Constructor for class javax.resource.spi.work.WorkRejectedException
- Constructs a new throwable with the specified detail message and cause.
- WorkRejectedException(String, String) -
Constructor for class javax.resource.spi.work.WorkRejectedException
- Constructs a new throwable with the specified detail message and
an error code.
- warning(TransformerException) -
Method in interface javax.xml.transform.ErrorListener
- Receive notification of a warning.
- workAccepted(WorkEvent) -
Method in class javax.resource.spi.work.WorkAdapter
- Invoked when a
Work
instance has been accepted.
- workAccepted(WorkEvent) -
Method in interface javax.resource.spi.work.WorkListener
- Invoked when a
Work
instance has been accepted.
- workCompleted(WorkEvent) -
Method in class javax.resource.spi.work.WorkAdapter
- Invoked when a
Work
instance has completed execution.
- workCompleted(WorkEvent) -
Method in interface javax.resource.spi.work.WorkListener
- Invoked when a
Work
instance has completed execution.
- workRejected(WorkEvent) -
Method in class javax.resource.spi.work.WorkAdapter
- Invoked when a
Work
instance has been rejected.
- workRejected(WorkEvent) -
Method in interface javax.resource.spi.work.WorkListener
- Invoked when a
Work
instance has been rejected.
- workStarted(WorkEvent) -
Method in class javax.resource.spi.work.WorkAdapter
- Invoked when a
Work
instance has started execution.
- workStarted(WorkEvent) -
Method in interface javax.resource.spi.work.WorkListener
- Invoked when a
Work
instance has started execution.
- write(OutputStream) -
Method in interface javax.resource.cci.Streamable
- Write fields of a Streamable object to an OutputStream
- writeBoolean(boolean) -
Method in interface javax.jms.BytesMessage
- Writes a
boolean
to the bytes message stream as a 1-byte
value.
- writeBoolean(boolean) -
Method in interface javax.jms.StreamMessage
- Writes a
boolean
to the stream message.
- writeByte(byte) -
Method in interface javax.jms.BytesMessage
- Writes a
byte
to the bytes message stream as a 1-byte
value.
- writeByte(byte) -
Method in interface javax.jms.StreamMessage
- Writes a
byte
to the stream message.
- writeBytes(byte[]) -
Method in interface javax.jms.BytesMessage
- Writes a byte array to the bytes message stream.
- writeBytes(byte[], int, int) -
Method in interface javax.jms.BytesMessage
- Writes a portion of a byte array to the bytes message stream.
- writeBytes(byte[]) -
Method in interface javax.jms.StreamMessage
- Writes a byte array field to the stream message.
- writeBytes(byte[], int, int) -
Method in interface javax.jms.StreamMessage
- Writes a portion of a byte array as a byte array field to the stream
message.
- writeChar(char) -
Method in interface javax.jms.BytesMessage
- Writes a
char
to the bytes message stream as a 2-byte
value, high byte first.
- writeChar(char) -
Method in interface javax.jms.StreamMessage
- Writes a
char
to the stream message.
- writeDouble(double) -
Method in interface javax.jms.BytesMessage
- Converts the
double
argument to a long
using
the
doubleToLongBits
method in class Double
,
and then writes that long
value to the bytes message
stream as an 8-byte quantity, high byte first.
- writeDouble(double) -
Method in interface javax.jms.StreamMessage
- Writes a
double
to the stream message.
- writeEJBHome(EJBHome, ObjectOutputStream) -
Method in interface javax.ejb.spi.HandleDelegate
- Serialize the EJBHome reference corresponding to a HomeHandle.
- writeEJBObject(EJBObject, ObjectOutputStream) -
Method in interface javax.ejb.spi.HandleDelegate
- Serialize the EJBObject reference corresponding to a Handle.
- writeExternal(ObjectOutput) -
Method in class javax.activation.MimeType
- The object implements the writeExternal method to save its contents
by calling the methods of DataOutput for its primitive values or
calling the writeObject method of ObjectOutput for objects, strings
and arrays.
- writeExternal(ObjectOutput) -
Method in class javax.management.loading.MLet
- Save this MLet's contents to the given
ObjectOutput
.
- writeFloat(float) -
Method in interface javax.jms.BytesMessage
- Converts the
float
argument to an int
using
the
floatToIntBits
method in class Float
,
and then writes that int
value to the bytes message
stream as a 4-byte quantity, high byte first.
- writeFloat(float) -
Method in interface javax.jms.StreamMessage
- Writes a
float
to the stream message.
- writeInt(int) -
Method in interface javax.jms.BytesMessage
- Writes an
int
to the bytes message stream as four bytes,
high byte first.
- writeInt(int) -
Method in interface javax.jms.StreamMessage
- Writes an
int
to the stream message.
- writeLong(long) -
Method in interface javax.jms.BytesMessage
- Writes a
long
to the bytes message stream as eight bytes,
high byte first.
- writeLong(long) -
Method in interface javax.jms.StreamMessage
- Writes a
long
to the stream message.
- writeObject(Object) -
Method in interface javax.jms.BytesMessage
- Writes an object to the bytes message stream.
- writeObject(Object) -
Method in interface javax.jms.StreamMessage
- Writes an object to the stream message.
- writeOut(Writer) -
Method in class javax.servlet.jsp.tagext.BodyContent
- Write the contents of this BodyContent into a Writer.
- writeShort(short) -
Method in interface javax.jms.BytesMessage
- Writes a
short
to the bytes message stream as two bytes,
high byte first.
- writeShort(short) -
Method in interface javax.jms.StreamMessage
- Writes a
short
to the stream message.
- writeString(String) -
Method in interface javax.jms.StreamMessage
- Writes a
String
to the stream message.
- writeTo(Object, String, OutputStream) -
Method in interface javax.activation.DataContentHandler
- Convert the object to a byte stream of the specified MIME type
and write it to the output stream.
- writeTo(OutputStream) -
Method in class javax.activation.DataHandler
- Write the data to an
OutputStream
.
- writeTo(OutputStream) -
Method in class javax.mail.Multipart
- Output an appropriately encoded bytestream to the given
OutputStream.
- writeTo(OutputStream) -
Method in interface javax.mail.Part
- Output a bytestream for this Part.
- writeTo(OutputStream) -
Method in class javax.mail.internet.MimeBodyPart
- Output the body part as an RFC 822 format stream.
- writeTo(OutputStream) -
Method in class javax.mail.internet.MimeMessage
- Output the message as an RFC 822 format stream.
- writeTo(OutputStream, String[]) -
Method in class javax.mail.internet.MimeMessage
- Output the message as an RFC 822 format stream, without
specified headers.
- writeTo(OutputStream) -
Method in class javax.mail.internet.MimeMultipart
- Iterates through all the parts and outputs each Mime part
separated by a boundary.
- writeTo(OutputStream) -
Method in class javax.xml.soap.SOAPMessage
- Writes this
SOAPMessage
object to the given output
stream.
- writeUTF(String) -
Method in interface javax.jms.BytesMessage
- Writes a string to the bytes message stream using UTF-8 encoding in a
machine-independent manner.
X
- XAConnection - interface javax.jms.XAConnection.
- The
XAConnection
interface extends the capability of
Connection
by providing an XASession
(optional).
- XAConnectionFactory - interface javax.jms.XAConnectionFactory.
- The
XAConnectionFactory
interface is a base interface for the
XAQueueConnectionFactory
and
XATopicConnectionFactory
interfaces.
- 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 improper 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.
- XAQueueConnection - interface javax.jms.XAQueueConnection.
- An
XAQueueConnection
provides the same create options as
QueueConnection
(optional).
- XAQueueConnectionFactory - interface javax.jms.XAQueueConnectionFactory.
- An
XAQueueConnectionFactory
provides the same create options as
a QueueConnectionFactory
(optional).
- XAQueueSession - interface javax.jms.XAQueueSession.
- An
XAQueueSession
provides a regular QueueSession
,
which can be used to
create QueueReceiver
, QueueSender
, and
QueueBrowser
objects (optional).
- 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).
- XASession - interface javax.jms.XASession.
- The
XASession
interface extends the capability of
Session
by adding access to a JMS provider's support for the
Java Transaction API (JTA) (optional). - XATerminator - interface javax.resource.spi.XATerminator.
- The XATerminator interface is used for transaction completion and
crash recovery flows.
- XATopicConnection - interface javax.jms.XATopicConnection.
- An
XATopicConnection
provides the same create options as
TopicConnection
(optional). - XATopicConnectionFactory - interface javax.jms.XATopicConnectionFactory.
- An
XATopicConnectionFactory
provides the same create options as
a TopicConnectionFactory
(optional).
- XATopicSession - interface javax.jms.XATopicSession.
- An
XATopicSession
provides a regular TopicSession
.
- 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.
- XMLParseException - exception javax.management.modelmbean.XMLParseException.
- This exception is thrown when an XML formatted string is being parsed into ModelMBean objects
or when XML formatted strings are being created from ModelMBean objects.
- XMLParseException() -
Constructor for class javax.management.modelmbean.XMLParseException
- Default constructor .
- XMLParseException(String) -
Constructor for class javax.management.modelmbean.XMLParseException
- Constructor taking a string.
- XMLParseException(Exception, String) -
Constructor for class javax.management.modelmbean.XMLParseException
- Constructor taking a string and an exception.
- XMLType - class javax.xml.rpc.encoding.XMLType.
- Constants for common XML Schema and SOAP 1.1 types.
- XMLType() -
Constructor for class javax.xml.rpc.encoding.XMLType
-
- XSD_BASE64 -
Static variable in class javax.xml.rpc.encoding.XMLType
- The name of the
xsd:base64Binary
type.
- XSD_BOOLEAN -
Static variable in class javax.xml.rpc.encoding.XMLType
- The name of the
xsd:boolean
type.
- XSD_BYTE -
Static variable in class javax.xml.rpc.encoding.XMLType
- The name of the
xsd:byte
type.
- XSD_DATETIME -
Static variable in class javax.xml.rpc.encoding.XMLType
- The name of the
xsd:dateTime
type.
- XSD_DECIMAL -
Static variable in class javax.xml.rpc.encoding.XMLType
- The name of the
xsd:decimal
type.
- XSD_DOUBLE -
Static variable in class javax.xml.rpc.encoding.XMLType
- The name of the
xsd:double
type.
- XSD_FLOAT -
Static variable in class javax.xml.rpc.encoding.XMLType
- The name of the
xsd:float
type.
- XSD_HEXBINARY -
Static variable in class javax.xml.rpc.encoding.XMLType
- The name of the
xsd:hexBinary
type.
- XSD_INT -
Static variable in class javax.xml.rpc.encoding.XMLType
- The name of the
xsd:int
type.
- XSD_INTEGER -
Static variable in class javax.xml.rpc.encoding.XMLType
- The name of the
xsd:integer
type.
- XSD_LONG -
Static variable in class javax.xml.rpc.encoding.XMLType
- The name of the
xsd:long
type.
- XSD_QNAME -
Static variable in class javax.xml.rpc.encoding.XMLType
- The name of the
xsd:QName
type.
- XSD_SHORT -
Static variable in class javax.xml.rpc.encoding.XMLType
- The name of the
xsd:short
type.
- XSD_STRING -
Static variable in class javax.xml.rpc.encoding.XMLType
- The name of the
xsd:string
type.
- Xid - interface javax.transaction.xa.Xid.
- The Xid interface is a Java mapping of the X/Open transaction identifier
XID structure.
- XpathEvent - class javax.enterprise.deploy.model.XpathEvent.
- An Event class describing ConfigBeans being added/subtracted
from a server configuration.
- XpathEvent(DDBean, Object) -
Constructor for class javax.enterprise.deploy.model.XpathEvent
- A description of a change in the ConfigBean tree.
- XpathListener - interface javax.enterprise.deploy.model.XpathListener.
- The listener interface for receiving XpathEvents
_
- _getProperty(String) -
Method in interface javax.xml.rpc.Stub
- Gets the value of a specific configuration property.
- _getPropertyNames() -
Method in interface javax.xml.rpc.Stub
- Returns an
Iterato
view of the names of the properties
that can be configured on this stub instance.
- _jspService(HttpServletRequest, HttpServletResponse) -
Method in interface javax.servlet.jsp.HttpJspPage
- The _jspService()method corresponds to the body of the JSP page.
- _setProperty(String, Object) -
Method in interface javax.xml.rpc.Stub
- Sets the name and value of a configuration property
for this Stub instance.
A B C D E F G H I J K L M N O P Q R S T U V W X _
Submit a bug or feature Copyright 2003 Sun Microsystems, Inc. All rights reserved.