public VirtualDatabaseConfigurationResponse(long controllerId, List additionalVdbUsers)(Code)
Creates a new VirtualDatabaseConfigurationResponse object
Parameters: controllerId - the responsding controller id orDistributedVirtualDatabase.INCOMPATIBLE_CONFIGURATIONif the configurations are not compatible. Parameters: additionalVdbUsers - a list of VirtualDatabaseUserobjects if the responding controller has additional vdb users,null otherwise.
Returns the additional vdb users in the local configuration with respect to
the remote configuration.
a List of VirtualDatabaseUser objects or null ifthere are no additional vdb users.
Returns the local controller id.
the local controller id orDistributedVirtualDatabase.INCOMPATIBLE_CONFIGURATIONif the configurations are not compatible.