| Constructor and Description |
|---|
TargetDatabaseImpl(JdbcConnectionAccess connectionAccess) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(String action)
Accept a management action.
|
boolean |
acceptsImportScriptActions()
Does this target accept actions coming from an import script? If
false, actions are not
sent to this target's Target.accept(String) method |
void |
prepare()
Prepare for accepting actions
|
void |
release()
Release the target after all actions have been processed.
|
public TargetDatabaseImpl(JdbcConnectionAccess connectionAccess)
public boolean acceptsImportScriptActions()
Targetfalse, actions are not
sent to this target's Target.accept(String) methodacceptsImportScriptActions in interface Targettrue if import script actions should be sent to this target; false if they should not.public void prepare()
Targetpublic void accept(String action)
TargetCopyright © 2016 JBoss by Red Hat. All rights reserved.