Uses of Class
org.objectweb.joram.client.jms.local.LocalRequestChannel
-
Packages that use LocalRequestChannel Package Description org.objectweb.joram.client.jms.local -
-
Uses of LocalRequestChannel in org.objectweb.joram.client.jms.local
Fields in org.objectweb.joram.client.jms.local with type parameters of type LocalRequestChannel Modifier and Type Field Description private List<LocalRequestChannel>LocalConnections. connectionsLists the opened local connections.Methods in org.objectweb.joram.client.jms.local with parameters of type LocalRequestChannel Modifier and Type Method Description voidLocalConnections. addLocalConnection(LocalRequestChannel localRequestChannel)voidLocalConnections. removeLocalConnection(LocalRequestChannel localRequestChannel)
-