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
 
public class InvalidFifoClassException
- extends FifoOperationException
 
This exception is thrown during write operation when the Entry's class FIFO
 mode already been defined and a later write operation define different FIFO mode.
- See Also:
 - Serialized Form
 
 
 
 
| 
Method Summary | 
 String | 
getClassName()
 
          Return invalid className. | 
 boolean | 
isEntryFifoMode()
 
          Returns true if this entry defined as FIFO, otherwise false. | 
 boolean | 
isFifoClass()
 
          Returns true if this class defined as FIFO, otherwise false. | 
 
 
 
 
 
InvalidFifoClassException
public InvalidFifoClassException(String className,
                                 boolean entryFifoMode,
                                 boolean serverFifoMode)
getClassName
public String getClassName()
- Return invalid className.
- Returns:
 - Returns invalid className.
 
 
 
isFifoClass
public boolean isFifoClass()
- 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()
- Returns 
true if this entry defined as FIFO, otherwise false.
- Returns:
 - Returns 
true if this entry defined as FIFO, otherwise false.