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 voidSwiftlet. resume()Resume this Swiftlet after it has been in standby mode.protected abstract voidSwiftlet. shutdown()Stop this Swiftlet.protected voidSwiftletManager. shutdownSwiftlet(Swiftlet swiftlet)protected voidSwiftlet. standby(Configuration config)Start this Swiftlet in standby mode.protected abstract voidSwiftlet. 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 voidTraceSwiftlet. shutdown()
-