public class HeisenbergConnection extends Object implements org.mule.runtime.api.lifecycle.Lifecycle
| Constructor and Description |
|---|
HeisenbergConnection(String saulPhoneNumber) |
| Modifier and Type | Method and Description |
|---|---|
String |
callSaul() |
void |
disconnect() |
void |
dispose() |
String |
getSaulPhoneNumber() |
void |
initialise() |
boolean |
isConnected() |
void |
start() |
void |
stop() |
void |
verifyLifecycle(int init,
int start,
int stop,
int dispose) |
public HeisenbergConnection(String saulPhoneNumber)
public String callSaul()
public void disconnect()
public boolean isConnected()
public String getSaulPhoneNumber()
public void dispose()
dispose in interface org.mule.runtime.api.lifecycle.Disposablepublic void initialise()
throws org.mule.runtime.api.lifecycle.InitialisationException
initialise in interface org.mule.runtime.api.lifecycle.Initialisableorg.mule.runtime.api.lifecycle.InitialisationExceptionpublic void start()
throws org.mule.runtime.api.exception.MuleException
start in interface org.mule.runtime.api.lifecycle.Startableorg.mule.runtime.api.exception.MuleExceptionpublic void stop()
throws org.mule.runtime.api.exception.MuleException
stop in interface org.mule.runtime.api.lifecycle.Stoppableorg.mule.runtime.api.exception.MuleExceptionpublic void verifyLifecycle(int init,
int start,
int stop,
int dispose)
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.