|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mobicents.slee.resource.parlay.fw.BypassedFwSession
public class BypassedFwSession
This version of the FwSession will be used in "bypassFw" mode for testing against harnesses that don't implement framework functionality.
| Constructor Summary | |
|---|---|
BypassedFwSession(FwSessionProperties properties,
TestProperties testProperties)
|
|
| 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 |
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. |
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.mobicents.slee.resource.parlay.fw.FwSession |
|---|
equals, hashCode, toString |
| Constructor Detail |
|---|
public BypassedFwSession(FwSessionProperties properties,
TestProperties testProperties)
| Method Detail |
|---|
public void init()
throws FwSessionException
FwSession
init in interface FwSessionFwSessionExceptionpublic void addFwSessionListener(FwSessionListener listener)
FwSession
addFwSessionListener in interface FwSessionpublic void removeFwSessionListener(FwSessionListener listener)
FwSession
removeFwSessionListener in interface FwSession
public void authenticate()
throws FwSessionException
FwSession
authenticate in interface FwSessionFwSessionException
public void endAccess(org.csapi.fw.TpProperty[] endAccessProperties)
throws FwSessionException
FwSession
endAccess in interface FwSessionendAccessProperties - properties to be passed to gateway framework on endAccess.
FwSessionException
public void releaseService(ServiceAndToken service)
throws FwSessionException
FwSession
releaseService in interface FwSessionFwSessionException
public ServiceAndToken getService(java.lang.String serviceTypeName,
org.csapi.fw.TpServiceProperty[] serviceProperties)
throws FwSessionException
FwSession
getService in interface FwSessionFwSessionExceptionpublic void shutdown()
FwSession
shutdown in interface FwSessionpublic org.omg.CORBA.ORB getORB()
FwSession
getORB in interface FwSessionpublic FwSessionProperties getFwSessionProperties()
getFwSessionProperties in interface FwSessionpublic org.omg.PortableServer.POA getRootPOA()
FwSession
getRootPOA in interface FwSession
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||