Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-01

weblogic.wsee.reliability2.faults
Class SequenceFaultMsgType

java.lang.Object
  extended by weblogic.wsee.reliability2.faults.SequenceFaultMsgType

public class SequenceFaultMsgType
extends Object

Base for message types, which serves as a key to find that message in a set of messages.


Constructor Summary
SequenceFaultMsgType()
           
 
Method Summary
 boolean equals(Object obj)
          Compares two types for equality.
 int hashCode()
          Gets the hashCode for the type, based on the reference
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SequenceFaultMsgType

public SequenceFaultMsgType()
Method Detail

equals

public final boolean equals(Object obj)
Compares two types for equality. Forces the comparison to be based on the reference, rather than the contents

Overrides:
equals in class Object
Returns:
true if the two objects are equal

hashCode

public final int hashCode()
Gets the hashCode for the type, based on the reference

Overrides:
hashCode in class Object
Returns:
The hash code for the message type

Copyright 1996, 2013, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-01