congrats Icon
New! Tabnine Pro 14-day free trial
Start a free trial
Tabnine Logo
MALProviderSet
Code IndexAdd Tabnine to your IDE (free)

How to use
MALProviderSet
in
org.ccsds.moims.mo.mal.provider

Best Java code snippets using org.ccsds.moims.mo.mal.provider.MALProviderSet (Showing top 20 results out of 315)

origin: int.esa.nmf.core.moservices.api/com-nmf

/**
 * Adds the supplied MAL provider to the internal list of providers used for PubSub.
 * @param provider provider The provider to add.
 * @throws org.ccsds.moims.mo.mal.MALException If an error is detected.
 */
public void malInitialize(org.ccsds.moims.mo.mal.provider.MALProvider provider) throws org.ccsds.moims.mo.mal.MALException
{
 providerSet.addProvider(provider);
}
origin: int.esa.nmf.core.moservices.api/com-nmf

/**
 * Removes the supplied MAL provider from the internal list of providers used for PubSub.
 * @param provider provider The provider to add.
 * @throws org.ccsds.moims.mo.mal.MALException If an error is detected.
 */
public void malFinalize(org.ccsds.moims.mo.mal.provider.MALProvider provider) throws org.ccsds.moims.mo.mal.MALException
{
 providerSet.removeProvider(provider);
}
origin: int.esa.nmf.core.moservices.api/com-nmf

/**
 * Creates a publisher object using the current registered provider set for the PubSub operation monitorEvent.
 * @param domain domain the domain used for publishing.
 * @param networkZone networkZone the network zone used for publishing.
 * @param sessionType sessionType the session used for publishing.
 * @param sessionName sessionName the session name used for publishing.
 * @param qos qos the QoS used for publishing.
 * @param qosProps qosProps the QoS properties used for publishing.
 * @param priority priority the priority used for publishing.
 * @return The new publisher object.
 * @throws org.ccsds.moims.mo.mal.MALException if a problem is detected during creation of the publisher.
 */
public org.ccsds.moims.mo.com.event.provider.MonitorEventPublisher createMonitorEventPublisher(org.ccsds.moims.mo.mal.structures.IdentifierList domain, org.ccsds.moims.mo.mal.structures.Identifier networkZone, org.ccsds.moims.mo.mal.structures.SessionType sessionType, org.ccsds.moims.mo.mal.structures.Identifier sessionName, org.ccsds.moims.mo.mal.structures.QoSLevel qos, java.util.Map qosProps, org.ccsds.moims.mo.mal.structures.UInteger priority) throws org.ccsds.moims.mo.mal.MALException
{
 return new org.ccsds.moims.mo.com.event.provider.MonitorEventPublisher(providerSet.createPublisherSet(org.ccsds.moims.mo.com.event.EventHelper.MONITOREVENT_OP, domain, networkZone, sessionType, sessionName, qos, qosProps, priority));
}
origin: int.esa.nmf.core.moservices.api/com-nmf

/**
 * Creates a publisher object using the current registered provider set for the PubSub operation monitorEvent.
 * @param domain domain the domain used for publishing.
 * @param networkZone networkZone the network zone used for publishing.
 * @param sessionType sessionType the session used for publishing.
 * @param sessionName sessionName the session name used for publishing.
 * @param qos qos the QoS used for publishing.
 * @param qosProps qosProps the QoS properties used for publishing.
 * @param priority priority the priority used for publishing.
 * @return The new publisher object.
 * @throws org.ccsds.moims.mo.mal.MALException if a problem is detected during creation of the publisher.
 */
public org.ccsds.moims.mo.com.event.provider.MonitorEventPublisher createMonitorEventPublisher(org.ccsds.moims.mo.mal.structures.IdentifierList domain, org.ccsds.moims.mo.mal.structures.Identifier networkZone, org.ccsds.moims.mo.mal.structures.SessionType sessionType, org.ccsds.moims.mo.mal.structures.Identifier sessionName, org.ccsds.moims.mo.mal.structures.QoSLevel qos, java.util.Map qosProps, org.ccsds.moims.mo.mal.structures.UInteger priority) throws org.ccsds.moims.mo.mal.MALException
{
 return new org.ccsds.moims.mo.com.event.provider.MonitorEventPublisher(providerSet.createPublisherSet(org.ccsds.moims.mo.com.event.EventHelper.MONITOREVENT_OP, domain, networkZone, sessionType, sessionName, qos, qosProps, priority));
}
origin: int.esa.nmf.core.moservices.api/platform

/**
 * Adds the supplied MAL provider to the internal list of providers used for PubSub.
 * @param provider provider The provider to add.
 * @throws org.ccsds.moims.mo.mal.MALException If an error is detected.
 */
