public abstract class BaseWelder extends java.lang.Object implements Welder
| Modifier and Type | Class and Description |
|---|---|
protected static class |
BaseWelder.State |
| Modifier and Type | Field and Description |
|---|---|
protected RegistrationReference |
registrationReference |
protected boolean |
server |
protected BaseWelder.State |
state |
| Constructor and Description |
|---|
BaseWelder() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
protected abstract void |
doDestroy() |
RegistrationReference |
weld(Intraband intraband) |
protected abstract RegistrationReference |
weldClient(Intraband intraband) |
protected abstract RegistrationReference |
weldServer(Intraband intraband) |
protected transient RegistrationReference registrationReference
protected final transient boolean server
protected transient BaseWelder.State state
public void destroy()
throws java.io.IOException
public RegistrationReference weld(Intraband intraband) throws java.io.IOException
protected abstract void doDestroy()
throws java.io.IOException
java.io.IOExceptionprotected abstract RegistrationReference weldClient(Intraband intraband) throws java.io.IOException
java.io.IOExceptionprotected abstract RegistrationReference weldServer(Intraband intraband) throws java.io.IOException
java.io.IOException