|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PipeImpl | |
---|---|
org.tango.server.events | Implementation of Tango events |
org.tango.server.idl | Utilities for Tango IDL |
org.tango.server.pipe | Implementation of Tango pipe |
org.tango.server.servant | The CORBA servant |
Uses of PipeImpl in org.tango.server.events |
---|
Methods in org.tango.server.events with parameters of type PipeImpl | |
---|---|
fr.esrf.Tango.DevVarLongStringArray |
EventManager.subcribe(java.lang.String deviceName,
PipeImpl pipe)
Initialize ZMQ event system if not already done, subscribe to the specified event end returns the connection parameters for specified event. |
Uses of PipeImpl in org.tango.server.idl |
---|
Methods in org.tango.server.idl with parameters of type PipeImpl | |
---|---|
static fr.esrf.Tango.PipeConfig |
TangoIDLUtil.toPipeConfig(PipeImpl pipe)
|
Uses of PipeImpl in org.tango.server.pipe |
---|
Methods in org.tango.server.pipe with parameters of type PipeImpl | |
---|---|
int |
PipeImpl.compareTo(PipeImpl o)
|
Uses of PipeImpl in org.tango.server.servant |
---|
Methods in org.tango.server.servant that return PipeImpl | |
---|---|
static PipeImpl |
DeviceImpl.getPipe(java.lang.String name,
java.util.List<PipeImpl> pipeList)
|
Methods in org.tango.server.servant that return types with arguments of type PipeImpl | |
---|---|
java.util.List<PipeImpl> |
DeviceImpl.getPipeList()
Get a copy of the commands |
Methods in org.tango.server.servant with parameters of type PipeImpl | |
---|---|
void |
DeviceImpl.addPipe(PipeImpl pipe)
|
void |
DeviceImpl.removePipe(PipeImpl pipe)
remove pipe of the device. |
Method parameters in org.tango.server.servant with type arguments of type PipeImpl | |
---|---|
static PipeImpl |
DeviceImpl.getPipe(java.lang.String name,
java.util.List<PipeImpl> pipeList)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |