|
Java EE 5 SDK | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NotificationServiceMgr
Manages the creation and removal of NotificationService MBeans.
Field Summary | |
---|---|
static String |
J2EE_TYPE
The j2eeType as returned by AMX.getJ2EEType() . |
Fields inherited from interface com.sun.appserv.management.base.Container |
---|
ATTR_CONTAINEE_J2EE_TYPES |
Method Summary | |
---|---|
NotificationService |
createNotificationService(Object userData,
int bufferSize)
Create a new NotificationService (j2eeType= XTypes.NOTIFICATION_SERVICE ). |
NotificationService |
getNotificationService(String name)
Get the specified NotificationService . |
Map<String,NotificationService> |
getNotificationServiceMap()
|
void |
removeNotificationService(String name)
Remove the specified NotificationService . |
Methods inherited from interface com.sun.appserv.management.base.Container |
---|
getByNameContaineeSet, getContainee, getContainee, getContaineeJ2EETypes, getContaineeMap, getContaineeSet, getContaineeSet, getContaineeSet, getMultiContaineeMap |
Field Detail |
---|
static final String J2EE_TYPE
AMX.getJ2EEType()
.
Method Detail |
---|
Map<String,NotificationService> getNotificationServiceMap()
NotificationService
keyed by nameNotificationService getNotificationService(String name)
NotificationService
.
name
- NotificationService createNotificationService(Object userData, int bufferSize)
XTypes.NOTIFICATION_SERVICE
).
AMX.getName()
can later be used
to retrieve the NotificationService via getNotificationService(java.lang.String)
.
userData
- bufferSize
-
void removeNotificationService(String name) throws InstanceNotFoundException
NotificationService
.
name
-
InstanceNotFoundException
|
Java EE 5 SDK | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright 2006 Sun Microsystems, Inc. All rights reserved.