rpc.core
Class ContextHandle

java.lang.Object
  extended by ndr.NdrObject
      extended by rpc.core.ContextHandle

public class ContextHandle
extends NdrObject


Field Summary
 
Fields inherited from class ndr.NdrObject
value
 
Constructor Summary
ContextHandle(int attributes, UUID uuid)
           
 
Method Summary
 int getAttributes()
           
 UUID getUuid()
           
 void setAttributes(int attributes)
           
 void setUuid(UUID uuid)
           
 
Methods inherited from class ndr.NdrObject
decode, encode, getOpnum, read, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContextHandle

public ContextHandle(int attributes,
                     UUID uuid)
Method Detail

getAttributes

public int getAttributes()

setAttributes

public void setAttributes(int attributes)

getUuid

public UUID getUuid()

setUuid

public void setUuid(UUID uuid)