|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FwSession
Forms the API for the Provider to the Parlay Framework. The implementation of this class will abstract all detailed framework interactions from the core RA implementation.
| Method Summary | |
|---|---|
void |
addFwSessionListener(FwSessionListener listener)
Adds an application listener. |
void |
authenticate()
This method authenticates a client with the Parlay framework. |
void |
endAccess(org.csapi.fw.TpProperty[] endAccessProperties)
This method ends a client's access session with the Parlay Framework |
boolean |
equals(java.lang.Object obj)
Indicates if another object is equal to this one. |
FwSessionProperties |
getFwSessionProperties()
|
org.omg.CORBA.ORB |
getORB()
Returns a reference to the ORB used by this FwSession. |
org.omg.PortableServer.POA |
getRootPOA()
Returns the root poa |
ServiceAndToken |
getService(java.lang.String serviceTypeName,
org.csapi.fw.TpServiceProperty[] serviceProperties)
Returns a reference to a Service interface. |
int |
hashCode()
Returns a hash code value for the object |
void |
init()
Initialises FwSession, only use when created with default constructor. |
void |
releaseService(ServiceAndToken service)
Releses the specified Service. |
void |
removeFwSessionListener(FwSessionListener listener)
Removes an application listener. |
void |
shutdown()
This method will shutdown all resources used by this object. |
java.lang.String |
toString()
Defines a method used to provide the caller with a string representationof the class. |
| Method Detail |
|---|
void init()
throws FwSessionException
FwSessionExceptionvoid addFwSessionListener(FwSessionListener listener)
void removeFwSessionListener(FwSessionListener listener)
void authenticate()
throws FwSessionException
FwSessionException
void endAccess(org.csapi.fw.TpProperty[] endAccessProperties)
throws FwSessionException
endAccessProperties - properties to be passed to gateway framework on endAccess.
FwSessionExceptionboolean equals(java.lang.Object obj)
equals in class java.lang.Objectint hashCode()
hashCode in class java.lang.Object
void releaseService(ServiceAndToken service)
throws FwSessionException
FwSessionException
ServiceAndToken getService(java.lang.String serviceTypeName,
org.csapi.fw.TpServiceProperty[] serviceProperties)
throws FwSessionException
serviceTypeName - serviceProperties -
FwSessionExceptionvoid shutdown()
org.omg.CORBA.ORB getORB()
java.lang.String toString()
toString in class java.lang.ObjectFwSessionProperties getFwSessionProperties()
org.omg.PortableServer.POA getRootPOA()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||