org.mobicents.slee.resource.parlay
Class ParlayMarshaler

java.lang.Object
  extended by org.mobicents.slee.resource.parlay.ParlayMarshaler
All Implemented Interfaces:
javax.slee.resource.Marshaler

public class ParlayMarshaler
extends java.lang.Object
implements javax.slee.resource.Marshaler

Class Description for ParlayMarshaler


Constructor Summary
ParlayMarshaler()
           
 
Method Summary
 java.nio.ByteBuffer marshalEvent(java.lang.Object event, int eventID)
           
 java.nio.ByteBuffer marshalHandle(javax.slee.resource.ActivityHandle handle)
           
 java.lang.Object unmarshalEvent(java.nio.ByteBuffer marshalledEvent, int eventID)
           
 javax.slee.resource.ActivityHandle unmarshalHandle(java.nio.ByteBuffer marshalledHandle)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParlayMarshaler

public ParlayMarshaler()
Method Detail

marshalEvent

public java.nio.ByteBuffer marshalEvent(java.lang.Object event,
                                        int eventID)
                                 throws java.io.IOException
Specified by:
marshalEvent in interface javax.slee.resource.Marshaler
Throws:
java.io.IOException

unmarshalEvent

public java.lang.Object unmarshalEvent(java.nio.ByteBuffer marshalledEvent,
                                       int eventID)
                                throws java.io.IOException
Specified by:
unmarshalEvent in interface javax.slee.resource.Marshaler
Throws:
java.io.IOException

marshalHandle

public java.nio.ByteBuffer marshalHandle(javax.slee.resource.ActivityHandle handle)
                                  throws java.io.IOException
Specified by:
marshalHandle in interface javax.slee.resource.Marshaler
Throws:
java.io.IOException

unmarshalHandle

public javax.slee.resource.ActivityHandle unmarshalHandle(java.nio.ByteBuffer marshalledHandle)
                                                   throws java.io.IOException
Specified by:
unmarshalHandle in interface javax.slee.resource.Marshaler
Throws:
java.io.IOException


Copyright © 2009. All Rights Reserved.