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

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

public class ApplicationServerManagerResult
extends Object

ApplicationServerManagerResult

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

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

Field Detail

ok

private boolean ok

message

private String message

response

private String response
Constructor Detail

ApplicationServerManagerResult

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

isOk

public boolean isOk()

getMessage

public String getMessage()

getResponse

public String getResponse()


Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.