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


Deprecated.

@Deprecated
public interface AppclientModule


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

Method Detail

getLocation

java.lang.String getLocation()
Deprecated. 

getDirectoryDeployed

java.lang.String getDirectoryDeployed()
Deprecated. 

getDescription

java.lang.String getDescription()
Deprecated. 

setDescription

void setDescription(java.lang.String param1)
Deprecated. 

getJavaWebStartEnabled

java.lang.String getJavaWebStartEnabled()
Deprecated. 

setJavaWebStartEnabled

void setJavaWebStartEnabled(java.lang.String param1)
Deprecated. 

setLocation

void setLocation(java.lang.String param1)
Deprecated. 

setDirectoryDeployed

void setDirectoryDeployed(java.lang.String param1)
Deprecated. 


Copyright © 2012 GlassFish Community. All Rights Reserved.