Oracle Corporation

com.bea.wlcp.wlng.plugin.pushmessage.pap.management
Interface PushMessagePAPMBean


public interface PushMessagePAPMBean

MBean interface for PAP plug-in

Copyright © 2008 Oracle Corporation. All Rights Reserved.

Field Summary
static String PPGNotificationURL
          URL that the PPG should use for notification of results.
static String PPGURL
          The Push Proxy Gateway (PPG) url.
 
Method Summary
 String getPPGNotificationURL()
           
 String getPPGURL()
           
 void setPPGNotificationURL(String url)
           
 void setPPGURL(String url)
           
 

Field Detail

PPGNotificationURL

public static final String PPGNotificationURL
URL that the PPG should use for notification of results. This is a local value Format: URL


PPGURL

public static final String PPGURL
The Push Proxy Gateway (PPG) url. This is a shared value. Format: URL

Method Detail

getPPGNotificationURL

public String getPPGNotificationURL()
                             throws ManagementException
Throws:
ManagementException

getPPGURL

public String getPPGURL()
                 throws ManagementException
Throws:
ManagementException

setPPGNotificationURL

public void setPPGNotificationURL(String url)
                           throws ManagementException
Throws:
ManagementException

setPPGURL

public void setPPGURL(String url)
               throws ManagementException
Throws:
ManagementException

Oracle Corporation