public class CommandTransfer extends CommandTransferIFPOA implements CommandTransferIF
Modifier and Type | Class and Description |
---|---|
class |
CommandTransfer.ProcessLog |
Constructor and Description |
---|
CommandTransfer()
Creates a new instance of server
|
Modifier and Type | Method and Description |
---|---|
org.omg.CORBA.Request |
_create_request(org.omg.CORBA.Context ctx,
java.lang.String operation,
org.omg.CORBA.NVList arg_list,
org.omg.CORBA.NamedValue result) |
org.omg.CORBA.Request |
_create_request(org.omg.CORBA.Context ctx,
java.lang.String operation,
org.omg.CORBA.NVList arg_list,
org.omg.CORBA.NamedValue result,
org.omg.CORBA.ExceptionList exclist,
org.omg.CORBA.ContextList ctxlist) |
org.omg.CORBA.Object |
_duplicate()
Duplicate the object.
|
org.omg.CORBA.DomainManager[] |
_get_domain_managers() |
org.omg.CORBA.Policy |
_get_policy(int policy_type) |
int |
_hash(int maximum)
Get the hashcode of this object.
|
boolean |
_is_equivalent(org.omg.CORBA.Object other)
Return a boolean whether the given object is equivalent to this one.
|
void |
_release()
Release the object.
|
org.omg.CORBA.Request |
_request(java.lang.String operation) |
org.omg.CORBA.Object |
_set_policy_override(org.omg.CORBA.Policy[] policies,
org.omg.CORBA.SetOverrideType set_add) |
void |
setExecutable(java.lang.String name)
Set the executable program
|
void |
setHostname(java.lang.String hostname)
Set the name of the request host
|
void |
setParameter(java.lang.String value)
Set a parameter.
|
void |
setProcessStream(java.io.InputStream is,
java.lang.String prefix) |
void |
setSynchronizer(java.lang.Object synchronizer)
Set the synchronizer to synchronize command execution.
|
boolean |
startup()
Startup the importer.
|
_all_interfaces, _invoke, _this, _this
_default_POA, _get_delegate, _get_interface_def, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object
public void setParameter(java.lang.String value) throws RemoteCmdException
setParameter
in interface CommandTransferIFOperations
value
- the value of the parameter.RemoteCmdException
public void setExecutable(java.lang.String name) throws RemoteCmdException
setExecutable
in interface CommandTransferIFOperations
name
- the name of the executable.RemoteCmdException
public void setHostname(java.lang.String hostname) throws RemoteCmdException
setHostname
in interface CommandTransferIFOperations
hostname
- the name of the host.RemoteCmdException
public void setSynchronizer(java.lang.Object synchronizer)
public boolean startup() throws RemoteCmdException
startup
in interface CommandTransferIFOperations
RemoteCmdException
public org.omg.CORBA.Request _create_request(org.omg.CORBA.Context ctx, java.lang.String operation, org.omg.CORBA.NVList arg_list, org.omg.CORBA.NamedValue result)
_create_request
in interface org.omg.CORBA.Object
public org.omg.CORBA.Request _create_request(org.omg.CORBA.Context ctx, java.lang.String operation, org.omg.CORBA.NVList arg_list, org.omg.CORBA.NamedValue result, org.omg.CORBA.ExceptionList exclist, org.omg.CORBA.ContextList ctxlist)
_create_request
in interface org.omg.CORBA.Object
public org.omg.CORBA.Object _duplicate()
_duplicate
in interface org.omg.CORBA.Object
public org.omg.CORBA.DomainManager[] _get_domain_managers()
_get_domain_managers
in interface org.omg.CORBA.Object
public org.omg.CORBA.Policy _get_policy(int policy_type)
_get_policy
in interface org.omg.CORBA.Object
public int _hash(int maximum)
_hash
in interface org.omg.CORBA.Object
public boolean _is_equivalent(org.omg.CORBA.Object other)
_is_equivalent
in interface org.omg.CORBA.Object
public void _release()
_release
in interface org.omg.CORBA.Object
public org.omg.CORBA.Request _request(java.lang.String operation)
_request
in interface org.omg.CORBA.Object
public org.omg.CORBA.Object _set_policy_override(org.omg.CORBA.Policy[] policies, org.omg.CORBA.SetOverrideType set_add)
_set_policy_override
in interface org.omg.CORBA.Object
public void setProcessStream(java.io.InputStream is, java.lang.String prefix)