Index of all Fields and Methods
All Packages  Class Hierarchy

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Index of all Fields and Methods

A

_available(). Method in interface horb.orb.Proxy
return true if the previously issued asynchronous method call has completed.
_connect(HorbURL, String, String). Method in interface horb.orb.Proxy
connect this proxy to an object that is designated by objectURL with given username and password.
_getIOCI(). Method in interface horb.orb.Proxy
Returns IOCI object.
_getMajorVersion(). Method in interface horb.orb.Proxy
Returns major version number of this proxy class.
_getMinorVersion(). Method in interface horb.orb.Proxy
Returns minor version number of this proxy class.
_getObjectURL(). Method in interface horb.orb.Proxy
Returns URL of the remote object.
_getThreadName(). Method in interface horb.orb.Proxy
Returns thread name of the remote HORB thread.
_invite(HorbURL, String, String). Method in interface horb.orb.Proxy
invite a server object to connect to an object (invitor).
_invited(IOCI, HorbURL, String, String). Method in interface horb.orb.Proxy
(Internal) setup connection to invited path.
_recvInstance(IOCI, Object, boolean, Goldberg, byte). Method in interface horb.orb.Proxy
(Internal) Receives an object of this type and returns the object.
_release(). Method in interface horb.orb.Proxy
Releases the connection to the remote object.
_sendInstance(IOCI, Object, Loopy, byte). Method in interface horb.orb.Proxy
(Internal) Sends an object 'o' that is this type, to ioci.
_setHandler(AsyncMethodHandler, int). Method in interface horb.orb.Proxy
Set asynchronous method call handler.
_setIOCI(IOCI). Method in interface horb.orb.Proxy
Set new IOCI object.
_wait(long). Method in interface horb.orb.Proxy
wait for completion of the previously issued asynchronous method call.

A

accept(long). Method in interface horb.orb.Skeleton
accept invitation.
acceptClassNo(). Method in interface horb.orb.IOCI
receive a class number
acceptClassNo(). Method in class horb.orb.IOCICommon
acceptMethod(). Method in interface horb.orb.IOCI
receive a method number
acceptMethod(). Method in class horb.orb.IOCICommon
ACL_NO_PERMISSION. Static variable in interface horb.orb.ACL
ACL_NOT_CHANGED. Static variable in interface horb.orb.ACL
ACL_NOT_FOUND. Static variable in interface horb.orb.ACL
ACL_NOT_REDISTRIBUTABLE. Static variable in interface horb.orb.ACL
ACL_OK. Static variable in interface horb.orb.ACL
ArgumentException(Exception). Constructor for class horb.orb.ArgumentException
ArgumentException(String). Constructor for class horb.orb.ArgumentException
available(). Method in class horb.orb.BasicIOCI
return number of bytes available without blocking.
available(). Method in class horb.orb.FileIOCI
return number of bytes available without blocking.
available(). Method in interface horb.orb.IOCIService
return number of bytes available without blocking.

B

BasicIOCI(). Constructor for class horb.orb.BasicIOCI

C

checkHost_Local(String, IOCIService). Method in interface horb.orb.ACL
check access permission for a host.
checkHostUser_Local(String, IOCIService). Method in interface horb.orb.ACL
check access permission for host and user.
checkUser_Local(String, IOCIService). Method in interface horb.orb.ACL
check access permission for a user.
className. Variable in class horb.orb.FofInfo
class name of stored the object
className. Variable in class horb.orb.ObjectStatus
fully qualified class name or interface name.
classNo. Variable in class horb.orb.ThreadStatus
class number of the currently being called method.
clientName. Variable in class horb.orb.ThreadStatus
client's hostname.
connect(HorbURL, String, short, short, String, String). Method in interface horb.orb.IOCI
connect to an object.
connect(HorbURL, String, short, short, String, String). Method in class horb.orb.IOCICommon
connect to object.
connectObject(HorbURL, String, short, short, String, String). Method in interface horb.orb.IOCI
connect to an existing remote object.
connectObject(HorbURL, String, short, short, String, String). Method in class horb.orb.IOCICommon
connect to an existing remote object.
connectServer(String, int). Method in class horb.orb.BasicIOCI
connectServer(String, int). Method in class horb.orb.FileIOCI
don't call this directly.
connectServer(String, int). Method in interface horb.orb.IOCI
connect to a server.
connectServer(String, int). Method in class horb.orb.IOCICommon
copy(String, String). Method in interface horb.orb.ObjectStorage
copy a file from fname1 to fname2.
createObject(HorbURL, String, short, short, String, String). Method in interface horb.orb.IOCI
create a new remote object.
createObject(HorbURL, String, short, short, String, String). Method in class horb.orb.IOCICommon
create a new remote object.
createTime. Variable in class horb.orb.FofInfo
creation time
currentTime. Variable in class horb.orb.ObjectStatus
current time on the server system.
currentTime. Variable in class horb.orb.ServerStatus
current time on the server system.
currentTime. Variable in class horb.orb.ThreadStatus
the time of request.

D

daemon. Variable in class horb.orb.ObjectStatus
true if this is a daemon object (registered by registerInstance()).
debug. Variable in class horb.orb.IOCICommon
debug. Variable in class horb.orb.ServerStatus
debugging condition.
debugging(). Static method in class horb.orb.HORBServer
returns debugging flag of the HORB server for the current thread.
delete(String). Method in interface horb.orb.ObjectStorage
delete a file.
dispatch(IOCI, short, short). Method in interface horb.orb.Skeleton
(internal) Method dispatcher.

E

equals(HorbURL). Method in class horb.orb.HorbURL
Returns true if two URLs are equal.
exists(String). Method in interface horb.orb.ObjectStorage
Returns true if the file exists.

F

FileIOCI(). Constructor for class horb.orb.FileIOCI
FileIOCI(File). Constructor for class horb.orb.FileIOCI
create FileIOCI for the File.
FileIOCI(HorbURL). Constructor for class horb.orb.FileIOCI
create FileIOCI for the URL.
FileIOCI(String). Constructor for class horb.orb.FileIOCI
create FileIOCI for the filename.
finalize(). Method in class horb.orb.BasicIOCI
finalize(). Method in class horb.orb.FileIOCI
don't call this directly.
FofInfo(). Constructor for class horb.orb.FofInfo
FofInfo(IOCI, String, Object). Constructor for class horb.orb.FofInfo

G

get(). Method in class horb.orb.ObjectStatus
get(). Method in class horb.orb.ServerStatus
get(). Method in class horb.orb.ThreadStatus
getAddress(). Method in class horb.orb.BasicIOCI
getAddress(). Method in class horb.orb.FileIOCI
don't call this directly.
getAddress(). Method in interface horb.orb.IOCIService
returns peer's network address.
getClientHostName(). Static method in class horb.orb.HORBServer
returns current client's hostname.
getClientHostName_Local(). Method in interface horb.orb.HORBAgent
returns hostname of the client for this HORB thread.
getClientInetAddress(). Static method in class horb.orb.HORBServer
returns current client's IP address.
getClientInetAddress_Local(). Method in interface horb.orb.HORBAgent
returns IP address of the client for this HORB thread.
getClientNetAddress(). Static method in class horb.orb.HORBServer
getClientNetAddress_Local(). Method in interface horb.orb.HORBAgent
returns network address of the client for this HORB thread.
getCurrentPort(). Static method in class horb.orb.HORBServer
return the current port connecting to the client.
getFofInfo(). Method in class horb.orb.FileIOCI
return information of the fof file.
getHORBServer(). Static method in class horb.orb.HORBServer
returns HORB server for the current thread
getHORBServer(int). Static method in class horb.orb.HORBServer
returns HORB server for the port.
getHost(). Method in class horb.orb.HorbURL
Returns HostName.
getHostName(). Method in class horb.orb.BasicIOCI
getHostName(). Method in class horb.orb.FileIOCI
don't call this directly.
getHostName(). Method in interface horb.orb.IOCIService
returns peer's hostname.
getInetAddress(). Method in class horb.orb.BasicIOCI
get client's IP address.
getIOCIClass(). Static method in class horb.orb.HORB
Get current default IOCI class.
getIOCIClassName(). Static method in class horb.orb.HORB
Get current default IOCI class.
getIOCIService(). Static method in class horb.orb.HORBServer
return the current IOCI object of the current thread.
getList(String, long, boolean). Method in interface horb.orb.ACL
(Internal) get an ACL file.
getLocalAddress(). Method in class horb.orb.BasicIOCI
getLocalAddress(). Method in class horb.orb.FileIOCI
don't call this directly.
getLocalAddress(). Method in interface horb.orb.IOCIService
returns the network address of the local host.
getLocalHostName(). Method in class horb.orb.BasicIOCI
getLocalHostName(). Method in class horb.orb.FileIOCI
returns current local hostname
getLocalHostName(). Static method in class horb.orb.HORBServer
returns local hostname.
getLocalHostName(). Method in interface horb.orb.IOCIService
returns the hostname of the local host.
getLocalInetAddress(). Method in class horb.orb.BasicIOCI
getLocalInetAddress(). Static method in class horb.orb.HORBServer
returns IP address of the local host.
getLocalNetAddress(). Static method in class horb.orb.HORBServer
returns network address of the local host in byte array.
getMajorVersion(). Method in class horb.orb.BasicIOCI
getMajorVersion(). Method in class horb.orb.FileIOCI
returns major version of this implementation.
getMajorVersion(). Method in interface horb.orb.IOCI
return major version number of this IOCI.
getMajorVersion(). Method in interface horb.orb.IOCIService
get the major version number of this IOCI.
getMajorVersion(). Method in interface horb.orb.Skeleton
Returns major version number of this proxy class.
getMinorVersion(). Method in class horb.orb.BasicIOCI
getMinorVersion(). Method in class horb.orb.FileIOCI
returns minor version of this implementation.
getMinorVersion(). Method in interface horb.orb.IOCI
return minor version number of this IOCI.
getMinorVersion(). Method in interface horb.orb.IOCIService
get the major version number of this IOCI.
getMinorVersion(). Method in interface horb.orb.Skeleton
Returns minor version number of this proxy class.
getNumArgs(). Method in interface horb.orb.IOCI
receive the number of arguments for a method
getNumArgs(). Method in class horb.orb.IOCICommon
getObject(). Method in interface horb.orb.Skeleton
(internal) get an object of this skeleton.
getObject(String). Static method in class horb.orb.HORBServer
return registered object having the requested objectID.
getObjectID(). Method in interface horb.orb.HORBAgent
returns objectID of the current thread.
getObjectID(). Method in class horb.orb.HorbURL
Return objectID.
getObjectStatus(). Method in interface horb.orb.HORBAgent
returns status of HORB objects.
getObjectStatus(String). Method in interface horb.orb.HORBAgent
returns status of a specific HORB object.
getPort(). Static method in class horb.orb.HORB
Returns current default port number for IOCI.
getPort(). Static method in class horb.orb.HORBClient
Returns current default port number for IOCI.
getPort(). Method in class horb.orb.HorbURL
Returns PortNo.
getPriority2(). Static method in class horb.orb.HORBServer
returns the current thread's priority.
getPriorityHORBThread(String). Method in interface horb.orb.HORBAgent
get priority of a HORB thread.
getProperty(int, Object). Method in class horb.orb.BasicIOCI
get property of BasicIOCI.
getProperty(int, Object). Method in class horb.orb.FileIOCI
get property of FileIOCI.
getProperty(int, Object). Method in class horb.orb.IOCICommon
getProperty(int, Object). Method in interface horb.orb.IOCIService
get properties of IOCI.
getProtocol(). Method in class horb.orb.HorbURL
Returns Protcol.
getProtocol(String). Method in class horb.orb.HorbURL
Set Protcol name.
getRef(). Method in class horb.orb.HorbURL
Return ref.
getServerStatus(). Method in interface horb.orb.HORBAgent
returns status of all HORB servers.
getServerStatus(int). Method in interface horb.orb.HORBAgent
returns status of a HORB server serving the port.
getSignature(). Method in class horb.orb.BasicIOCI
getSignature(). Method in class horb.orb.FileIOCI
getSignature(). Method in interface horb.orb.IOCI
return signature of this IOCI.
getSkeleton(). Static method in class horb.orb.HORBServer
returns skeleton object of the current server thread.
getSystemACL(). Static method in class horb.orb.HORBServer
return sytem ACL server.
getThreadName(). Method in class horb.orb.IOCICommon
getThreadName(). Method in interface horb.orb.IOCIService
returns the thread name of the remote object.
getThreadStatus(). Method in interface horb.orb.HORBAgent
returns status of threads of all HORB object.
getThreadStatus(String). Method in interface horb.orb.HORBAgent
returns status of threads of a HORB object.
getURL(). Method in class horb.orb.HorbURL
Returns string representation of this URL.
getUsername(). Static method in class horb.orb.HORBServer
return username of the client.
getUsername(). Method in class horb.orb.IOCICommon
return username of the client.
getUsername(). Method in interface horb.orb.IOCIService
return username.
getValue_Local(String). Method in interface horb.orb.ACL
return value of the key.

H

HORB(). Constructor for class horb.orb.HORB
Start Client HORB for default port number.
HORB(boolean). Constructor for class horb.orb.HORB
Start HORB for default port.
HORB(boolean, int). Constructor for class horb.orb.HORB
Start HORB for port.
HORB(boolean, int, String). Constructor for class horb.orb.HORB
Start HORB for port.
HORBClient(). Constructor for class horb.orb.HORBClient
HORBException(Exception). Constructor for class horb.orb.HORBException
HORBException(String). Constructor for class horb.orb.HORBException
HORBServer(int). Constructor for class horb.orb.HORBServer
Start a new HORB Server for the specified port.
HORBServer(int, String, String). Constructor for class horb.orb.HORBServer
Start a new HORB Server for the specified port.
HORBServer(ServerStatus). Constructor for class horb.orb.HORBServer
Starts a new HORB Server with the specified characteristics in serverStatus.
HorbURL(). Constructor for class horb.orb.HorbURL
This constructor creates default URL.
HorbURL(HorbURL). Constructor for class horb.orb.HorbURL
create a new URL from existing URL.
HorbURL(HorbURL, String). Constructor for class horb.orb.HorbURL
create a new URL from existing URL and an objectID.
HorbURL(String). Constructor for class horb.orb.HorbURL
Create an URL for an existing or an unexisting HORB object.
HorbURL(String, int, String). Constructor for class horb.orb.HorbURL
Create an URL for an existing or an unexisting HORB object.
HorbURL(String, String). Constructor for class horb.orb.HorbURL
Create an URL for an existing or an unexisting HORB object.
host. Variable in class horb.orb.HorbURL
host. Variable in class horb.orb.IOCICommon
hostname. Variable in class horb.orb.FofInfo
hostname
hostnameLookup. Variable in class horb.orb.ServerStatus
true if hostname lookup.

I

implementation. Variable in class horb.orb.ObjectStatus
fully qualified class name of the implementation.
invite(HorbURL, HorbURL, String, String). Method in interface horb.orb.IOCI
invite a server object to a client object.
invite(HorbURL, HorbURL, String, String). Method in class horb.orb.IOCICommon
invite a server object to a client object.
invite(HorbURL, String, HorbURL, IOCI, String, String). Method in class horb.orb.HORBServer
This is an internal method.
invite2(HorbURL, String, HorbURL, String, String, String). Method in interface horb.orb.IOCI
invite a server object to a client object, second part.
invite2(HorbURL, String, HorbURL, String, String, String). Method in class horb.orb.IOCICommon
invite a server object to a client object, second part.
invited(Proxy). Method in interface horb.orb.Skeleton
(internal) Tells the invitation has come.
invited(String, HorbURL, short, short, String, String). Method in interface horb.orb.IOCI
connect to the client.
invited(String, HorbURL, short, short, String, String). Method in class horb.orb.IOCICommon
IOCI_major_version. Variable in class horb.orb.IOCIInfo
major version number of IOCI
IOCI_major_version. Variable in class horb.orb.ServerStatus
major version of IOCI
IOCI_minor_version. Variable in class horb.orb.IOCIInfo
minor version number of IOCI
IOCI_minor_version. Variable in class horb.orb.ServerStatus
minor version of IOCI
IOCIClass. Variable in class horb.orb.IOCIInfo
File IOCI class name
IOCIClassName. Variable in class horb.orb.ServerStatus
system's IOCI class.
IOCICommon(). Constructor for class horb.orb.IOCICommon
IOCIException(Exception). Constructor for class horb.orb.IOCIException
IOCIException(String). Constructor for class horb.orb.IOCIException
IOCIInfo(). Constructor for class horb.orb.IOCIInfo
IOCIInfo(IOCI). Constructor for class horb.orb.IOCIInfo
is. Variable in class horb.orb.BasicIOCI
is. Variable in class horb.orb.FileIOCI
isAsyncMethodEnd(). Method in interface horb.orb.IOCI
isAsyncMethodEnd(). Method in class horb.orb.IOCICommon
isConnected(). Method in class horb.orb.BasicIOCI
return true if connected.
isConnected(). Method in class horb.orb.FileIOCI
don't call this directly.
isConnected(). Method in class horb.orb.IOCICommon
isConnected(). Method in interface horb.orb.IOCIService
true if connection is connected normally.
isHORBServerDebugging(). Method in interface horb.orb.HORBAgent
returns debugging flag of the HORB server for the current thread.
isHORBServerDebugging(int). Method in interface horb.orb.HORBAgent
returns debugging flag of the HORB server for the port.
isInvited(). Method in interface horb.orb.Skeleton
returns true if already invited.
isLocked(String). Method in interface horb.orb.ObjectStorage
Returns locking condition of a file.

K

kick(). Method in class horb.orb.BasicIOCI
kick(). Method in class horb.orb.FileIOCI
don't call this directly.
kick(). Method in interface horb.orb.IOCI
flush the output buffer to cause actual send
kick(). Method in class horb.orb.IOCICommon

L

lastClassNo. Variable in class horb.orb.ThreadStatus
class number of the lastly called method.
lastMethodNo. Variable in class horb.orb.ThreadStatus
method number of the lastly called method.
lastUsedTime. Variable in class horb.orb.ObjectStatus
time when last connection was made.
lastUsedTime. Variable in class horb.orb.ServerStatus
time when last connection was made.
list(PrintStream). Method in class horb.orb.FofInfo
list(PrintStream). Method in class horb.orb.IOCIInfo
list(PrintStream). Method in class horb.orb.ObjectStatus
list(PrintStream). Method in class horb.orb.ServerStatus
list(PrintStream). Method in class horb.orb.ThreadStatus
load(). Method in class horb.orb.FileIOCI
load object.
loadObject(String). Method in interface horb.orb.ObjectStorage
returns an object from a given filename.
LOC_FILE. Static variable in interface horb.orb.IOCI
object is transfered to/from file.
LOC_NETWORK. Static variable in interface horb.orb.IOCI
object is transfered to/from network.
lock(String, long). Method in interface horb.orb.ObjectStorage
get lock of a file.
logFile. Variable in class horb.orb.ServerStatus
log file.
logging. Variable in class horb.orb.ServerStatus
logging condition.
loopyCheck. Variable in class horb.orb.IOCICommon

M

magic. Variable in class horb.orb.IOCIInfo
main(String[]). Static method in class horb.orb.HORBServer
HORB.exe HORB Server entry point.
major_version. Static variable in class horb.orb.BasicIOCI
major version number
major_version. Static variable in class horb.orb.FileIOCI
major_version. Variable in class horb.orb.FofInfo
major version number of the class
major_version. Static variable in class horb.orb.HORB
major_version. Variable in class horb.orb.ServerStatus
major version of the HORB System
major_version. Variable in class horb.orb.ThreadStatus
major version number of peer proxy class.
makeTemporaryFileName(). Method in interface horb.orb.ObjectStorage
returns a temporary filename.
maxThreads. Variable in class horb.orb.ObjectStatus
maximum number of threads ever made
methodNo. Variable in class horb.orb.ThreadStatus
method number of the currently being called method.
minor_version. Static variable in class horb.orb.BasicIOCI
minor version number
minor_version. Static variable in class horb.orb.FileIOCI
minor_version. Variable in class horb.orb.FofInfo
minor version number of the class
minor_version. Static variable in class horb.orb.HORB
minor_version. Variable in class horb.orb.ServerStatus
minor version of the HORB System
minor_version. Variable in class horb.orb.ThreadStatus
minor version number of peer proxy class.

N

name. Variable in class horb.orb.ServerStatus
name of this server
netAddress. Variable in class horb.orb.IOCICommon
netAddress. Variable in class horb.orb.ThreadStatus
client's network address (e.g.
NetException(Exception). Constructor for class horb.orb.NetException
NetException(String). Constructor for class horb.orb.NetException
NoMethodException(Exception). Constructor for class horb.orb.NoMethodException
NoMethodException(String). Constructor for class horb.orb.NoMethodException
NoObjectException(Exception). Constructor for class horb.orb.NoObjectException
NoObjectException(String). Constructor for class horb.orb.NoObjectException
NoPermissionException(Exception). Constructor for class horb.orb.NoPermissionException
NoPermissionException(String). Constructor for class horb.orb.NoPermissionException
numConnect. Variable in class horb.orb.ObjectStatus
number of connections (clients) ever built
numObject. Variable in class horb.orb.ServerStatus
number of object the server has now.
numThread. Variable in class horb.orb.ObjectStatus
current number of clients this object has.
numThread. Variable in class horb.orb.ServerStatus
number of threads (client connections) the server has now.

O

OBJ_CAST. Static variable in interface horb.orb.IOCI
usual instance, but casted to something is passed.
OBJ_INST. Static variable in interface horb.orb.IOCI
usual instance is passed.
OBJ_LOOPY. Static variable in interface horb.orb.IOCI
looped object is passed.
OBJ_NO_PROXY. Static variable in interface horb.orb.IOCI
no proxy class was found.
OBJ_NULL. Static variable in interface horb.orb.IOCI
null instance is passed.
OBJ_REF. Static variable in interface horb.orb.IOCI
remote object reference is passed.
OBJ_STRING. Static variable in interface horb.orb.IOCI
String is passed.
objectID. Variable in class horb.orb.HorbURL
objectID. Variable in class horb.orb.ObjectStatus
object name.
objectID. Variable in class horb.orb.ThreadStatus
object ID of this thread.
ObjectStatus(). Constructor for class horb.orb.ObjectStatus
ORB_CLOSE. Static variable in interface horb.orb.IOCI
disconnect to the object.
ORB_CONNECT_TO_INSTANCE. Static variable in interface horb.orb.IOCI
connect to existent object.
ORB_CREATE_INSTANCE. Static variable in interface horb.orb.IOCI
create a new object.
ORB_INVITE_TO_INSTANCE. Static variable in interface horb.orb.IOCI
invite a server object to access a client object.
os. Variable in class horb.orb.BasicIOCI
os. Variable in class horb.orb.FileIOCI

P

passwd. Variable in class horb.orb.IOCICommon
port. Variable in class horb.orb.HorbURL
port. Variable in class horb.orb.IOCICommon
port. Variable in class horb.orb.ObjectStatus
port number of this object.
port. Variable in class horb.orb.ServerStatus
port number the server serves.
port. Variable in class horb.orb.ThreadStatus
port of this thread
PREAMBLE. Static variable in interface horb.orb.IOCI
preamble for each remote method call
priority. Variable in class horb.orb.ThreadStatus
threads' priority
PROP_ANSWER. Static variable in interface horb.orb.IOCIService
answer is needed.
PROP_DEBUG. Static variable in interface horb.orb.IOCIService
turn on debug flag of the IOCI object.
PROP_LOOP_CHECK. Static variable in interface horb.orb.IOCIService
loop check on.
PROP_NO_ANSWER. Static variable in interface horb.orb.IOCIService
no answer is needed.
PROP_NO_DEBUG. Static variable in interface horb.orb.IOCIService
turn off debug flag.
PROP_NO_LOOP_CHECK. Static variable in interface horb.orb.IOCIService
no loop check.
PROP_NO_STRICT. Static variable in interface horb.orb.IOCIService
no strict check
PROP_STRICT. Static variable in interface horb.orb.IOCIService
strict check.
PROP_USER. Static variable in interface horb.orb.IOCIService
users can use number from this to manipulate users IOCI.
protocol. Variable in class horb.orb.HorbURL
ProxyException(Exception). Constructor for class horb.orb.ProxyException
ProxyException(String). Constructor for class horb.orb.ProxyException

R

