com.ibm.websphere.wim

Interface ConfigService

    • Field Detail

      • SYS_PROP_WIM_HOME

        static final java.lang.String SYS_PROP_WIM_HOME
        The name of the system property for defining the virtual member manager home path. Virtual member manager home path contains all virtual member manager xml files and xsd files. The system property 'wim.home' will be looked up first. If it is not defined, the default path will be under system property 'user.install.root' + \config\cells\ + 'local.cell' + '\wim'.
        See Also:
        Constant Field Values
      • SYS_PROP_WIM_SCHEMA_HOME

        static final java.lang.String SYS_PROP_WIM_SCHEMA_HOME
        The name of the system property for defining the virtual member manager schema home path. Virtual member manager schema home path contains all virtual member manager schema files. The system property 'wim.schema.home' will be looked up first. If it is not defined, the default path will be under system property 'was.install.root' + \etc\wim\schema\ .
        See Also:
        Constant Field Values
      • WIM_HOME_CONFIG

        static final java.lang.String WIM_HOME_CONFIG
        The name of sub directory under virtual member manager home path which contains virtual member manager config files (wimconfig.xml and wimconfig.xsd)
        See Also:
        Constant Field Values
      • WIM_HOME_MODEL

        static final java.lang.String WIM_HOME_MODEL
        The name of sub directory under virtual member manager home path which contains virtual member manager model files (wimdomain.xsd, wimdatagraph.xsd)
        See Also:
        Constant Field Values
      • WIM_CONFIG_XML_FILE_DEFAULT

        static final java.lang.String WIM_CONFIG_XML_FILE_DEFAULT
        The default name of the virtual member manager configuration file. If WMM_CONFIG_FILE is not defined, this name is used.
        See Also:
        Constant Field Values
      • WIM_MODEL_XSD_FILE_DEFAULT

        static final java.lang.String WIM_MODEL_XSD_FILE_DEFAULT
        The default name of the virtual member manager model extension XSD file.
        See Also:
        Constant Field Values
      • WIM_MODEL_PACKAGE_DEFAULT

        static final java.lang.String WIM_MODEL_PACKAGE_DEFAULT
        The default name of the virtual member manager data model package.
        See Also:
        Constant Field Values
      • WIM_CONFIG_SCHEMA_PACKAGE_NAME

        static final java.lang.String WIM_CONFIG_SCHEMA_PACKAGE_NAME
        The default name of the virtual member manager config model package.
        See Also:
        Constant Field Values
      • WIM_POLICY_CONFIG_SCHEMA_PACKAGE_NAME

        static final java.lang.String WIM_POLICY_CONFIG_SCHEMA_PACKAGE_NAME
        The default name of the virtual member manager Policy config model package.
        See Also:
        Constant Field Values
      • WIM_DEFAULT_POLICY_CONFIG

        static final java.lang.String WIM_DEFAULT_POLICY_CONFIG
        The name of the virtual member manager Default Policy config file.
        See Also:
        Constant Field Values
      • WIM_CUSTOM_POLICY_CONFIG

        static final java.lang.String WIM_CUSTOM_POLICY_CONFIG
        The name of the virtual member manager Custom Policy config file.
        See Also:
        Constant Field Values
    • Method Detail

      • getConfigEPackage

        byte[] getConfigEPackage()
                                 throws WIMException,
                                        java.rmi.RemoteException
        Returns the DataGraph schema of virtual member manager configuration model in byte array. ResourceSet can be used to convert the byte array to an EMF EPackage. The EPackage provides the vehicle for describing the DataGraph schema.
        Throws:
        WIMException
        java.rmi.RemoteException
        Return:
        Byte array form of he DataGraph schema of virtual member manager configuration.
      • getConfig

        DataObject getConfig()
                             throws WIMException,
                                    java.rmi.RemoteException
        Gets all configuration data defined in virtual member manager configuration file. The returned data object is 'configurationProvider'. It contains all configuration data defined in virtual member manager configuration file.
        Throws:
        WIMException - java.rmi.RemoteException
        java.rmi.RemoteException
        Return:
        The 'configurationProvider' data object containing all configuration data.