Top Fields Constructors Methods
org.apache.derby.impl.store.raw.xact

public final Class EscalateContainerKey

extends Object
implements Matchable
Class Inheritance
All Implemented Interfaces
org.apache.derby.iapi.util.Matchable
Imports
org.apache.derby.iapi.store.raw.ContainerKey, .RecordHandle, org.apache.derby.iapi.util.Matchable

Field Summary

Modifier and TypeField and Description
private ContainerKey
container_key

Fields of the class

Constructor Summary

AccessConstructor and Description
public
EscalateContainerKey(ContainerKey key)

Constructors for This class:

Method Summary

Modifier and TypeMethod and Description
public boolean
match(Object key)

Implements org.apache.derby.iapi.util.Matchable.match.

Public Methods of XXXX class:
Inherited from java.lang.Object:
cloneequalsfinalizegetClasshashCodenotifynotifyAlltoStringwaitwaitwait

Field Detail

container_keyback to summary
private ContainerKey container_key

Fields of the class

Constructor Detail

EscalateContainerKeyback to summary
public EscalateContainerKey(ContainerKey key)

Constructors for This class:

Method Detail

matchback to summary
public boolean match(Object key)

Implements org.apache.derby.iapi.util.Matchable.match.

Public Methods of XXXX class: