A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
JAPAN_COLOR_COATED — Final static property, class com.adobe.livecycle.docconverter.client.PDFAConversionOptionSpec.ColorSpace
Japan color coated.
JavaAdapter — class, package flex.messaging.services.remoting.adapters
Basic adapter for invoking methods on a Java object.
JavaAdapter() — Constructor, class flex.messaging.services.remoting.adapters.JavaAdapter
Constructs an unmanaged JavaAdapter instance.
JavaAdapter(boolean enableManagement) — Constructor, class flex.messaging.services.remoting.adapters.JavaAdapter
Constructs a JavaAdapter instance.
JavaAdapterControl — class, package flex.management.runtime.data.adapters
The JavaAdapterControl class is the MBean implemenation for monitoring and managing JavaAdapters at runtime.
JavaAdapterControl — class, package flex.management.runtime.messaging.services.remoting.adapters
The JavaAdapterControl class is the MBean implementation for monitoring and managing Java service adapters at runtime.
JavaAdapterControl(flex.data.adapters:JavaAdapter serviceAdapter, flex.management:BaseControl parent) — Constructor, class flex.management.runtime.data.adapters.JavaAdapterControl
Constructs a JavaAdapterControl, assigning its id, managed JavaAdapter and parent MBean.
JavaAdapterControl(flex.messaging.services.remoting.adapters:JavaAdapter serviceAdapter, flex.management:BaseControl parent) — Constructor, class flex.management.runtime.messaging.services.remoting.adapters.JavaAdapterControl
Constructs a JavaAdapterControl, assigning its id, managed Java service adapter and parent MBean.
JavaAdapterControlMBean — Interface, package flex.management.runtime.data.adapters
Defines the runtime monitoring and management interface for managed Java data adapters.
JavaAdapterControlMBean — Interface, package flex.management.runtime.messaging.services.remoting.adapters
Defines the runtime monitoring and management interface for managed Java service adapters.
JavaFactory — class, package flex.messaging.factories
This class implements the FlexFactory interface to constructs Flex messaging components.
JavaFactoryInstance — class, package flex.messaging.factories
This class is used by the JavaFactory to store the configuration for an instance created by the JavaFactory.
JavaFactoryInstance(flex.messaging.factories:JavaFactory factory, java.lang:String id, flex.messaging.config:ConfigMap properties) — Constructor, class flex.messaging.factories.JavaFactoryInstance
Constructs a JavaFactoryInstance, assigning its factory, id, and properties.
JMSAdapter — class, package flex.messaging.services.messaging.adapters
This adapter for the MessageService integrates Flex messaging with Java Message Service destinations.
JMSAdapter() — Constructor, class flex.messaging.services.messaging.adapters.JMSAdapter
Constructs an unmanaged JMSAdapter instance.
JMSAdapter(boolean enableManagement) — Constructor, class flex.messaging.services.messaging.adapters.JMSAdapter
Constructs a JMSAdapter instance.
JMSAdapterControl — class, package flex.management.runtime.messaging.services.messaging.adapters
The JMSAdapterControl class is the MBean implemenation for monitoring and managing JMSAdapters at runtime.
JMSAdapterControl(flex.messaging.services.messaging.adapters:JMSAdapter serviceAdapter, flex.management:BaseControl parent) — Constructor, class flex.management.runtime.messaging.services.messaging.adapters.JMSAdapterControl
Constructs a JMSAdapterControl, assigning its id, managed JMSAdapter and parent MBean.
JMSAdapterControlMBean — Interface, package flex.management.runtime.messaging.services.messaging.adapters
Defines the runtime monitoring and management interface for managed JMS adapters.
JMSConsumer — class, package flex.messaging.services.messaging.adapters
A JMSProxy subclass for javax.jms.MessageConsumer instance.
JMSConsumer() — Constructor, class flex.messaging.services.messaging.adapters.JMSConsumer
JMSExceptionEvent — class, package flex.messaging.services.messaging.adapters
Event dispatched to the JMSExceptionListener when a JMS exception is encountered by the source.
JMSExceptionListener — Interface, package flex.messaging.services.messaging.adapters
An interface to be notified when a JMS exception is encountered by the JMS consumer.
JMSMessageListener — Interface, package flex.messaging.services.messaging.adapters
An interface to be notified when a JMS message is received by the JMS consumer.
JMSProxy — class, package flex.messaging.services.messaging.adapters
The JMSProxy is the superclass for all producers and consumers on both topics and queues.
JMSProxy() — Constructor, class flex.messaging.services.messaging.adapters.JMSProxy
Creates a new JMSProxy default default acknowledge mode of javax.jms.Session.AUTO_ACKNOWLEDGE.
JMSProxy.ConnectionCredentials — class, package flex.messaging.services.messaging.adapters
A static inner class for connection credentials that is passed to JMS connection factory when a JMS connection is created.
JMSProxy.ConnectionCredentials(java.lang:String username, java.lang:String password) — Constructor, class flex.messaging.services.messaging.adapters.JMSProxy.ConnectionCredentials
Creates a ConnectionCredentials instance with the supplied username and password.
JMSQueueConsumer — class, package flex.messaging.services.messaging.adapters
A JMSConsumer subclass specifically for JMS Queue receivers.
JMSQueueConsumer() — Constructor, class flex.messaging.services.messaging.adapters.JMSQueueConsumer
JMSSettings — class, package flex.messaging.services.messaging.adapters
Settings for JMSAdapter.
JMSSettings() — Constructor, class flex.messaging.services.messaging.adapters.JMSSettings
Creates a JMSSettings instance with the following default values: acknowledge mode of AUTO_ACKNOWLEDGE, delivery mode of DEFAULT_DELIVERY_MODE, destination type of Topic, and default delivery setting.
JMSSettings.DeliverySettings — class, package flex.messaging.services.messaging.adapters
A static inner class for delivery settings.
JMSSettings.DeliverySettings() — Constructor, class flex.messaging.services.messaging.adapters.JMSSettings.DeliverySettings
Creates a default DeliverySettings instance with default settings.
JobId — class, package com.adobe.idp.jobmanager.common
This class represents the identifier of a specific job.
JobId() — Constructor, class com.adobe.idp.jobmanager.common.JobId
JobId(java.lang:String jobId, boolean persistent) — Constructor, class com.adobe.idp.jobmanager.common.JobId
A constructor that creates a JobId object.
JobId(java.lang:String jobId) — Constructor, class com.adobe.idp.jobmanager.common.JobId
A constructor that creates a JobId object.
JobInvalidStateException — class, package com.adobe.idp.jobmanager.common
Represents an exception that is thrown when a specified job is in an invalid state for a job request (for example, not running when the completeJob is called).
JobInvalidStateException() — Constructor, class com.adobe.idp.jobmanager.common.JobInvalidStateException
Constructs a new exception with a null message and cause.
JobInvalidStateException(java.lang:String message) — Constructor, class com.adobe.idp.jobmanager.common.JobInvalidStateException
Constructs a new exception with a given message.
JobInvalidStateException(java.lang:Throwable throwable) — Constructor, class com.adobe.idp.jobmanager.common.JobInvalidStateException
Constructs a new exception with a given cause.
JobManager — class, package com.adobe.idp.jobmanager.client
The JobManager class is the primary class for interacting with the Job Manager service.
JobManager — Interface, package com.adobe.idp.jobmanager.service
The JobManager interface enables you to interact with the Job Manager service.
JobManager(com.adobe.idp.dsc.clientsdk:ServiceClientFactory serviceClientFactory) — Constructor, class com.adobe.idp.jobmanager.client.JobManager
Creates a JobManager object using the provided ServiceClientFactory object.
JobManagerException — class, package com.adobe.idp.jobmanager.common
Represents general exceptions that are thrown by the JobManager service.
JobManagerException() — Constructor, class com.adobe.idp.jobmanager.common.JobManagerException
Constructs a new exception with a null message and cause.
JobManagerException(java.lang:String message) — Constructor, class com.adobe.idp.jobmanager.common.JobManagerException
Constructs a new exception with a given message.
JobManagerException(java.lang:Throwable throwable) — Constructor, class com.adobe.idp.jobmanager.common.JobManagerException
Constructs a new exception with a given cause.
JobNotFoundException — class, package com.adobe.idp.jobmanager.common
Represents an exception that is thrown by the JobManager service when a specified job is not found or valid.
JobNotFoundException() — Constructor, class com.adobe.idp.jobmanager.common.JobNotFoundException
Constructs a new exception with a null message and cause.
JobNotFoundException(java.lang:String message) — Constructor, class com.adobe.idp.jobmanager.common.JobNotFoundException
Constructs a new exception with a given message.
JobNotFoundException(java.lang:Throwable throwable) — Constructor, class com.adobe.idp.jobmanager.common.JobNotFoundException
Constructs a new exception with a given cause.
JobStateChangeException — class, package com.adobe.idp.jobmanager.common
Represents an exception that is thrown when a job event listener // refuses a job lifecycle event.
JobStateChangeException() — Constructor, class com.adobe.idp.jobmanager.common.JobStateChangeException
Default constructor.
JobStateChangeException(java.lang:String message) — Constructor, class com.adobe.idp.jobmanager.common.JobStateChangeException
Constructor that uses the specified error message.
JobStateChangeException(java.lang:Throwable throwable) — Constructor, class com.adobe.idp.jobmanager.common.JobStateChangeException
Constructor that uses the specified exception.
JobStatus — class, package com.adobe.idp.jobmanager.common
Contains the status for a job in progress.
JobStatus() — Constructor, class com.adobe.idp.jobmanager.common.JobStatus
A standard constructor.
JobStatus(short statusCode) — Constructor, class com.adobe.idp.jobmanager.common.JobStatus
A constructor that creates a JobStatus object based on a status code.
JOB_STATUS_COMPLETED — Final static property, class com.adobe.idp.jobmanager.common.JobStatus
Specifies the job is completed.
JOB_STATUS_COMPLETE_REQUESTED — Final static property, class com.adobe.idp.jobmanager.common.JobStatus
Specifies that a job complete request was made.
JOB_STATUS_FAILED — Final static property, class com.adobe.idp.jobmanager.common.JobStatus
Specifies the job has failed.
JOB_STATUS_QUEUED — Final static property, class com.adobe.idp.jobmanager.common.JobStatus
Specifies the job is queued.
JOB_STATUS_RESUME_REQUESTED — Final static property, class com.adobe.idp.jobmanager.common.JobStatus
Specifies that a job resume request was made.
JOB_STATUS_RUNNING — Final static property, class com.adobe.idp.jobmanager.common.JobStatus
Specifies the job is running.
JOB_STATUS_SUSPENDED — Final static property, class com.adobe.idp.jobmanager.common.JobStatus
Specifies the job status is suspended.
JOB_STATUS_SUSPEND_REQUESTED — Final static property, class com.adobe.idp.jobmanager.common.JobStatus
Specifies the job status is completed.
JOB_STATUS_TERMINATED — Final static property, class com.adobe.idp.jobmanager.common.JobStatus
Specifies the job has terminated.
JOB_STATUS_TERMINATE_REQUESTED — Final static property, class com.adobe.idp.jobmanager.common.JobStatus
Specifies that a job terminate request was made.
JOB_STATUS_UNKNOWN — Final static property, class com.adobe.idp.jobmanager.common.JobStatus
Specifies the job status is unknown.
JPEG — Final static property, class com.adobe.livecycle.convertpdfservice.client.enumeration.ImageConvertFormat
Represents a JPEG image format.
JPEG2K — Final static property, class com.adobe.livecycle.convertpdfservice.client.enumeration.ImageConvertFormat
Represents a JPEG2000 image format.
JPEGFormat — final class, package com.adobe.livecycle.convertpdfservice.client.enumeration
Represents the JPEG format.
JSP_IMPLEMENTATION — Final static property, interface com.adobe.idp.dsc.registry.infomodel.PropertyEditorComponent
Constant for user interface component implementations for the JSP environment.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/livecycle/8.2/programLC/programmer/javadoc/all-index-J.html