wt.corba.query
Class ObjectQueryServiceImpl

java.lang.Object
  extended by_ObjectQueryServiceImplBase
      extended bywt.corba.query.ObjectQueryServiceImpl

public class ObjectQueryServiceImpl
extends _ObjectQueryServiceImplBase

See Also:
Serialized Form

Constructor Summary
ObjectQueryServiceImpl()
           
 
Method Summary
 void getAttributes(Property[] cred, String objRefString, PropertiesHolder attributesH)
           
static void main(String[] args)
           
static Properties objToProperty(Object obj)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectQueryServiceImpl

public ObjectQueryServiceImpl()
Method Detail

getAttributes

public void getAttributes(Property[] cred,
                          String objRefString,
                          PropertiesHolder attributesH)
                   throws NotAuthenticated,
                          ObjectReferenceException
Throws:
NotAuthenticated
ObjectReferenceException

objToProperty

public static Properties objToProperty(Object obj)

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception