站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBOSS Portal 2.6 API 英文版文档

UnavailableResponse - JBOSS Portal 2.6 API 英文版文档


org.jboss.portal.portlet.invocation.response
Class UnavailableResponse

java.lang.Object
  extended byorg.jboss.portal.portlet.invocation.response.PortletInvocationResponse
      extended byorg.jboss.portal.portlet.invocation.response.UnavailableResponse

public class UnavailableResponse
extends PortletInvocationResponse

Portlet exists but cannot be used.

Version:
$Revision: 5448 $
Author:
Julien Viet

Field Summary
private  boolean permanent
           
private  int seconds
           
 
Constructor Summary
UnavailableResponse()
           
UnavailableResponse(int seconds)
           
 
Method Summary
 int getUnavailableSeconds()
           
 boolean isPermanent()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

permanent

private boolean permanent

seconds

private int seconds
Constructor Detail

UnavailableResponse

public UnavailableResponse()

UnavailableResponse

public UnavailableResponse(int seconds)
Method Detail

getUnavailableSeconds

public int getUnavailableSeconds()

isPermanent

public boolean isPermanent()