Class TCOperationUserErrorTcapComponent<ParamType>

    • Constructor Detail

      • TCOperationUserErrorTcapComponent

        public TCOperationUserErrorTcapComponent​(java.io.DataInput ip)
                                          throws java.io.IOException
        Throws:
        java.io.IOException
      • TCOperationUserErrorTcapComponent

        public TCOperationUserErrorTcapComponent​(com.opencloud.slee.resources.cgin.TcapOperation operation,
                                                 com.opencloud.slee.resources.cgin.TcapError error,
                                                 ParamType parameter,
                                                 int invokeId)
      • TCOperationUserErrorTcapComponent

        public TCOperationUserErrorTcapComponent​(com.opencloud.slee.resources.cgin.OperationUserErrorEvent<ParamType> errorEvent)
    • Method Detail

      • toStream

        public void toStream​(java.io.DataOutput op)
                      throws java.io.IOException
        Serialize the state of this object to a stream.
        Specified by:
        toStream in interface com.opencloud.util.FastSerializable
        Overrides:
        toStream in class TCOperationTcapComponent
        Parameters:
        op - the stream to serialize to.
        Throws:
        java.io.IOException - if an error occurs during serialization
      • getError

        public com.opencloud.slee.resources.cgin.TcapError getError()
      • setError

        public void setError​(com.opencloud.slee.resources.cgin.TcapError error)
      • getParameter

        public ParamType getParameter()
      • setParameter

        public void setParameter​(ParamType parameter)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object