org.apache.geronimo.corba.security
Class FinalContextToken

java.lang.Object
  extended by org.apache.geronimo.corba.security.FinalContextToken
All Implemented Interfaces:
Destroyable

public class FinalContextToken
extends Object
implements Destroyable


Constructor Summary
FinalContextToken(byte[] token)
           
 
Method Summary
 void destroy()
           
 byte[] getToken()
           
 boolean isDestroyed()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FinalContextToken

public FinalContextToken(byte[] token)
Method Detail

getToken

public byte[] getToken()

destroy

public void destroy()
             throws DestroyFailedException
Specified by:
destroy in interface Destroyable
Throws:
DestroyFailedException

isDestroyed

public boolean isDestroyed()
Specified by:
isDestroyed in interface Destroyable


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.