BEA Systems, Inc.

BEA WebLogic SIP Server 2.2 API Reference


com.bea.wcp.profile
Interface ProfileSubscription


public interface ProfileSubscription

This is a class returned by ProfileService.subscribe. It is also used by callbacks invoked because of this subscription.

Copyright © 2006 BEA Systems, Inc. All Rights Reserved.

Method Summary
 void cancel()
          Cancel this subscription
 SipApplicationSession getApplicationSession()
          The SipApplicationSession that was used to register
 java.lang.String getDocumentSelector()
          The document selector that was used to register
 java.io.Serializable getInfo()
          The information that was used when registering.
 

Method Detail

cancel

public void cancel()
Cancel this subscription


getApplicationSession

public SipApplicationSession getApplicationSession()
The SipApplicationSession that was used to register

Returns:
the SipApplicationSession corresponding to this subscription.

getDocumentSelector

public java.lang.String getDocumentSelector()
The document selector that was used to register

Returns:
the document selector corresponding to this subscription.

getInfo

public java.io.Serializable getInfo()
The information that was used when registering. The data may have been changed since registration.

Returns:
the document selector corresponding to this subscription.

Documentation is available at
http://download.oracle.com/docs/cd/E13209_01/wlcp/wlss22/
Copyright 2006 BEA Systems Inc.