org.glassfish.admin.amx.intf.config
Interface AppclientModule


Deprecated.

@Deprecated
public interface AppclientModule


Method Summary
 String getDescription()
          Deprecated.  
 String getDirectoryDeployed()
          Deprecated.  
 String getJavaWebStartEnabled()
          Deprecated.  
 String getLocation()
          Deprecated.  
 void setDescription(String param1)
          Deprecated.  
 void setDirectoryDeployed(String param1)
          Deprecated.  
 void setJavaWebStartEnabled(String param1)
          Deprecated.  
 void setLocation(String param1)
          Deprecated.  
 

Method Detail

getLocation

String getLocation()
Deprecated. 

getDirectoryDeployed

String getDirectoryDeployed()
Deprecated. 

getDescription

String getDescription()
Deprecated. 

setDescription

void setDescription(String param1)
Deprecated. 

getJavaWebStartEnabled

String getJavaWebStartEnabled()
Deprecated. 

setJavaWebStartEnabled

void setJavaWebStartEnabled(String param1)
Deprecated. 

setLocation

void setLocation(String param1)
Deprecated. 

setDirectoryDeployed

void setDirectoryDeployed(String param1)
Deprecated. 


Copyright © 2012 GlassFish Community. All Rights Reserved.