Interface Source
-
@API public interface Source- Since:
- 2015.3.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidbindTo(com.technia.tif.enovia.job.reply.config.MessageHandler messageHandler)JobIDLocatorgetDefaultJobIDLocator()java.lang.StringgetDestinationId()booleanisRunning()booleanisStopped()voidstart()voidstop()
-
-
-
Method Detail
-
getDestinationId
java.lang.String getDestinationId()
-
isRunning
boolean isRunning()
-
isStopped
boolean isStopped()
-
start
void start() throws com.technia.tif.core.ServiceException- Throws:
com.technia.tif.core.ServiceException
-
stop
void stop() throws com.technia.tif.core.ServiceException
- Throws:
com.technia.tif.core.ServiceException
-
bindTo
void bindTo(com.technia.tif.enovia.job.reply.config.MessageHandler messageHandler)
-
getDefaultJobIDLocator
JobIDLocator getDefaultJobIDLocator()
-
-