Framework Professional Edition Package


com.prosyst.mbs.services.pmp
Interface PMPContext


public interface PMPContext


Method Summary
 Authorization getAuthorization()
          Gets the caller authorization
 PMPConnection getConnection()
          Gets connection to the remote client
 java.lang.String getSessionID()
          Gets the identification of this session
 void postEvent(java.lang.Object event, java.lang.String eventType, long bid)
          Sends an event to the current url
 

Method Detail

getAuthorization

Authorization getAuthorization()
Gets the caller authorization

Returns:
Authorization object associated with this client

getConnection

PMPConnection getConnection()
Gets connection to the remote client

Returns:
PMPConnection connection to the caller

postEvent

void postEvent(java.lang.Object event,
               java.lang.String eventType,
               long bid)
Sends an event to the current url

Parameters:
event - The event
eventType - The event's type
bid - The id of the bundle that the event source belongs to

getSessionID

java.lang.String getSessionID()
Gets the identification of this session

Returns:
SessionID associated with this session

Framework Professional Edition Package


Copyright © 1999-2007 ProSyst Software GmbH. All Rights Reserved