Uses of Class
com.levigo.jadice.server.shared.types.CommunicationSide
-
-
Uses of CommunicationSide in com.levigo.jadice.server
Methods in com.levigo.jadice.server with parameters of type CommunicationSide Modifier and Type Method Description protected void
Node. initialize(CommunicationSide side)
-
Uses of CommunicationSide in com.levigo.jadice.server.jms.shared
Methods in com.levigo.jadice.server.jms.shared with parameters of type CommunicationSide Modifier and Type Method Description static void
MessageInspector. inspect(javax.jms.Message message, CommunicationSide side, MessageInspector.Direction direction)
Prints the details of theMessage
as DEBUG to theLogger
MessageInspector
.static void
MessageInspector. inspect(javax.jms.Message message, CommunicationSide side, MessageInspector.Direction direction, PrintStream stream)
Prints the details of theMessage
into the given stream.Constructors in com.levigo.jadice.server.jms.shared with parameters of type CommunicationSide Constructor Description JMSTransportSender(CommunicationSide side, com.levigo.jadice.server.internal.JobInternal job, String uuid, javax.jms.QueueSession session, javax.jms.QueueSender messageProducer, com.levigo.jadice.server.jms.shared.internal.KeepaliveSender keepaliveSender)
-
Uses of CommunicationSide in com.levigo.jadice.server.nodes
Methods in com.levigo.jadice.server.nodes with parameters of type CommunicationSide Modifier and Type Method Description protected void
StreamInputNode. initialize(CommunicationSide side)
protected void
StreamOutputNode. initialize(CommunicationSide side)
protected void
URLOutputNode. initialize(CommunicationSide side)
-
Uses of CommunicationSide in com.levigo.jadice.server.notification
Methods in com.levigo.jadice.server.notification with parameters of type CommunicationSide Modifier and Type Method Description protected void
NotificationNode. initialize(CommunicationSide side)
-
Uses of CommunicationSide in com.levigo.jadice.server.shared.types
Methods in com.levigo.jadice.server.shared.types that return CommunicationSide Modifier and Type Method Description static CommunicationSide
CommunicationSide. valueOf(String name)
Returns the enum constant of this type with the specified name.static CommunicationSide[]
CommunicationSide. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-