Oracle® Calendar SDK Java API Reference
10g Release 1 (10.1.2)

B25487-01


oracle.calendar.sdk
Class Handle

java.lang.Object
  extended byoracle.calendar.sdk.Handle


public class Handle
extends java.lang.Object

Constructor Summary
Handle()

Method Summary
void dispose()
Destroys one handle.
protected void finalize()
Destroys one handle.
java.lang.String getEmail()
Returns information about the agenda of the supplied handle.
java.lang.String getName()
Returns information about the agenda of the supplied handle.
java.lang.String getType()
Returns information about the agenda of the supplied handle.

Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

Handle

public Handle()

Method Detail

finalize

protected void finalize()
                 throws java.lang.Throwable
Destroys one handle.
Throws:
java.lang.Throwable

dispose

public void dispose()
             throws java.lang.Throwable
Destroys one handle.
Throws:
java.lang.Throwable

getName

public java.lang.String getName()
                         throws Api.StatusException
Returns information about the agenda of the supplied handle.

Three pieces of information can be returned, chosen by the value of in_flags. The information is returned as a pointer to a static read-only string.

The following are the types of information that can be returned:

Returns:
String String containing the information requested
Throws:
Api.StatusException

getEmail

public java.lang.String getEmail()
                          throws Api.StatusException
Returns information about the agenda of the supplied handle.

Three pieces of information can be returned, chosen by the value of in_flags. The information is returned as a pointer to a static read-only string.

The following are the types of information that can be returned:

Returns:
String String containing the information requested
Throws:
Api.StatusException

getType

public java.lang.String getType()
                         throws Api.StatusException
Returns information about the agenda of the supplied handle.

Three pieces of information can be returned, chosen by the value of in_flags. The information is returned as a pointer to a static read-only string.

The following are the types of information that can be returned:

Returns:
String String containing the information requested
Throws:
Api.StatusException

Oracle® Calendar SDK Java API Reference
10g Release 1 (10.1.2)

B25487-01


Copyright © 1998, 2005, Oracle. All rights reserved.