Uses of Interface
org.apache.activemq.artemis.Closeable
-
Packages that use Closeable Package Description org.apache.activemq.artemis.core.server org.apache.activemq.artemis.core.server.impl -
-
Uses of Closeable in org.apache.activemq.artemis.core.server
Methods in org.apache.activemq.artemis.core.server with parameters of type Closeable Modifier and Type Method Description voidServerSession. addCloseable(Closeable closeable) -
Uses of Closeable in org.apache.activemq.artemis.core.server.impl
Methods in org.apache.activemq.artemis.core.server.impl that return types with arguments of type Closeable Modifier and Type Method Description Set<Closeable>ServerSessionImpl. getCloseables()Methods in org.apache.activemq.artemis.core.server.impl with parameters of type Closeable Modifier and Type Method Description voidServerSessionImpl. addCloseable(Closeable closeable)
-