oracle.panama.messaging.transport
Class GSMSmartMsg

java.lang.Object
  |
  +--oracle.panama.messaging.transport.GSMSmartMsg

public class GSMSmartMsg
extends java.lang.Object


Constructor Summary
GSMSmartMsg(int destPort, int origPort, java.lang.String[] frags)
           
 
Method Summary
TypeMethod
 int getDestinationPort()
           
 java.lang.String[] getFragments()
           
 int getOriginPort()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GSMSmartMsg

public GSMSmartMsg(int destPort,
                   int origPort,
                   java.lang.String[] frags)
Method Detail

getFragments

public java.lang.String[] getFragments()

getDestinationPort

public int getDestinationPort()

getOriginPort

public int getOriginPort()