Serialized Form
readResolve
private java.lang.Object readResolve()
throws java.io.ObjectStreamException
- Returns the designated type as an alternative object to be used when
writing an object to a stream.
This method would be used when for example serializing DialogState.EARLY
and deserializing it afterwards results again in DialogState.EARLY.
If you do not implement readResolve(), you would not get
DialogState.EARLY but an instance with similar content.
- Throws:
java.io.ObjectStreamException
m_dialogState
int m_dialogState
m_dialog
Dialog m_dialog
m_Cause
java.lang.Throwable m_Cause
- The specialized cause that triggered this Exception. This cause
informs an application of the underlying implementation problem that
triggered this Exception.
m_host
java.lang.String m_host
m_port
int m_port
m_transport
java.lang.String m_transport
m_request
Request m_request
m_transaction
ServerTransaction m_transaction
m_dialog
Dialog m_dialog
m_response
Response m_response
m_transaction
ClientTransaction m_transaction
m_dialog
Dialog m_dialog
m_Cause
java.lang.Throwable m_Cause
- The specialized cause that triggered this Exception. This cause
informs an application of the underlying implementation problem that
triggered this Exception.
readResolve
private java.lang.Object readResolve()
throws java.io.ObjectStreamException
- Returns the designated type as an alternative object to be used when
writing an object to a stream.
This method would be used when for example serializing Timeout.RETRANSMIT
and deserializing it afterwards results again in Timeout.RETRANSMIT.
If you do not implement readResolve(), you would not get
Timeout.RETRANSMIT but an instance with similar content.
- Throws:
java.io.ObjectStreamException
m_timeout
int m_timeout
m_timeout
Timeout m_timeout
m_isServerTransaction
boolean m_isServerTransaction
m_serverTransaction
ServerTransaction m_serverTransaction
m_clientTransaction
ClientTransaction m_clientTransaction
readResolve
private java.lang.Object readResolve()
throws java.io.ObjectStreamException
- Returns the designated type as an alternative object to be used when
writing an object to a stream.
This method would be used when for example serializing TransactionState.EARLY
and deserializing it afterwards results again in TransactionState.EARLY.
If you do not implement readResolve(), you would not get
TransactionState.EARLY but an instance with similar content.
- Throws:
java.io.ObjectStreamException
m_transactionState
int m_transactionState
m_isServerTransaction
boolean m_isServerTransaction
m_serverTransaction
ServerTransaction m_serverTransaction
m_clientTransaction
ClientTransaction m_clientTransaction
Package javax.sip.address |
Package javax.sip.message |
If you have any comments, please mail them to JAIN-SIP-INTEREST@java.sun.com after subscribing at http://archives.java.sun.com
Copyright - 2006 BEA Systems and Sun Microsystems