public class AbstractLoader implements Loader
Modifier and Type | Field and Description |
---|---|
Meta |
meta |
boolean |
readOnly |
LOADER_NAME_KEY, LOADER_TYPE_KEY
Constructor and Description |
---|
AbstractLoader() |
Modifier and Type | Method and Description |
---|---|
void |
checkOpen() |
void |
close() |
void |
dispatchEvent()
Notify all connections which can handle events
|
ConnectionHelper |
getConnectionHelper() |
Meta |
getMeta() |
java.lang.String |
getName() |
Storage |
getStorage() |
java.lang.String |
getType() |
MessageValidator |
getValidator() |
boolean |
isOpen() |
boolean |
isReadOnly() |
void |
open()
Loader meta must be set here if it is not set by constructor
|
void |
setReadOnly() |
void |
tryPush() |
close, compareTo, getContext, getDescription, getFullName, getLaminate, getLogger, getPath, getStorage, getType, getValidator, isEmpty, isOpen, isReadOnly, open
getName, isAnonimous, nameOf
respond, respondInFuture
connect, connections, disconnect, getConnectionHelper, optConnection
acceptsRole, connect, connections, disconnect, forEachConnection, forEachConnection, optRoleDef, roleDefs
getContext, getLogger
public Meta meta
public boolean readOnly
public ConnectionHelper getConnectionHelper()
public void close()
public Meta getMeta()
public java.lang.String getName()
public Storage getStorage()
public boolean isReadOnly()
public void open()
Loader meta must be set here if it is not set by constructor
public boolean isOpen()
public void setReadOnly()
public java.lang.String getType()
public void tryPush()
public MessageValidator getValidator()
public void dispatchEvent()
Notify all connections which can handle events
public void checkOpen()