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

ImmutableResult - JBOSS Portal 2.2 API 英文版文档


org.jboss.portal.common.command.result
Class ImmutableResult

java.lang.Object
  extended byorg.jboss.portal.common.command.result.ResultType
      extended byorg.jboss.portal.common.command.result.ImmutableResult
All Implemented Interfaces:
Result

public class ImmutableResult
extends ResultType
implements Result


Constructor Summary
ImmutableResult(java.lang.String name)
           
 
Method Summary
 ResultType getType()
           
 
Methods inherited from class org.jboss.portal.common.command.result.ResultType
getName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImmutableResult

public ImmutableResult(java.lang.String name)
Method Detail

getType

public ResultType getType()
Specified by:
getType in interface Result