org.jasig.portal.channels.error
Class CError.RefreshPolicy

java.lang.Object
  extended by org.jasig.portal.channels.error.CError.RefreshPolicy
Enclosing class:
CError

private class CError.RefreshPolicy
extends java.lang.Object

Class to represent policy about whether channel refresh and reinstantiation is allowed.


Field Summary
(package private)  boolean allowRefresh
          Whether refreshing the channel is allowed.
(package private)  boolean allowReinstantiation
          Whether reloading the channel is allowed.
 
Constructor Summary
private CError.RefreshPolicy()
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

allowRefresh

boolean allowRefresh
Whether refreshing the channel is allowed.


allowReinstantiation

boolean allowReinstantiation
Whether reloading the channel is allowed.

Constructor Detail

CError.RefreshPolicy

private CError.RefreshPolicy()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object