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

java.lang.Object
  extended by org.jboss.portal.common.command.result.ResultType
      extended by org.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