raiseIfException(short, String). Method in interface horb.orb.IOCI
raise exception according to status
raiseIfException(short, String). Method in class horb.orb.IOCICommon
raise exception according to status
recvBoolean(). Method in class horb.orb.BasicIOCI
recvBoolean(). Method in class horb.orb.FileIOCI
don't call this directly.
recvBoolean(). Method in interface horb.orb.IOCI
receive a boolean
recvBooleanArray(). Method in class horb.orb.BasicIOCI
recvBooleanArray(). Method in class horb.orb.FileIOCI
don't call this directly.
recvBooleanArray(). Method in interface horb.orb.IOCI
receive an array of booleans
recvByte(). Method in class horb.orb.BasicIOCI
recvByte(). Method in class horb.orb.FileIOCI
don't call this directly.
recvByte(). Method in interface horb.orb.IOCI
receive a byte
recvByte(). Method in class horb.orb.IOCICommon
recvByteArray(). Method in class horb.orb.BasicIOCI
recvByteArray(). Method in class horb.orb.FileIOCI
don't call this directly.
recvByteArray(). Method in interface horb.orb.IOCI
receive an array of bytes
recvChar(). Method in class horb.orb.BasicIOCI
recvChar(). Method in class horb.orb.FileIOCI
don't call this directly.
recvChar(). Method in interface horb.orb.IOCI
receive a char
recvCharArray(). Method in class horb.orb.BasicIOCI
recvCharArray(). Method in class horb.orb.FileIOCI
don't call this directly.
recvCharArray(). Method in interface horb.orb.IOCI
receive an array of chars
recvConnectObject(). Method in interface horb.orb.IOCI
receiver part of connectObject().
recvConnectObject(). Method in class horb.orb.IOCICommon
receiver part of connectObject().
recvConnectServer(). Method in class horb.orb.BasicIOCI
don't call this directly.
recvConnectServer(). Method in class horb.orb.FileIOCI
don't cll this directly.
recvConnectServer(). Method in interface horb.orb.IOCI
receive connect request from client.
recvCreateObject(). Method in interface horb.orb.IOCI
receiver part of createObject().
recvCreateObject(). Method in class horb.orb.IOCICommon
receiver part of createObject().
recvDouble(). Method in class horb.orb.BasicIOCI
recvDouble(). Method in class horb.orb.FileIOCI
don't call this directly.
recvDouble(). Method in interface horb.orb.IOCI
receive a double
recvDoubleArray(). Method in class horb.orb.BasicIOCI
recvDoubleArray(). Method in class horb.orb.FileIOCI
don't call this directly.
recvDoubleArray(). Method in interface horb.orb.IOCI
receive an array of doubles
recvFloat(). Method in class horb.orb.BasicIOCI
recvFloat(). Method in class horb.orb.FileIOCI
don't call this directly.
recvFloat(). Method in interface horb.orb.IOCI
receive a float
recvFloatArray(). Method in class horb.orb.BasicIOCI
recvFloatArray(). Method in class horb.orb.FileIOCI
don't call this directly.
recvFloatArray(). Method in interface horb.orb.IOCI
receive an array of floats
recvInt(). Method in class horb.orb.BasicIOCI
recvInt(). Method in class horb.orb.FileIOCI
don't call this directly.
recvInt(). Method in interface horb.orb.IOCI
receive an int
recvInt(). Method in class horb.orb.IOCICommon
recvIntArray(). Method in class horb.orb.BasicIOCI
recvIntArray(). Method in class horb.orb.FileIOCI
don't call this directly.
recvIntArray(). Method in interface horb.orb.IOCI
receive an array of ints
recvInvite(). Method in interface horb.orb.IOCI
receiver part of invite().
recvInvite(). Method in class horb.orb.IOCICommon
receiver part of invite().
recvLong(). Method in class horb.orb.BasicIOCI
recvLong(). Method in class horb.orb.FileIOCI
don't call this directly.
recvLong(). Method in interface horb.orb.IOCI
receive a long
recvLongArray(). Method in class horb.orb.BasicIOCI
recvLongArray(). Method in class horb.orb.FileIOCI
don't call this directly.
recvLongArray(). Method in interface horb.orb.IOCI
receive an array of longs
recvObject(String, Goldberg). Method in class horb.orb.BasicIOCI
recvObject(String, Goldberg). Method in class horb.orb.FileIOCI
recvObject(String, Goldberg). Method in interface horb.orb.IOCI
Receives an object.
recvObject(String, Goldberg, byte). Method in class horb.orb.IOCICommon
Receives an object.
recvPreamble(). Method in interface horb.orb.IOCI
receive a preamble
recvPreamble(). Method in class horb.orb.IOCICommon
recvShort(). Method in class horb.orb.BasicIOCI
recvShort(). Method in class horb.orb.FileIOCI
don't call this directly.
recvShort(). Method in interface horb.orb.IOCI
receive a short
recvShort(). Method in class horb.orb.IOCICommon
recvShortArray(). Method in class horb.orb.BasicIOCI
recvShortArray(). Method in class horb.orb.FileIOCI
don't call this directly.
recvShortArray(). Method in interface horb.orb.IOCI
receive an array of shorts
recvStatus(). Method in interface horb.orb.IOCI
receive a status of execution
recvStatus(). Method in class horb.orb.IOCICommon
receive a status of execution
recvStatusNoCheck(). Method in interface horb.orb.IOCI
receive a status of execution without status check
recvStatusNoCheck(). Method in class horb.orb.IOCICommon
receive a status of execution without status check
recvString(). Method in class horb.orb.BasicIOCI
recvString(). Method in class horb.orb.FileIOCI
don't call this directly.
recvString(). Method in interface horb.orb.IOCI
receive a string
recvString(). Method in class horb.orb.IOCICommon
recvStringArray(). Method in class horb.orb.BasicIOCI
recvStringArray(). Method in class horb.orb.FileIOCI
don't call this directly.
recvStringArray(). Method in interface horb.orb.IOCI
receive an array of strings
ref. Variable in class horb.orb.HorbURL
refresh(). Method in interface horb.orb.ACL
refresh ACL.
registerObject(String, Object, String). Static method in class horb.orb.HORBServer
Register the instance of className as a HORB object.
registerObject(String, Object, String, int). Static method in class horb.orb.HORBServer
Register an instance of className for port.
release(). Method in class horb.orb.BasicIOCI
release(). Method in class horb.orb.FileIOCI
release connection.
release(). Method in class horb.orb.IOCICommon
release(). Method in interface horb.orb.IOCIService
release the connection.
releaseLevel. Static variable in class horb.orb.HORB
RemoteException(Exception). Constructor for class horb.orb.RemoteException
RemoteException(String). Constructor for class horb.orb.RemoteException
rename(String, String). Method in interface horb.orb.ObjectStorage
rename a file.
request(). Method in interface horb.orb.IOCI
issue a request.
request(). Method in class horb.orb.IOCICommon
requests. Variable in class horb.orb.ThreadStatus
number of calls for methods.
reserve1. Variable in class horb.orb.FofInfo
reserved
restart(). Method in interface horb.orb.Restartable
restart a revived object.
resumeHORBThread(String). Method in interface horb.orb.HORBAgent
resume a HORB thread.
resumeObject(String). Method in interface horb.orb.HORBAgent
resume acception of connections to an object.
run(). Method in class horb.orb.HORBServer
main loop of HORB Server.
run(). Method in class horb.orb.IOCICommon
receive status with blocking for an asynchronous method call.
run(int). Method in interface horb.orb.AsyncMethodHandler
Entry point of asynchronous method call handler.

S

save(Object). Method in class horb.orb.FileIOCI
save object.
saveObject(Object, String). Method in interface horb.orb.ObjectStorage
save an object as a given filename.
selectMethod(int, int, int). Method in interface horb.orb.IOCI
select a remote method
selectMethod(int, int, int). Method in class horb.orb.IOCICommon
sendBoolean(boolean). Method in class horb.orb.BasicIOCI
sendBoolean(boolean). Method in class horb.orb.FileIOCI
don't call this directly.
sendBoolean(boolean). Method in interface horb.orb.IOCI
send a boolean
sendBooleanArray(boolean[]). Method in class horb.orb.BasicIOCI
sendBooleanArray(boolean[]). Method in class horb.orb.FileIOCI
don't call this directly.
sendBooleanArray(boolean[]). Method in interface horb.orb.IOCI
send an array of booleans
sendByte(byte). Method in class horb.orb.BasicIOCI
sendByte(byte). Method in class horb.orb.FileIOCI
don't call this directly.
sendByte(byte). Method in interface horb.orb.IOCI
send a byte
sendByte(byte). Method in class horb.orb.IOCICommon
sendByteArray(byte[]). Method in class horb.orb.BasicIOCI
sendByteArray(byte[]). Method in class horb.orb.FileIOCI
don't call this directly.
sendByteArray(byte[]). Method in interface horb.orb.IOCI
send an array of bytes
sendChar(char). Method in class horb.orb.BasicIOCI
sendChar(char). Method in class horb.orb.FileIOCI
don't call this directly.
sendChar(char). Method in interface horb.orb.IOCI
send a char
sendCharArray(char[]). Method in class horb.orb.BasicIOCI
sendCharArray(char[]). Method in class horb.orb.FileIOCI
don't call this directly.
sendCharArray(char[]). Method in interface horb.orb.IOCI
send an array of chars
sendDouble(double). Method in class horb.orb.BasicIOCI
sendDouble(double). Method in class horb.orb.FileIOCI
don't call this directly.
sendDouble(double). Method in interface horb.orb.IOCI
send a double
sendDoubleArray(double[]). Method in class horb.orb.BasicIOCI
sendDoubleArray(double[]). Method in class horb.orb.FileIOCI
don't call this directly.
sendDoubleArray(double[]). Method in interface horb.orb.IOCI
send an array of doubles
sendFloat(float). Method in class horb.orb.BasicIOCI
sendFloat(float). Method in class horb.orb.FileIOCI
don't call this directly.
sendFloat(float). Method in interface horb.orb.IOCI
send a float
sendFloatArray(float[]). Method in class horb.orb.BasicIOCI
sendFloatArray(float[]). Method in class horb.orb.FileIOCI
don't call this directly.
sendFloatArray(float[]). Method in interface horb.orb.IOCI
send an array of floats
sendInt(int). Method in class horb.orb.BasicIOCI
sendInt(int). Method in class horb.orb.FileIOCI
don't call this directly.
sendInt(int). Method in interface horb.orb.IOCI
send an int
sendInt(int). Method in class horb.orb.IOCICommon
sendIntArray(int[]). Method in class horb.orb.BasicIOCI
sendIntArray(int[]). Method in class horb.orb.FileIOCI
don't call this directly.
sendIntArray(int[]). Method in interface horb.orb.IOCI
send an array of ints
sendIOCISignature(). Method in class horb.orb.BasicIOCI
send signature of IOCI
sendIOCISignature(). Method in class horb.orb.FileIOCI
don't call this directly.
sendIOCISignature(). Method in interface horb.orb.IOCI
send signature of IOCI
sendIOCISignature(). Method in class horb.orb.IOCICommon
sendLong(long). Method in class horb.orb.BasicIOCI
sendLong(long). Method in class horb.orb.FileIOCI
don't call this directly.
sendLong(long). Method in interface horb.orb.IOCI
send a long
sendLongArray(long[]). Method in class horb.orb.BasicIOCI
sendLongArray(long[]). Method in class horb.orb.FileIOCI
don't call this directly.
sendLongArray(long[]). Method in interface horb.orb.IOCI
send an array of longs
sendObject(Object, String, Loopy). Method in class horb.orb.BasicIOCI
sendObject(Object, String, Loopy). Method in class horb.orb.FileIOCI
sendObject(Object, String, Loopy). Method in interface horb.orb.IOCI
Sends a object.
sendObject(Object, String, Loopy, byte). Method in class horb.orb.IOCICommon
Sends a object.
sendShort(short). Method in class horb.orb.BasicIOCI
sendShort(short). Method in class horb.orb.FileIOCI
don't call this directly.
sendShort(short). Method in interface horb.orb.IOCI
send a short
sendShort(short). Method in class horb.orb.IOCICommon
sendShortArray(short[]). Method in class horb.orb.BasicIOCI
sendShortArray(short[]). Method in class horb.orb.FileIOCI
don't call this directly.
sendShortArray(short[]). Method in interface horb.orb.IOCI
send an array of shorts
sendStatus(short). Method in interface horb.orb.IOCI
send status of method call.
sendStatus(short). Method in class horb.orb.IOCICommon
send status of method call.
sendString(String). Method in class horb.orb.BasicIOCI
sendString(String). Method in class horb.orb.FileIOCI
don't call this directly.
sendString(String). Method in interface horb.orb.IOCI
send a string
sendString(String). Method in class horb.orb.IOCICommon
sendStringArray(String[]). Method in class horb.orb.BasicIOCI
sendStringArray(String[]). Method in class horb.orb.FileIOCI
don't call this directly.
sendStringArray(String[]). Method in interface horb.orb.IOCI
send an array of Strings
serverAccept(int). Method in class horb.orb.BasicIOCI
accept a connect request.
serverAccept(int). Method in class horb.orb.FileIOCI
don't call this directly.
serverAccept(int). Method in interface horb.orb.IOCI
accept new connection request.
serverInit(int). Method in class horb.orb.BasicIOCI
serverInit(int). Method in class horb.orb.FileIOCI
don't call this directly.
serverInit(int). Method in interface horb.orb.IOCI
initialize IOCI for server port.
ServerStatus(). Constructor for class horb.orb.ServerStatus
setHandler(AsyncMethodHandler, int). Method in interface horb.orb.IOCI
setHandler(AsyncMethodHandler, int). Method in class horb.orb.IOCICommon
setHORBServerDebug(boolean). Method in interface horb.orb.HORBAgent
set debug switch of the HORB server for the current thread.
setHORBServerDebug(int, boolean). Method in interface horb.orb.HORBAgent
set debug switch of the HORB server for the port.
setHost(String). Method in class horb.orb.HorbURL
Set HostName.
setIOCIClassName(String). Static method in class horb.orb.HORB
Set default IOCI class.
setObject(Object). Method in interface horb.orb.Skeleton
(internal) set an object to this skeleton.
setObjectID(String). Method in class horb.orb.HorbURL
Set objectID.
setPort(int). Static method in class horb.orb.HORB
Set default port number for IOCI (Inter-Object Communication).
setPort(int). Static method in class horb.orb.HORBClient
Set default port number for IOCI (Inter-Object Communication).
setPort(int). Method in class horb.orb.HorbURL
set PortNo.
setPriority2(int). Method in class horb.orb.HORBServer
set priority of currently executing thread.
setPriorityHORBThread(String, int). Method in interface horb.orb.HORBAgent
set priority of a thread.
setProperty(int, Object). Method in class horb.orb.BasicIOCI
set property of BasicIOCI.
setProperty(int, Object). Method in class horb.orb.FileIOCI
set property of FileIOCI.
setProperty(int, Object). Method in class horb.orb.IOCICommon
set propert of IOCI.
setProperty(int, Object). Method in interface horb.orb.IOCIService
set properties of IOCI.
setRef(String). Method in class horb.orb.HorbURL
Set ref.
setURL(String). Method in class horb.orb.HorbURL
parse and set URL.

Note that url should include "protocol://" in it, for example "file:///dir/file".

shutdown(). Method in interface horb.orb.Restartable
this method is called before saving the object.
signature. Static variable in class horb.orb.BasicIOCI
0xBAC1 is the signature of BasicIOCI.
signature. Static variable in class horb.orb.FileIOCI
0x4830 is the signature of FileIOCI.
startACL(AclStatus[], int). Static method in class horb.orb.HORBServer
start an ACL server for this system.
startACLMaster_Local(String). Method in interface horb.orb.ACL
start ACL Master as specified objectID.
startAsyncHandler(). Method in interface horb.orb.IOCI
startAsyncHandler(). Method in class horb.orb.IOCICommon
startRefresher(int). Method in interface horb.orb.ACL
start a autorefresher thread.
startSystemACLMaster(). Static method in class horb.orb.HORBServer
start ACL master server.
startTime. Variable in class horb.orb.ObjectStatus
time when this object was born.
startTime. Variable in class horb.orb.ServerStatus
time when this server was born.
startTime. Variable in class horb.orb.ThreadStatus
start time of this thread.
STAT_CLASS_VERSION_MISMATCH. Static variable in interface horb.orb.IOCI
class major version mismatch
STAT_EXCEPTION_IN_ARGUMENT. Static variable in interface horb.orb.IOCI
exception occured during sending arguments
STAT_EXCEPTION_IN_METHOD. Static variable in interface horb.orb.IOCI
exception occured during execution of the method
STAT_IOCI_NOT_FOUND. Static variable in interface horb.orb.IOCI
requsted IOCI class not found
STAT_IOCI_VERSION_MISMATCH. Static variable in interface horb.orb.IOCI
IOCI major version mismatch
STAT_NO_ERROR. Static variable in interface horb.orb.IOCI
method call ended with no error
STAT_NO_SUCH_METHOD. Static variable in interface horb.orb.IOCI
requested method not found
STAT_NO_SUCH_OBJECT. Static variable in interface horb.orb.IOCI
requested object or class not found
STAT_PERMISSION_ERROR. Static variable in interface horb.orb.IOCI
access is denied
STAT_PREAMBLE_MISMATCH. Static variable in interface horb.orb.IOCI
connection is not syncronized.
stop. Variable in class horb.orb.ObjectStatus
true if acceptance of connect request has been stopped.
stopACLMaster_Local(). Method in interface horb.orb.ACL
stop ACL Master.
stopHORBServer(). Method in interface horb.orb.HORBAgent
terminate the HORB server that launched the current thread.
stopHORBServer(int). Method in interface horb.orb.HORBAgent
terminate the HORB server for the port.
stopHORBThread(String). Method in interface horb.orb.HORBAgent
terminate a HORB thread.
stopObject(String). Method in interface horb.orb.HORBAgent
stop acceptance of connect requests to an object.
stopRefresher(). Method in interface horb.orb.ACL
stop the autorefresher thread
strict. Variable in class horb.orb.IOCICommon
suspendHORBThread(String). Method in interface horb.orb.HORBAgent
suspend a HORB thread.
SYSTEM_ACL_MASTER. Static variable in interface horb.orb.ACL

T

terminateHORB(int). Method in interface horb.orb.HORBAgent
terminate the HORB process.
threadEndHook(). Method in interface horb.orb.Skeleton
(internal) calls HORB server's finalize().
threadName. Variable in class horb.orb.ThreadStatus
name of this HORB thread.
ThreadStatus(). Constructor for class horb.orb.ThreadStatus
toString(). Method in class horb.orb.HorbURL
Returns string representation of this URL.

U

unlock(String). Method in interface horb.orb.ObjectStorage
Unlock file.
unRegisterObject(String). Method in interface horb.orb.HORBAgent
unregister a HORB object registered by registerObject().
unRegisterObject(String). Static method in class horb.orb.HORBServer
unregister a server object registered by registerObject().
url. Variable in class horb.orb.FofInfo
foffile URL
url. Variable in class horb.orb.IOCICommon
username. Variable in class horb.orb.FofInfo
user name
username. Variable in class horb.orb.IOCICommon
userName. Variable in class horb.orb.ThreadStatus
client's username.

V

versionCheck. Variable in class horb.orb.ServerStatus
true if check versions between proxy class and skeleton class

W

waitNoReceive(long). Method in interface horb.orb.IOCI
waitNoReceive(long). Method in class horb.orb.IOCICommon
waitNotify(). Method in class horb.orb.IOCICommon
waitReceive(long). Method in interface horb.orb.IOCI
waitReceive(long). Method in class horb.orb.IOCICommon