| Package | Description |
|---|---|
| com.sun.enterprise.deployment |
| Modifier and Type | Method and Description |
|---|---|
abstract Vector<AppListenerDescriptor> |
WebBundleDescriptor.getAppListenerDescriptors() |
abstract Vector<AppListenerDescriptor> |
WebBundleDescriptor.getAppListeners() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
WebBundleDescriptor.addAppListenerDescriptor(AppListenerDescriptor ref) |
abstract void |
WebBundleDescriptor.addAppListenerDescriptorToFirst(AppListenerDescriptor ref) |
abstract void |
WebBundleDescriptor.moveAppListenerDescriptor(AppListenerDescriptor ref,
int relPos) |
abstract void |
WebBundleDescriptor.removeAppListenerDescriptor(AppListenerDescriptor ref) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
WebBundleDescriptor.setAppListeners(Collection<? extends AppListenerDescriptor> c) |
Copyright © 2013. All Rights Reserved.