Uses of Class
com.sas.iom.WorkspaceFactoryException
Packages that use WorkspaceFactoryException
-
Uses of WorkspaceFactoryException in com.sas.iom
Methods in com.sas.iom that throw WorkspaceFactoryExceptionModifier and TypeMethodDescriptionIWorkspaceWorkspaceFactory.createWorkspaceByLogicalName(String logicalName, String sasReferenceDN, String protocol, String ldapProviderUrl, Properties ldapProperties) Creates a new connection to a workspace object using LDAP information.IWorkspaceWorkspaceFactory.createWorkspaceByServer(Properties serverInfo) Creates a new IWorkspace object based on Server definitions.voidWorkspaceFactory.destroy()Immediately disconnects all live connections to remote workspace object including allocated connections and connections in progress.voidWorkspaceFactory.destroy(String adminDN, String adminPassword) Immediately disconnects all live connections to remote workspace object including allocated connections and connections in progress.protected voidWorkspacePool.destroy(String adminDN, String adminPassword) protected WorkspaceConnectorWorkspacePool.getConnector(String userDN, String password, long waitMilliseconds) protected static WorkspaceConnectorWorkspacePool.getConnectorByUUID(String userDN, String userPassword, String uuid) Properties[]WorkspaceFactory.getServersByLogicalName(String logicalName, String protocol, String ldapProviderUrl, Properties ldapProperties) Gets a list of server definitions matching the logicalName.WorkspaceFactory.getWorkspaceConnector(long waitMilliseconds) Allocates a connection from an ad hoc pool or a JNDI pool with user authorization turned off.WorkspaceFactory.getWorkspaceConnector(String userDN, String userPassword, long waitMilliseconds) Allocates a connection from a JNDI pool with user authorization turned on.static WorkspaceConnectorWorkspaceFactory.getWorkspaceConnectorByUUID(String userDN, String userPassword, String uuid) Returns a reference to a previously created workspace connector that encapsulates a workspace object with the given UUID.protected static WorkspacePoolWorkspacePool.lookupPool(WorkspacePoolCookie cookie) voidWorkspaceFactory.shutdown()Disconnects all unallocated live connections to remote workspace objects.voidWorkspaceFactory.shutdown(String adminDN, String adminPassword) Disconnects all unallocated live connections to remote workspace objects.protected voidWorkspacePool.shutdown(String adminDN, String adminPassword) protected static WorkspacePoolCookieWorkspacePool.startPool(ConnectionFactoryConfiguration cxfConfig, PrintWriter logWriter) Constructors in com.sas.iom that throw WorkspaceFactoryExceptionModifierConstructorDescriptionWorkspaceFactory(Object jndiInformation, String baseDN, String logicalName, boolean userAuthorizationRequired, boolean adminAuthorizationRequired, PrintWriter logWriter) JNDI POOLING CONSTRUCTOR - constructs a factory that reads the information necessary to create a pool of live connections to remote workspace objects from a JNDI repository.WorkspaceFactory(Properties[] connectionDescriptors, Properties poolParameters, PrintWriter logWriter) AD HOC POOLING CONSTRUCTOR - constructs a factory that uses the provided information to create a pool of live connections to remote workspace objects.