Uses of Class
org.cip4.jdflib.jmf.JDFJMF

Packages that use JDFJMF
org.cip4.jdflib.auto   
org.cip4.jdflib.core   
org.cip4.jdflib.extensions   
org.cip4.jdflib.ifaces   
org.cip4.jdflib.jmf   
org.cip4.jdflib.node   
org.cip4.jdflib.pool   
org.cip4.jdflib.resource   
org.cip4.jdflib.resource.devicecapability   
org.cip4.jdflib.util.hotfolder   
 

Uses of JDFJMF in org.cip4.jdflib.auto
 

Methods in org.cip4.jdflib.auto that return JDFJMF
 JDFJMF JDFAutoNodeInfo.appendJMF()
          (30) append element JMF
 JDFJMF JDFAutoNodeInfo.getCreateJMF(int iSkip)
          (26) getCreateJMF
 JDFJMF JDFAutoNodeInfo.getJMF(int iSkip)
          (27) const get element JMF
 

Methods in org.cip4.jdflib.auto that return types with arguments of type JDFJMF
 Collection<JDFJMF> JDFAutoNodeInfo.getAllJMF()
          Get all JMF from the current element
 

Uses of JDFJMF in org.cip4.jdflib.core
 

Methods in org.cip4.jdflib.core that return JDFJMF
 JDFJMF JDFElement.getJMFRoot()
          Get the JMF root
 JDFJMF JDFDoc.getJMFRoot()
          GetJMFRoot - get the jmf root
 

Uses of JDFJMF in org.cip4.jdflib.extensions
 

Methods in org.cip4.jdflib.extensions with parameters of type JDFJMF
 KElement XJDF20.makeNewJMF(JDFJMF jmf)
           
 

Uses of JDFJMF in org.cip4.jdflib.ifaces
 

Methods in org.cip4.jdflib.ifaces that return JDFJMF
 JDFJMF ISignalAudit.toSignalJMF()
           
 

Uses of JDFJMF in org.cip4.jdflib.jmf
 

Methods in org.cip4.jdflib.jmf that return JDFJMF
 JDFJMF JMFBuilder.buildAbortQueueEntry(String queueEntryId)
          build a JMF AbortQueueEntry command
 JDFJMF JMFBuilder.buildHoldQueueEntry(String queueEntryId)
          build a JMF HoldQueueEntry command
 JDFJMF JMFBuilder.buildKnownDevicesQuery(JDFAutoDeviceFilter.EnumDeviceDetails details)
          build a JMF Knowndevices query
 JDFJMF JMFBuilder.buildKnownMessagesQuery()
          build a JMF Knownmessages query
 JDFJMF JMFBuilder.buildKnownSubscriptionsQuery(String url, String slaveQEID)
          build a JMF KnownSubscriptions query
 JDFJMF JMFBuilder.buildMilestone(String milestoneType, String jobID)
          build a JMF Milestone querysignal
 JDFJMF JMFBuilder.buildNewJDFCommand()
          build a JMFNewJDF query
 JDFJMF JMFBuilder.buildNewJDFQuery(String jobID, String jobPartID)
          build a JMFNewJDF query
 JDFJMF JMFBuilder.buildNotificationSubscription(String subscriberURL)
          build a JMF Notification subscription
 JDFJMF JMFBuilder.buildQueueStatus()
          build a JMF QueueStatus query
 JDFJMF JMFBuilder.buildQueueStatusSubscription(String subscriberURL)
          build a JMF QueueStatus query
 JDFJMF JMFBuilder.buildRemoveQueueEntry(String queueEntryId)
          build a JMF RemoveQueueEntry command
 JDFJMF JMFBuilder.buildRequestQueueEntry(String queueURL, NodeIdentifier nid)
          build a JMF RequestQueueEntry command
