com.pax.dal.pedkeyisolation
Class ANepSlotAllocator
- java.lang.Object
-
- com.pax.dal.pedkeyisolation.ANepSlotAllocator
-
- All Implemented Interfaces:
- ISlotAllocator
Deprecated.
@Deprecated public abstract class ANepSlotAllocator extends java.lang.Object implements ISlotAllocator
-
-
Field Summary
Fields Modifier and Type Field and Description java.lang.StringKEY_LOGICAL_IDDeprecated.java.lang.StringKEY_NEW_OWNER_NAMEDeprecated.java.lang.StringKEY_PACKAGE_NAMEDeprecated.java.lang.StringKEY_PHYSICAL_IDDeprecated.java.lang.StringKEY_SESSION_IDDeprecated.java.lang.StringKEY_SUB_TYPEDeprecated.java.lang.StringKEY_TYPEDeprecated.
-
Constructor Summary
Constructors Constructor and Description ANepSlotAllocator()Deprecated.
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method and Description abstract ISlotAllocatorProvidergetProvider()Deprecated.-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.pax.dal.pedkeyisolation.ISlotAllocator
changeKeyOwner, deallocate, deallocateAll, find, preallocate, setAllocated
-
-
-
-
Field Detail
-
KEY_PACKAGE_NAME
public final java.lang.String KEY_PACKAGE_NAME
Deprecated.- See Also:
- Constant Field Values
-
KEY_SESSION_ID
public final java.lang.String KEY_SESSION_ID
Deprecated.- See Also:
- Constant Field Values
-
KEY_TYPE
public final java.lang.String KEY_TYPE
Deprecated.- See Also:
- Constant Field Values
-
KEY_SUB_TYPE
public final java.lang.String KEY_SUB_TYPE
Deprecated.- See Also:
- Constant Field Values
-
KEY_LOGICAL_ID
public final java.lang.String KEY_LOGICAL_ID
Deprecated.- See Also:
- Constant Field Values
-
KEY_PHYSICAL_ID
public final java.lang.String KEY_PHYSICAL_ID
Deprecated.- See Also:
- Constant Field Values
-
KEY_NEW_OWNER_NAME
public final java.lang.String KEY_NEW_OWNER_NAME
Deprecated.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ANepSlotAllocator
public ANepSlotAllocator()
Deprecated.
-
-
Method Detail
-
getProvider
public abstract ISlotAllocatorProvider getProvider()
Deprecated.
-
-