| |
|
| org.objectweb.jonas.webapp.jonasadmin.jonasmqconnect.DestinationDeleteForm
DestinationDeleteForm | public class DestinationDeleteForm extends ActionForm (Code) | | |
getDeletePhysicalDestination | public String getDeletePhysicalDestination()(Code) | | the removePhysicalDestination |
getDestinations | public ArrayList getDestinations()(Code) | | destinations
the destinations |
getDestinationsStr | public String getDestinationsStr()(Code) | | get DestinationsStr
the destinationsStr |
getSelectedDestinations | public String[] getSelectedDestinations()(Code) | | Selected destinations
the selected destinations |
setDeletePhysicalDestination | public void setDeletePhysicalDestination(String deletePhysicalDestination)(Code) | | Parameters: deletePhysicalDestination - the deletePhysicalDestination to set |
setDestinations | public void setDestinations(ArrayList destinations)(Code) | | Parameters: destinations - the selected destinations to set |
setDestinationsStr | public void setDestinationsStr(String destinationsStr)(Code) | | set DestinationsStr
Parameters: destinationsStr - destinations String |
setSelectedDestinations | public void setSelectedDestinations(String[] selectedDestinations)(Code) | | selected destinations
Parameters: selectedDestinations - the selected destinations to set |
|
|
|