Class NmRemoteOid

java.lang.Object
com.ptc.netmarkets.model.NmOid
com.ptc.netmarkets.model.NmRemoteOid
All Implemented Interfaces:
Externalizable, Serializable, Cloneable

public class NmRemoteOid extends NmOid implements Externalizable
NmRemoteOid - Representation of a Remote Object.

Supported API: true

See Also:
  • Method Details

    • newNmRemoteOid

      public static NmRemoteOid newNmRemoteOid(String oidStr) throws WTException
      Create a new instance of NmRemoteOid with the given OID string. Supported API: true
      Parameters:
      oidStr -
      Returns:
      a NmRemoteOid
      Throws:
      WTException
      See Also:
    • newNmRemoteOid

      public static NmRemoteOid newNmRemoteOid(String uri, String shape) throws WTException
      Create a new instance of NmRemoteOid with the given URI and Shape string. Supported API: true
      Parameters:
      uri - URI of remote server
      shape - shape
      Returns:
      Throws:
      WTException
    • getURI

      public String getURI()
      Gets the value of the attribute: uri.

      Supported API: true
      Returns:
      String
    • getShape

      public String getShape()
      Gets the value of the attribute: shape.

      Supported API: true
      Returns:
      String