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 voidNode. 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 voidMessageInspector. inspect(javax.jms.Message message, CommunicationSide side, MessageInspector.Direction direction)Prints the details of theMessageas DEBUG to theLoggerMessageInspector.static voidMessageInspector. inspect(javax.jms.Message message, CommunicationSide side, MessageInspector.Direction direction, PrintStream stream)Prints the details of theMessageinto 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 voidStreamInputNode. initialize(CommunicationSide side)protected voidStreamOutputNode. initialize(CommunicationSide side)protected voidURLOutputNode. 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 voidNotificationNode. 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 CommunicationSideCommunicationSide. 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.
-