SharedObjectFactory.getDefault().createSharedObject("foosharedobject",new String [] { java.lang.String }, new Object { "hello" });
@param typeDescription the SharedObjectTypeDescription associated with the registered shared object provider implementation plugin @param args arguments specified by the caller. May be null if no arguments are passed in by caller to SharedObjectFactory.getDefault().createSharedObject(...) @return ISharedObject instance. The provider implementation must return avalid object implementing ISharedObject OR throw a SharedObjectCreateException @throws SharedObjectCreateException if shared object instance cannot be created
|
|