congrats Icon
New! Announcing Tabnine Chat Beta
Learn More
Tabnine Logo
MALProviderSet.createPublisherSet
Code IndexAdd Tabnine to your IDE (free)

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

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

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

/**
 * 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

/**
 * 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

/**
 * 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

/**
 * 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

/**
 * 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

/**
 * 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

/**
 * Creates a publisher object using the current registered provider set for the PubSub operation monitorExecution.
 * @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.appslauncher.provider.MonitorExecutionPublisher createMonitorExecutionPublisher(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.appslauncher.provider.MonitorExecutionPublisher(providerSet.createPublisherSet(org.ccsds.moims.mo.softwaremanagement.appslauncher.AppsLauncherHelper.MONITOREXECUTION_OP, domain, networkZone, sessionType, sessionName, qos, qosProps, priority));
}
origin: int.esa.nmf.core.moservices.api/software-management

/**
 * Creates a publisher object using the current registered provider set for the PubSub operation monitorProcess.
 * @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.processmanagement.provider.MonitorProcessPublisher createMonitorProcessPublisher(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.processmanagement.provider.MonitorProcessPublisher(providerSet.createPublisherSet(org.ccsds.moims.mo.softwaremanagement.processmanagement.ProcessManagementHelper.MONITORPROCESS_OP, domain, networkZone, sessionType, sessionName, qos, qosProps, priority));
}
origin: int.esa.nmf.core.moservices.api/platform

/**
 * Creates a publisher object using the current registered provider set for the PubSub operation nearbyPosition.
 * @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.gps.provider.NearbyPositionPublisher createNearbyPositionPublisher(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.gps.provider.NearbyPositionPublisher(providerSet.createPublisherSet(org.ccsds.moims.mo.platform.gps.GPSHelper.NEARBYPOSITION_OP, domain, networkZone, sessionType, sessionName, qos, qosProps, priority));
}
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

/**
 * 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/software-management

/**
 * Creates a publisher object using the current registered provider set for the PubSub operation monitorProcess.
 * @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.processmanagement.provider.MonitorProcessPublisher createMonitorProcessPublisher(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.processmanagement.provider.MonitorProcessPublisher(providerSet.createPublisherSet(org.ccsds.moims.mo.softwaremanagement.processmanagement.ProcessManagementHelper.MONITORPROCESS_OP, domain, networkZone, sessionType, sessionName, qos, qosProps, priority));
}
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/software-management

/**
 * Creates a publisher object using the current registered provider set for the PubSub operation monitorExecution.
 * @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.appslauncher.provider.MonitorExecutionPublisher createMonitorExecutionPublisher(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.appslauncher.provider.MonitorExecutionPublisher(providerSet.createPublisherSet(org.ccsds.moims.mo.softwaremanagement.appslauncher.AppsLauncherHelper.MONITOREXECUTION_OP, domain, networkZone, sessionType, sessionName, qos, qosProps, priority));
}
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

/**
 * Creates a publisher object using the current registered provider set for the PubSub operation nearbyPosition.
 * @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.gps.provider.NearbyPositionPublisher createNearbyPositionPublisher(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.gps.provider.NearbyPositionPublisher(providerSet.createPublisherSet(org.ccsds.moims.mo.platform.gps.GPSHelper.NEARBYPOSITION_OP, domain, networkZone, sessionType, sessionName, qos, qosProps, priority));
}
org.ccsds.moims.mo.mal.providerMALProviderSetcreatePublisherSet

Popular methods of MALProviderSet

  • addProvider
  • removeProvider

Popular in Java

  • Parsing JSON documents to java classes using gson
  • scheduleAtFixedRate (ScheduledExecutorService)
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • putExtra (Intent)
  • BufferedInputStream (java.io)
    A BufferedInputStream adds functionality to another input stream-namely, the ability to buffer the i
  • IOException (java.io)
    Signals a general, I/O-related error. Error details may be specified when calling the constructor, a
  • InputStream (java.io)
    A readable source of bytes.Most clients will use input streams that read data from the file system (
  • Runnable (java.lang)
    Represents a command that can be executed. Often used to run code in a different Thread.
  • URLEncoder (java.net)
    This class is used to encode a string using the format required by application/x-www-form-urlencoded
  • JFrame (javax.swing)
  • Top Vim plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

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