public void generateImplementationSourceCodeForDomain(String pGenerationDirectoryPath, String pDomainRef) throws BSException(Code)
Generates storage distribution implementation sourcecode for the particular domain within particular enterprise
Parameters: pGenerationDirectoryPath - directory to generate code to Parameters: pDomainRef - domain to generate code for
Returns the name of the client implementation package for distribution (for use in jndi mapping)
client is the package offered to others as implementation of the storage interface
can be the same as server package
Returns the name of the server implementation package for distribution (for use in jndi mapping)
server is the package from which connection to the storage is made can be the same as client package