public void malInitialize(org.ccsds.moims.mo.mal.provider.MALProvider provider) throws org.ccsds.moims.mo.mal.MALException
{
 providerSet.addProvider(provider);
}
origin: int.esa.ccsds.mo/API_COMMON

/**
 * Removes the supplied MAL provider from the internal list of providers used for PubSub.
 * @param provider provider The provider to add.
 * @throws org.ccsds.moims.mo.mal.MALException If an error is detected.
 */
public void malFinalize(org.ccsds.moims.mo.mal.provider.MALProvider provider) throws org.ccsds.moims.mo.mal.MALException
{
 providerSet.removeProvider(provider);
}
origin: int.esa.nmf.core.moservices.api/platform

/**
 * Creates a publisher object using the current registered provider set for the PubSub operation streamRadio.
 * @param domain domain the domain used for publishing.
 * @param networkZone networkZone the network zone used for publishing.
 * @param sessionType sessionType the session used for publishing.
 * @param sessionName sessionName the session name used for publishing.
 * @param qos qos the QoS used for publishing.
 * @param qosProps qosProps the QoS properties used for publishing.
 * @param priority priority the priority used for publishing.
 * @return The new publisher object.
 * @throws org.ccsds.moims.mo.mal.MALException if a problem is detected during creation of the publisher.
 */
public org.ccsds.moims.mo.platform.softwaredefinedradio.provider.StreamRadioPublisher createStreamRadioPublisher(org.ccsds.moims.mo.mal.structures.IdentifierList domain, org.ccsds.moims.mo.mal.structures.Identifier networkZone, org.ccsds.moims.mo.mal.structures.SessionType sessionType, org.ccsds.moims.mo.mal.structures.Identifier sessionName, org.ccsds.moims.mo.mal.structures.QoSLevel qos, java.util.Map qosProps, org.ccsds.moims.mo.mal.structures.UInteger priority) throws org.ccsds.moims.mo.mal.MALException
{
 return new org.ccsds.moims.mo.platform.softwaredefinedradio.provider.StreamRadioPublisher(providerSet.createPublisherSet(org.ccsds.moims.mo.platform.softwaredefinedradio.SoftwareDefinedRadioHelper.STREAMRADIO_OP, domain, networkZone, sessionType, sessionName, qos, qosProps, priority));
}
origin: int.esa.nmf.core.moservices.api/platform

/**
 * Adds the supplied MAL provider to the internal list of providers used for PubSub.
 * @param provider provider The provider to add.
 * @throws org.ccsds.moims.mo.mal.MALException If an error is detected.
 */
public void malInitialize(org.ccsds.moims.mo.mal.provider.MALProvider provider) throws org.ccsds.moims.mo.mal.MALException
{
 providerSet.addProvider(provider);
}
origin: int.esa.ccsds.mo/API_COMMON

/**
 * Removes the supplied MAL provider from the internal list of providers used for PubSub.
 * @param provider provider The provider to add.
 * @throws org.ccsds.moims.mo.mal.MALException If an error is detected.
 */
public void malFinalize(org.ccsds.moims.mo.mal.provider.MALProvider provider) throws org.ccsds.moims.mo.mal.MALException
{
 providerSet.removeProvider(provider);
}
origin: int.esa.nmf.core.moservices.api/platform

/**
 * Creates a publisher object using the current registered provider set for the PubSub operation monitorAttitude.
 * @param domain domain the domain used for publishing.
 * @param networkZone networkZone the network zone used for publishing.
 * @param sessionType sessionType the session used for publishing.
 * @param sessionName sessionName the session name used for publishing.
 * @param qos qos the QoS used for publishing.
 * @param qosProps qosProps the QoS properties used for publishing.
 * @param priority priority the priority used for publishing.
 * @return The new publisher object.
 * @throws org.ccsds.moims.mo.mal.MALException if a problem is detected during creation of the publisher.
 */
public org.ccsds.moims.mo.platform.autonomousadcs.provider.MonitorAttitudePublisher createMonitorAttitudePublisher(org.ccsds.moims.mo.mal.structures.IdentifierList domain, org.ccsds.moims.mo.mal.structures.Identifier networkZone, org.ccsds.moims.mo.mal.structures.SessionType sessionType, org.ccsds.moims.mo.mal.structures.Identifier sessionName, org.ccsds.moims.mo.mal.structures.QoSLevel qos, java.util.Map qosProps, org.ccsds.moims.mo.mal.structures.UInteger priority) throws org.ccsds.moims.mo.mal.MALException
{
 return new org.ccsds.moims.mo.platform.autonomousadcs.provider.MonitorAttitudePublisher(providerSet.createPublisherSet(org.ccsds.moims.mo.platform.autonomousadcs.AutonomousADCSHelper.MONITORATTITUDE_OP, domain, networkZone, sessionType, sessionName, qos, qosProps, priority));
}
origin: int.esa.nmf.core.moservices.api/platform

