org.apache.jetspeed.tools.pamanager.servletcontainer
Class ApplicationServerManagerResult

java.lang.Object
  extended by org.apache.jetspeed.tools.pamanager.servletcontainer.ApplicationServerManagerResult

public class ApplicationServerManagerResult
extends java.lang.Object

ApplicationServerManagerResult

Version:
$Id: ApplicationServerManagerResult.java 516448 2007-03-09 16:25:47Z ate $
Author:
Ate Douma

Constructor Summary
ApplicationServerManagerResult(boolean ok, java.lang.String message, java.lang.String response)
           
 
Method Summary
 java.lang.String getMessage()
           
 java.lang.String getResponse()
           
 boolean isOk()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationServerManagerResult

public ApplicationServerManagerResult(boolean ok,
                                      java.lang.String message,
                                      java.lang.String response)
Method Detail

isOk

public boolean isOk()

getMessage

public java.lang.String getMessage()

getResponse

public java.lang.String getResponse()


Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.