aboutsummaryrefslogtreecommitdiff
path: root/libjava/javax/naming/Referenceable.java
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/javax/naming/Referenceable.java')
-rw-r--r--libjava/javax/naming/Referenceable.java14
1 files changed, 14 insertions, 0 deletions
diff --git a/libjava/javax/naming/Referenceable.java b/libjava/javax/naming/Referenceable.java
new file mode 100644
index 0000000..feb97fc
--- /dev/null
+++ b/libjava/javax/naming/Referenceable.java
@@ -0,0 +1,14 @@
+/* Copyright (C) 2000 Free Software Foundation
+
+ This file is part of libgcj.
+
+This software is copyrighted work licensed under the terms of the
+Libgcj License. Please consult the file "LIBGCJ_LICENSE" for
+details. */
+
+package javax.naming;
+
+public interface Referenceable
+{
+ public Reference getReference() throws NamingException;
+}