/**
 * Adds the supplied MAL provider to the internal list of providers used for PubSub.
 * @param provider provider The provider to add.
 * @throws org.ccsds.moims.mo.mal.MALException If an error is detected.
 */
public void malInitialize(org.ccsds.moims.mo.mal.provider.MALProvider provider) throws org.ccsds.moims.mo.mal.MALException
{
 providerSet.addProvider(provider);
}
origin: int.esa.nmf.core.moservices.api/platform

/**
 * Removes the supplied MAL provider from the internal list of providers used for PubSub.
 * @param provider provider The provider to add.
 * @throws org.ccsds.moims.mo.mal.MALException If an error is detected.
 */
public void malFinalize(org.ccsds.moims.mo.mal.provider.MALProvider provider) throws org.ccsds.moims.mo.mal.MALException
{
 providerSet.removeProvider(provider);
}
origin: int.esa.nmf.core.moservices.api/platform

/**
 * Creates a publisher object using the current registered provider set for the PubSub operation streamPictures.
 * @param domain domain the domain used for publishing.
 * @param networkZone networkZone the network zone used for publishing.
 * @param sessionType sessionType the session used for publishing.
 * @param sessionName sessionName the session name used for publishing.
 * @param qos qos the QoS used for publishing.
 * @param qosProps qosProps the QoS properties used for publishing.
 * @param priority priority the priority used for publishing.
 * @return The new publisher object.
 * @throws org.ccsds.moims.mo.mal.MALException if a problem is detected during creation of the publisher.
 */
public org.ccsds.moims.mo.platform.camera.provider.StreamPicturesPublisher createStreamPicturesPublisher(org.ccsds.moims.mo.mal.structures.IdentifierList domain, org.ccsds.moims.mo.mal.structures.Identifier networkZone, org.ccsds.moims.mo.mal.structures.SessionType sessionType, org.ccsds.moims.mo.mal.structures.Identifier sessionName, org.ccsds.moims.mo.mal.structures.QoSLevel qos, java.util.Map qosProps, org.ccsds.moims.mo.mal.structures.UInteger priority) throws org.ccsds.moims.mo.mal.MALException
{
 return new org.ccsds.moims.mo.platform.camera.provider.StreamPicturesPublisher(providerSet.createPublisherSet(org.ccsds.moims.mo.platform.camera.CameraHelper.STREAMPICTURES_OP, domain, networkZone, sessionType, sessionName, qos, qosProps, priority));
}
origin: int.esa.nmf.core.moservices.api/software-management

/**
 * Adds the supplied MAL provider to the internal list of providers used for PubSub.
 * @param provider provider The provider to add.
 * @throws org.ccsds.moims.mo.mal.MALException If an error is detected.
 */
public void malInitialize(org.ccsds.moims.mo.mal.provider.MALProvider provider) throws org.ccsds.moims.mo.mal.MALException
{
 providerSet.addProvider(provider);
}
origin: int.esa.nmf.core.moservices.api/platform

/**
 * Removes the supplied MAL provider from the internal list of providers used for PubSub.
 * @param provider provider The provider to add.
 * @throws org.ccsds.moims.mo.mal.MALException If an error is detected.
 */
public void malFinalize(org.ccsds.moims.mo.mal.provider.MALProvider provider) throws org.ccsds.moims.mo.mal.MALException
{
 providerSet.removeProvider(provider);
}
origin: int.esa.nmf.core.moservices.api/software-management

/**
 * Creates a publisher object using the current registered provider set for the PubSub operation beat.
 * @param domain domain the domain used for publishing.
 * @param networkZone networkZone the network zone used for publishing.
 * @param sessionType sessionType the session used for publishing.
 * @param sessionName sessionName the session name used for publishing.
 * @param qos qos the QoS used for publishing.
 * @param qosProps qosProps the QoS properties used for publishing.
 * @param priority priority the priority used for publishing.
 * @return The new publisher object.
 * @throws org.ccsds.moims.mo.mal.MALException if a problem is detected during creation of the publisher.
 */
