Package com.sun.corba.ee.impl.orb
Class ParserTable.TestBadServerIdHandler
- java.lang.Object
-
- com.sun.corba.ee.impl.orb.ParserTable.TestBadServerIdHandler
-
- All Implemented Interfaces:
BadServerIdHandler
- Enclosing class:
- ParserTable
public static final class ParserTable.TestBadServerIdHandler extends java.lang.Object implements BadServerIdHandler
-
-
Constructor Summary
Constructors Constructor Description TestBadServerIdHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object other)
void
handle(ObjectKey objectKey)
int
hashCode()
-
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equals
in classjava.lang.Object
-
handle
public void handle(ObjectKey objectKey)
- Specified by:
handle
in interfaceBadServerIdHandler
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-