Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.flexstor.flexdbserver.services.asset
Class AddAssetFieldsToChild  view AddAssetFieldsToChild download AddAssetFieldsToChild.java

java.lang.Object
  extended bycom.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


Field Summary
private  com.flexstor.ejb.bucket.persist.ServerBucketExtendData[] allBucketExtend
           
protected  com.flexstor.flexdbserver.services.ServiceContext context
           
static java.lang.String IDENTIFIER
           
private  com.flexstor.ejb.disguise.persist.ServerDisguiseExtendData myServDisgExtend
           
private  com.flexstor.common.data.ejb.disguiserecord.DisguiseRecordData refDisguiseRecord
           
private  com.flexstor.common.importprocessor.ImportData refImportData
           
private static java.lang.String sDisguise
           
protected  java.util.Hashtable servers
           
(package private)  java.lang.String sFlagOut
           
(package private)  java.lang.String sRoleOut
           
(package private)  java.lang.String sTypeOut
           
protected  boolean successful
           
 
Constructor Summary
AddAssetFieldsToChild()
           
 
Method Summary
(package private)  void BGPDebug(java.lang.String sSomeString)
           
 com.flexstor.common.data.ActionResult go()
          Start of the Service
 void initData(com.flexstor.common.data.ActionData actionData)
          Data initialization method called at the beginning of the service.
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

AddAssetFieldsToChild

public AddAssetFieldsToChild()
Method Detail

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)