public org.ccsds.moims.mo.softwaremanagement.heartbeat.provider.BeatPublisher createBeatPublisher(org.ccsds.moims.mo.mal.structures.IdentifierList domain, org.ccsds.moims.mo.mal.structures.Identifier networkZone, org.ccsds.moims.mo.mal.structures.SessionType sessionType, org.ccsds.moims.mo.mal.structures.Identifier sessionName, org.ccsds.moims.mo.mal.structures.QoSLevel qos, java.util.Map qosProps, org.ccsds.moims.mo.mal.structures.UInteger priority) throws org.ccsds.moims.mo.mal.MALException
{
 return new org.ccsds.moims.mo.softwaremanagement.heartbeat.provider.BeatPublisher(providerSet.createPublisherSet(org.ccsds.moims.mo.softwaremanagement.heartbeat.HeartbeatHelper.BEAT_OP, domain, networkZone, sessionType, sessionName, qos, qosProps, priority));
}
origin: int.esa.nmf.core.moservices.api/platform

/**
 * Adds the supplied MAL provider to the internal list of providers used for PubSub.
 * @param provider provider The provider to add.
 * @throws org.ccsds.moims.mo.mal.MALException If an error is detected.
 */
public void malInitialize(org.ccsds.moims.mo.mal.provider.MALProvider provider) throws org.ccsds.moims.mo.mal.MALException
{
 providerSet.addProvider(provider);
}
origin: int.esa.nmf.core.moservices.api/platform

/**
 * Removes the supplied MAL provider from the internal list of providers used for PubSub.
 * @param provider provider The provider to add.
 * @throws org.ccsds.moims.mo.mal.MALException If an error is detected.
 */
public void malFinalize(org.ccsds.moims.mo.mal.provider.MALProvider provider) throws org.ccsds.moims.mo.mal.MALException
{
 providerSet.removeProvider(provider);
}
origin: int.esa.nmf.core.moservices.api/platform

/**
 * Creates a publisher object using the current registered provider set for the PubSub operation streamData.
 * @param domain domain the domain used for publishing.
 * @param networkZone networkZone the network zone used for publishing.
 * @param sessionType sessionType the session used for publishing.
 * @param sessionName sessionName the session name used for publishing.
 * @param qos qos the QoS used for publishing.
 * @param qosProps qosProps the QoS properties used for publishing.
 * @param priority priority the priority used for publishing.
 * @return The new publisher object.
 * @throws org.ccsds.moims.mo.mal.MALException if a problem is detected during creation of the publisher.
 */
public org.ccsds.moims.mo.platform.opticaldatareceiver.provider.StreamDataPublisher createStreamDataPublisher(org.ccsds.moims.mo.mal.structures.IdentifierList domain, org.ccsds.moims.mo.mal.structures.Identifier networkZone, org.ccsds.moims.mo.mal.structures.SessionType sessionType, org.ccsds.moims.mo.mal.structures.Identifier sessionName, org.ccsds.moims.mo.mal.structures.QoSLevel qos, java.util.Map qosProps, org.ccsds.moims.mo.mal.structures.UInteger priority) throws org.ccsds.moims.mo.mal.MALException
{
 return new org.ccsds.moims.mo.platform.opticaldatareceiver.provider.StreamDataPublisher(providerSet.createPublisherSet(org.ccsds.moims.mo.platform.opticaldatareceiver.OpticalDataReceiverHelper.STREAMDATA_OP, domain, networkZone, sessionType, sessionName, qos, qosProps, priority));
}
origin: int.esa.nmf.core.moservices.api/com-nmf

/**
 * Adds the supplied MAL provider to the internal list of providers used for PubSub.
 * @param provider provider The provider to add.
 * @throws org.ccsds.moims.mo.mal.MALException If an error is detected.
 */
public void malInitialize(org.ccsds.moims.mo.mal.provider.MALProvider provider) throws org.ccsds.moims.mo.mal.MALException
{
 providerSet.addProvider(provider);
}
org.ccsds.moims.mo.mal.providerMALProviderSet

Most used methods

  • addProvider
  • removeProvider
  • createPublisherSet

Popular in Java

  • Creating JSON documents from java classes using gson
  • compareTo (BigDecimal)
  • onRequestPermissionsResult (Fragment)
  • getResourceAsStream (ClassLoader)
  • Table (com.google.common.collect)
    A collection that associates an ordered pair of keys, called a row key and a column key, with a sing
  • BufferedWriter (java.io)
    Wraps an existing Writer and buffers the output. Expensive interaction with the underlying reader is
  • ReentrantLock (java.util.concurrent.locks)
    A reentrant mutual exclusion Lock with the same basic behavior and semantics as the implicit monitor
  • Filter (javax.servlet)
    A filter is an object that performs filtering tasks on either the request to a resource (a servlet o
  • JTable (javax.swing)
  • FileUtils (org.apache.commons.io)
    General file manipulation utilities. Facilities are provided in the following areas: * writing to a
  • 14 Best Plugins for Eclipse
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyStudentsTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now