Uses of Class
com.sas.iom.WorkspaceFactory

Packages that use WorkspaceFactory
Package
Description
The Java Workspace Factory and I/O Stream helper classes.
  • Uses of WorkspaceFactory in com.sas.iom

    Methods in com.sas.iom that return WorkspaceFactory
    Modifier and Type
    Method
    Description
    WorkspaceFactory.getFactory(String userDN, String userPassword, Hashtable repositoryProperties, String baseDN, String logicalName)
    Searches for a factory that the given user can use to obtain a connection to a server described in the JNDI repository identified by repositoryProperties under the given base DN and logical name.
    WorkspaceFactory.getFactory(Hashtable repositoryProperties, String baseDN, String logicalName)
    Searches for a factory that any user can use to obtain a connection to a server described in the JNDI repository identified by repositoryProperties under the given base DN and logical name.