com.sun.enterprise.config.serverbeans
Interface AlertSubscription

All Superinterfaces:
org.jvnet.hk2.config.ConfigBeanProxy, org.jvnet.hk2.component.Injectable

public interface AlertSubscription
extends org.jvnet.hk2.config.ConfigBeanProxy, org.jvnet.hk2.component.Injectable


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.jvnet.hk2.config.ConfigBeanProxy
org.jvnet.hk2.config.ConfigBeanProxy.Duck
 
Method Summary
 FilterConfig getFilterConfig()
          Gets the value of the filterConfig property.
 ListenerConfig getListenerConfig()
          Gets the value of the listenerConfig property.
 String getName()
          Gets the value of the name property.
 void setFilterConfig(FilterConfig value)
          Sets the value of the filterConfig property.
 void setListenerConfig(ListenerConfig value)
          Sets the value of the listenerConfig property.
 void setName(String value)
          Sets the value of the name property.
 
Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy
createChild, deepCopy, getParent, getParent
 
Methods inherited from interface org.jvnet.hk2.component.Injectable
injectedInto
 

Method Detail

getName

@NotNull
String getName()
Gets the value of the name property. The unique name identifying a particular alert service.

Returns:
possible object is String

setName

void setName(String value)
             throws PropertyVetoException
Sets the value of the name property.

Parameters:
value - allowed object is String
Throws:
PropertyVetoException

getListenerConfig

@NotNull
ListenerConfig getListenerConfig()
Gets the value of the listenerConfig property.

Returns:
possible object is ListenerConfig

setListenerConfig

void setListenerConfig(ListenerConfig value)
                       throws PropertyVetoException
Sets the value of the listenerConfig property.

Parameters:
value - allowed object is ListenerConfig
Throws:
PropertyVetoException

getFilterConfig

FilterConfig getFilterConfig()
Gets the value of the filterConfig property.

Returns:
possible object is FilterConfig

setFilterConfig

void setFilterConfig(FilterConfig value)
                     throws PropertyVetoException
Sets the value of the filterConfig property.

Parameters:
value - allowed object is FilterConfig
Throws:
PropertyVetoException


Copyright © 2012 GlassFish Community. All Rights Reserved.