com.ibm.as400.access

Class ObjectReferences.SessionUsingObjectStructure

  • java.lang.Object
    • com.ibm.as400.access.ObjectReferences.SessionUsingObjectStructure
  • Enclosing class:
    ObjectReferences


    public static class ObjectReferences.SessionUsingObjectStructure
    extends java.lang.Object
    Contains information about the sessions that are known to be holding a reference on the object.
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      byte[] getSessionIdentifier()
      Returns the unique identifier for the session.
      java.lang.String getUserName()
      Returns the name of the user that is associated with the session.
      java.lang.String getWorkstationAddress()
      Returns the IP address of the workstation from which the session to the system was established.
      java.lang.String getWorkstationName()
      Returns the name of the workstation from which the session to the system was established.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getSessionIdentifier

        public byte[] getSessionIdentifier()
        Returns the unique identifier for the session.
        Returns:
        The unique identifier for the session.
      • getUserName

        public java.lang.String getUserName()
        Returns the name of the user that is associated with the session.
        Returns:
        The name of the user that is associated with the session.
      • getWorkstationAddress

        public java.lang.String getWorkstationAddress()
        Returns the IP address of the workstation from which the session to the system was established. If this information is not available, an empty string ("") is returned.
        Returns:
        The IP address of the workstation from which the session to the system was established.
      • getWorkstationName

        public java.lang.String getWorkstationName()
        Returns the name of the workstation from which the session to the system was established. If this information is not available, an empty string ("") is returned.
        Returns:
        The name of the workstation from which the session to the system was established.