public interface Target
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 accept(String) method |
void |
prepare()
Prepare for accepting actions
|
void |
release()
Release the target after all actions have been processed.
|
boolean acceptsImportScriptActions()
false
, actions are not
sent to this target's accept(String)
methodtrue
if import script actions should be sent to this target; false
if they should not.void prepare()
SchemaManagementException
- If there is a problem preparing the target.void accept(String action)
action
- The action to perform.SchemaManagementException
- If there is a problem accepting the action.void release()
SchemaManagementException
- If there is a problem releasing the target.Copyright © 2001-2017 Red Hat, Inc. All Rights Reserved.