com.j_spaces.core
Class InvalidFifoClassException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
net.jini.core.entry.UnusableEntryException
              
com.j_spaces.core.DetailedUnusableEntryException
                  
com.j_spaces.core.FifoOperationException
                      
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
 
 
 
| 
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. | 
 
 
 
 
 
InvalidFifoClassException
public InvalidFifoClassException(String className,
                                 boolean entryFifoMode,
                                 boolean serverFifoMode)
- Deprecated. 
 
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. 
 
  
Copyright © GigaSpaces.