GigaSpaces XAP 9.0 API

com.j_spaces.core
Class InvalidFifoClassException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.jini.core.entry.UnusableEntryException
              extended by com.j_spaces.core.DetailedUnusableEntryException
                  extended by com.j_spaces.core.FifoOperationException
                      extended by com.j_spaces.core.InvalidFifoClassException
All Implemented Interfaces:
Serializable

Deprecated. This exception is no longer thrown.

@Deprecated
public class InvalidFifoClassException
extends FifoOperationException

This exception used to be thrown during write operation when the Entry's class FIFO mode already been defined and a later write operation define different FIFO mode. Since FIFO is now supported per-operation, this validation is no longer relevant.

Version:
4.0
Author:
Igor Goldenberg
See Also:
InvalidFifoTemplateException, Serialized Form

Field Summary
 
Fields inherited from class net.jini.core.entry.UnusableEntryException
nestedExceptions, partialEntry, unusableFields
 
Constructor Summary
InvalidFifoClassException(String className, boolean entryFifoMode, boolean serverFifoMode)
          Deprecated.  
 
Method Summary
 String getClassName()
          Deprecated. Return invalid className.
 boolean isEntryFifoMode()
          Deprecated. Returns true if this entry defined as FIFO, otherwise false.
 boolean isFifoClass()
          Deprecated. Returns true if this class defined as FIFO, otherwise false.
 
Methods inherited from class com.j_spaces.core.DetailedUnusableEntryException
getMessage
 
Methods inherited from class net.jini.core.entry.UnusableEntryException
printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidFifoClassException

public InvalidFifoClassException(String className,
                                 boolean entryFifoMode,
                                 boolean serverFifoMode)
Deprecated. 
Method Detail

getClassName

public String getClassName()
Deprecated. 
Return invalid className.

Returns:
Returns invalid className.

isFifoClass

public boolean isFifoClass()
Deprecated. 
Returns true if this class defined as FIFO, otherwise false.

Returns:
Returns true if this class defined as FIFO, otherwise false.

isEntryFifoMode

public boolean isEntryFifoMode()
Deprecated. 
Returns true if this entry defined as FIFO, otherwise false.

Returns:
Returns true if this entry defined as FIFO, otherwise false.

GigaSpaces XAP 9.0 API

Copyright © GigaSpaces.