default: JMFFactory.buildRequestQueueEntry(theQueueURL,null)
 JDFJMF JMFBuilder.buildResourceCatalogQuery(String resType)
          build a JMF Resource query
 JDFJMF JMFBuilder.buildResourceQuery(boolean bExact)
          build a JMF Status query
 JDFJMF JMFBuilder.buildResourceSignal(boolean bExact, JDFResourceLink resLink)
          build a JMF Status query
 JDFJMF JMFBuilder.buildResourceSubscription(String subscriberURL, double repeatTime, int repeatStep, String queueEntryID)
          build a JMF Resource subscription
 JDFJMF JMFBuilder.buildResubmitQueueEntry(String qeID, String url)
          build a ResubmitQueueEntry message
 JDFJMF JMFBuilder.buildResumeQueueEntry(String queueEntryId)
          build a JMF ResumeQueueEntry command
 JDFJMF JMFBuilder.buildReturnQueueEntry(String queueEntryId)
          build a JMF AbortQueueEntry command
 JDFJMF JMFBuilder.buildShutdownCommand(JDFAutoShutDownCmdParams.EnumShutDownType typ)
          build a Shutdown message
 JDFJMF JMFBuilder.buildStatus(JDFAutoStatusQuParams.EnumDeviceDetails deviceDetails, JDFAutoStatusQuParams.EnumJobDetails jobDetails)
          build a JMF Status query
 JDFJMF JMFBuilder.buildStatusSignal(JDFAutoStatusQuParams.EnumDeviceDetails deviceDetails, JDFAutoStatusQuParams.EnumJobDetails jobDetails)
          build a JMF Status query
 JDFJMF JMFBuilder.buildStatusSubscription(String subscriberURL, double repeatTime, int repeatStep, String queueEntryID)
          build a JMF Status subscription
 JDFJMF JMFBuilder.buildStopPersistentChannel(String channelID, String qeID, String url)
          build a stopPersistentChannelParams message
 JDFJMF JMFBuilder.buildSubmissionMethodsQuery()
          build a JMF Knownmessages query
 JDFJMF JMFBuilder.buildSubmitQueueEntry(String returnUrl)
          build a ResubmitQueueEntry message
 JDFJMF JMFBuilder.buildSuspendQueueEntry(String queueEntryId)
          build a JMF SuspendQueueEntry command
 JDFJMF JMFBuilder.createJMF(JDFMessage.EnumFamily family, JDFMessage.EnumType typ)
          create a JMF that has all builder specific details filled in
static JDFJMF JDFJMF.createJMF(JDFMessage.EnumFamily family, JDFMessage.EnumType typ)
          create a new JMF with one Message Element of family family and type typ
 JDFJMF JDFMessage.createResponse()
          create a new response for this if this is any message except response correctly fills refId, type etc.
 JDFJMF JDFJMF.createResponse()
          create a new response for all messages of this if the message is any message except response correctly fills refId, type etc.
 JDFJMF[] JMFBuilder.createSubscriptions(String url, String queueEntryID, double repeatTime, int repeatStep)
          create a set of default subscriptions
 JDFJMF JMFBuilder.newJMF(JDFMessage.EnumFamily family, String type)
          create a new jmf message with some heuristic parameters
 

Methods in org.cip4.jdflib.jmf with parameters of type JDFJMF
 JDFResponse JDFQueueSubmissionParams.addEntry(JDFQueue theQueue, JDFJMF responseIn)
          Deprecated. use 3 parameter version
 JDFResponse JDFQueueSubmissionParams.addEntry(JDFQueue theQueue, JDFJMF responseIn, JDFQueueFilter filter)
          add a queueentry to a queue based on the parameters of this you can get the new queueentry by getQueueEntry(0) on the response
 

Uses of JDFJMF in org.cip4.jdflib.node
 

Methods in org.cip4.jdflib.node that return JDFJMF
 JDFJMF JDFNode.getNodeInfoJMF(int iSkip)
          Deprecated. 06�221 use getInheritedNodeInfo(String attName)
 

Uses of JDFJMF in org.cip4.jdflib.pool
 

Methods in org.cip4.jdflib.pool with parameters of type JDFJMF
 VElement JDFAuditPool.setPhase(JDFJMF jmf)
          finds all status messages in a jmf and fills the phaseTime with the appropriate data
 

Uses of JDFJMF in org.cip4.jdflib.resource
 

Methods in org.cip4.jdflib.resource that return JDFJMF
 JDFJMF JDFResourceAudit.toSignalJMF()
           
 JDFJMF JDFPhaseTime.toSignalJMF()
           
 JDFJMF JDFNotification.toSignalJMF()
          creates a JDFJMF that corresponds to this
 

Uses of JDFJMF in org.cip4.jdflib.resource.devicecapability
 

Methods in org.cip4.jdflib.resource.devicecapability with parameters of type JDFJMF
static XMLDoc JDFDeviceCap.getJMFInfo(JDFJMF jmfRoot, JDFResponse knownMessagesResp, JDFBaseDataTypes.EnumFitsValue testlists, JDFElement.EnumValidationLevel level, boolean ignoreExtensions)
          Composes a BugReport in XML form for the given JMF message 'jmfRoot'.
 

Uses of JDFJMF in org.cip4.jdflib.util.hotfolder
 

Methods in org.cip4.jdflib.util.hotfolder with parameters of type JDFJMF
 boolean QueueHotFolderListener.submitted(JDFJMF submissionJMF)
          this interface function is called whenever a new or modified file has stabilized in the hotFolder
 

Constructors in org.cip4.jdflib.util.hotfolder with parameters of type JDFJMF
QueueHotFolder(File _hotFolderDir, File _storageDir, String ext, QueueHotFolderListener hfListener, JDFJMF _queueCommand)
          constructor for a simple queue based hotfolder watcher that is automagically started in its own thread
QueueHotFolderListenerImpl(QueueHotFolderListener qhfl, JDFJMF _queueCommand)
           
 



Copyright © 2013. All Rights Reserved.