java.lang.Object
com.flexstor.flexdbserver.services.asset.AddAssetFieldsToChild
- All Implemented Interfaces:
- com.flexstor.flexdbserver.services.Service
- public class AddAssetFieldsToChild
- extends java.lang.Object
- implements com.flexstor.flexdbserver.services.Service
Template Class to create an Import Service for FLEXSTORdb
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
servers
protected java.util.Hashtable servers
IDENTIFIER
public static final java.lang.String IDENTIFIER
- See Also:
- Constant Field Values
sRoleOut
java.lang.String sRoleOut
sTypeOut
java.lang.String sTypeOut
sFlagOut
java.lang.String sFlagOut
context
protected com.flexstor.flexdbserver.services.ServiceContext context
refImportData
private com.flexstor.common.importprocessor.ImportData refImportData
myServDisgExtend
private com.flexstor.ejb.disguise.persist.ServerDisguiseExtendData myServDisgExtend
refDisguiseRecord
private com.flexstor.common.data.ejb.disguiserecord.DisguiseRecordData refDisguiseRecord
allBucketExtend
private com.flexstor.ejb.bucket.persist.ServerBucketExtendData[] allBucketExtend
sDisguise
private static java.lang.String sDisguise
successful
protected boolean successful
AddAssetFieldsToChild
public AddAssetFieldsToChild()
setServiceContext
public void setServiceContext(com.flexstor.flexdbserver.services.ServiceContext context)
- Calls before the service is initialized (before initData is called) to
pass information about the environment in which the service is running.
This environment consists of information about the properties set for the
service in one of these files (services.config, roletype_services.config,
or *.ctl), plus methods to access other information such as an instance
of the service broker to invoke other services, the transaction id for
the service, file separator character and local path for the installation
directory and configuration directory.
- Specified by:
setServiceContext in interface com.flexstor.flexdbserver.services.Service
initData
public void initData(com.flexstor.common.data.ActionData actionData)
- Data initialization method called at the beginning of the service.
- Specified by:
initData in interface com.flexstor.flexdbserver.services.Service
go
public com.flexstor.common.data.ActionResult go()
- Start of the Service
- Specified by:
go in interface com.flexstor.flexdbserver.services.Service
BGPDebug
void BGPDebug(java.lang.String sSomeString)