Uses of Class
com.sas.iom.orb.SASURI

Packages that use SASURI
Package
Description
The IOM ORB Framework and Utilities.
 
Service for making and managing connections to IOM servers.
  • Uses of SASURI in com.sas.iom.orb

    Methods in com.sas.iom.orb that return SASURI
    Modifier and Type
    Method
    Description
    static SASURI
    SASURI.create(char[] uriChars)
    Construct and return a SASURI from its character array representation.
    static SASURI
    SASURI.create(String str)
    Construct and return a SASURI from its string representation.
    ORBBase.object_to_uri(Object obj)
     
    Methods in com.sas.iom.orb with parameters of type SASURI
    Modifier and Type
    Method
    Description
    Object
    ORBBase.uri_to_object(SASURI uri)
    Find an object that metches the URI.
    Object
    ORBBase.uri_to_object(SASURI uri, LoggerFactory loggerFactory)
    Deprecated.
    use uri_to_object(uri) and use log4j to configure logging
  • Uses of SASURI in com.sas.iom.orb.brg

    Methods in com.sas.iom.orb.brg that return SASURI
    Modifier and Type
    Method
    Description
    protected SASURI
    Conversation.getNegotiatedURI(String scheme, String[] omitAttrArr)
     
    protected SASURI
    Conversation.getURI()
     
    ORBImpl.object_to_uri(Object obj)
    Get the URI describing the remote object and the server hosting it.
    Methods in com.sas.iom.orb.brg with parameters of type SASURI
    Modifier and Type
    Method
    Description
    protected void
    Conversation.initClient(SASURI uri)
     
    Object
    ORBImpl.uri_to_object(SASURI uri)
    Connect to an IOM bridge server and get a reference to a remote object on that server.
    Constructors in com.sas.iom.orb.brg with parameters of type SASURI
    Modifier
    Constructor
    Description
    protected
    Conversation(ORBImpl orb, SelectionHub hub, SASURI uri)
     
  • Uses of SASURI in com.sas.services.connection

    Methods in com.sas.services.connection that return SASURI
    Modifier and Type
    Method
    Description
    ZeroConfigWorkspaceServer.toURI(Credential credential, String cxID)
     
    Methods in com.sas.services.connection with parameters of type SASURI
    Modifier and Type
    Method
    Description
    static Server
    Server.fromURI(SASURI uri)
    Convert a URI into a Server.