|
Voyager ORB | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.objectspace.voyager.Factory
Factory contains static methods for constructing remote objects.
Method Summary | |
static Proxy |
create(java.lang.String classname)
Return a proxy to a new instance of the specified class. |
static Proxy |
create(java.lang.String classname,
java.lang.Object[] args)
Return a proxy to a new instance of the specified class. |
static Proxy |
create(java.lang.String classname,
java.lang.Object[] args,
java.lang.String url)
Return a proxy to a new instance of the specified class. |
static Proxy |
create(java.lang.String classname,
java.lang.String url)
Return a proxy to a new instance of the specified class. |
static Proxy |
create(java.lang.String classname,
java.lang.String signature,
java.lang.Object[] args,
java.lang.String name)
Return a proxy to a new instance of the specified class. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Method Detail |
public static Proxy create(java.lang.String classname, java.lang.String signature, java.lang.Object[] args, java.lang.String name) throws java.lang.Exception
classname
- The full name of the class.signature
- The simple name ("args
- Either null (no arguments) or an array of arguments with primitives wrapped in their object equivalents.url
- The URL of the target VM.public static Proxy create(java.lang.String classname, java.lang.Object[] args, java.lang.String url) throws java.lang.Exception
classname
- The full name of the class.args
- Either null (no arguments) or an array of arguments with primitives wrapped in their object equivalents.url
- The URL of the target VM.public static Proxy create(java.lang.String classname, java.lang.Object[] args) throws java.lang.Exception
classname
- The full name of the class.args
- Either null (no arguments) or an array of arguments with primitives wrapped in their object equivalents.public static Proxy create(java.lang.String classname, java.lang.String url) throws java.lang.Exception
classname
- The full name of the class.url
- The URL of the target VM.public static Proxy create(java.lang.String classname) throws java.lang.Exception
classname
- The full name of the class.
|
ObjectSpace Inc. | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |