Uses of Class
com.swiftmq.swiftlet.SwiftletException
-
Packages that use SwiftletException Package Description com.swiftmq.swiftlet com.swiftmq.swiftlet.trace -
-
Uses of SwiftletException in com.swiftmq.swiftlet
Methods in com.swiftmq.swiftlet that throw SwiftletException Modifier and Type Method Description protected void
Swiftlet. resume()
Resume this Swiftlet after it has been in standby mode.protected abstract void
Swiftlet. shutdown()
Stop this Swiftlet.protected void
SwiftletManager. shutdownSwiftlet(Swiftlet swiftlet)
protected void
Swiftlet. standby(Configuration config)
Start this Swiftlet in standby mode.protected abstract void
Swiftlet. startup(Configuration config)
Start this Swiftlet. -
Uses of SwiftletException in com.swiftmq.swiftlet.trace
Methods in com.swiftmq.swiftlet.trace that throw SwiftletException Modifier and Type Method Description protected void
TraceSwiftlet. shutdown()
-